diff options
Diffstat (limited to 'pandoc/templates/elenq-book.latex')
-rw-r--r-- | pandoc/templates/elenq-book.latex | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/pandoc/templates/elenq-book.latex b/pandoc/templates/elenq-book.latex index aafe32c..cfb7d7f 100644 --- a/pandoc/templates/elenq-book.latex +++ b/pandoc/templates/elenq-book.latex @@ -310,7 +310,7 @@ $endif$ \fancyfoot{} % clear footer \renewcommand{\footrulewidth}{0.4pt} \fancyfoot[RO, LE]{\thepage} -\fancyfoot[LO, RE]{\textcopyleft $author$} +\fancyfoot[LO, RE]{$if(license)$\textcopyleft $endif$ $author$} % Header on CHAPTER PAGE TODO \fancypagestyle{chapter}{% @@ -323,7 +323,7 @@ $endif$ \fancyhead{} % clear header \renewcommand{\headrulewidth}{0pt} \fancyfoot[R]{$author$} - \fancyfoot[L]{\textcopyleft $license$} + \fancyfoot[L]{$if(license)$\textcopyleft $license$ $endif$} } % Beautiful quotes |