diff options
-rw-r--r-- | pandoc/templates/elenq-article.latex | 6 | ||||
-rw-r--r-- | pandoc/templates/elenq-book.latex | 2 |
2 files changed, 4 insertions, 4 deletions
diff --git a/pandoc/templates/elenq-article.latex b/pandoc/templates/elenq-article.latex index 99b84de..3d42c22 100644 --- a/pandoc/templates/elenq-article.latex +++ b/pandoc/templates/elenq-article.latex @@ -286,7 +286,7 @@ $endif$ \fancyfoot{} % clear footer \renewcommand{\footrulewidth}{0.4pt} \fancyfoot[RO, LE]{\thepage} -\fancyfoot[LO, RE]{$if(license)$\textcopyleft $endif$ $author$} +\fancyfoot[LO, RE]{$if(license)$ $license$ $endif$ $author$} % Header on CHAPTER PAGE TODO \fancypagestyle{chapter}{% @@ -299,7 +299,7 @@ $endif$ \fancyhead{} % clear header \renewcommand{\headrulewidth}{0pt} \fancyfoot[R]{$author$} - \fancyfoot[L]{$if(license)$\textcopyleft $license$ $endif$} + \fancyfoot[L]{$if(license)$ $license$ $endif$} } % Article titlepage, similar to book chapter @@ -308,7 +308,7 @@ $endif$ \fancyhead[L]{\elenqtechsmall} \fancyhead[R]{\LARGE{$title$}} \fancyfoot[R]{$author$} - \fancyfoot[L]{$if(license)$\textcopyleft $license$ $endif$} + \fancyfoot[L]{$if(license)$ $license$ $endif$} } % Beautiful quotes diff --git a/pandoc/templates/elenq-book.latex b/pandoc/templates/elenq-book.latex index 9a46cb1..211dd00 100644 --- a/pandoc/templates/elenq-book.latex +++ b/pandoc/templates/elenq-book.latex @@ -328,7 +328,7 @@ $endif$ \fancyhead{} % clear header \renewcommand{\headrulewidth}{0pt} \fancyfoot[R]{$author$} - \fancyfoot[L]{$if(license)$\textcopyleft $license$ $endif$} + \fancyfoot[L]{$if(license)$ $license$ $endif$} } % Beautiful quotes |