diff options
author | Ekaitz Zarraga <ekaitz@elenq.tech> | 2025-01-11 19:55:22 +0100 |
---|---|---|
committer | Ekaitz Zarraga <ekaitz@elenq.tech> | 2025-01-11 19:55:22 +0100 |
commit | ef4aca28748f8a8439b11258af77bc323187b4cb (patch) | |
tree | 09454e94bdce2765349be009ee3222a189f87057 /pandoc | |
parent | 09f134559432a60d472323b0bb5fa8ebda4984d9 (diff) |
remove textcopyleft and leave just the license
Diffstat (limited to 'pandoc')
-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 |