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