From 4d65ed1bf92e46d04565b9cc1188db5e57f20f37 Mon Sep 17 00:00:00 2001 From: Ekaitz Zarraga Date: Sat, 1 Feb 2025 07:38:13 +0100 Subject: Fix footers in article --- pandoc/templates/elenq-article.latex | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) (limited to 'pandoc') diff --git a/pandoc/templates/elenq-article.latex b/pandoc/templates/elenq-article.latex index 9cc0bbe..d941e80 100644 --- a/pandoc/templates/elenq-article.latex +++ b/pandoc/templates/elenq-article.latex @@ -290,7 +290,7 @@ $endif$ \fancyfoot{} % clear footer \renewcommand{\footrulewidth}{0.4pt} \fancyfoot[RO, LE]{\thepage} -\fancyfoot[LO, RE]{$if(license)$ $license$ $endif$ $author$} +\fancyfoot[LO, RE]{$author$} % Header on CHAPTER PAGE TODO \fancypagestyle{chapter}{% @@ -298,14 +298,6 @@ $endif$ \fancyhead[R]{\LARGE{$title$}} } -% Footer on cover -\fancypagestyle{titlepage}{% - \fancyhead{} % clear header - \renewcommand{\headrulewidth}{0pt} - \fancyfoot[R]{$author$} - \fancyfoot[L]{$if(license)$ $license$ $endif$} -} - % Article titlepage, similar to book chapter \fancypagestyle{articletitle}{% \fancyhead{} % clear header -- cgit v1.2.3