diff options
Diffstat (limited to 'pandoc/templates/elenq-article.latex')
-rw-r--r-- | pandoc/templates/elenq-article.latex | 6 |
1 files changed, 3 insertions, 3 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 |