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/templates/elenq-book.latex | |
parent | 09f134559432a60d472323b0bb5fa8ebda4984d9 (diff) |
remove textcopyleft and leave just the license
Diffstat (limited to 'pandoc/templates/elenq-book.latex')
-rw-r--r-- | pandoc/templates/elenq-book.latex | 2 |
1 files changed, 1 insertions, 1 deletions
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 |