Browse Source

Fix #40: Header and footer can be disabled with the option `disable-header-and-footer`.

pull/55/head
Wandmalfarbe 6 years ago
parent
commit
fe3e3d1475
  1. 3
      eisvogel.tex

3
eisvogel.tex

@ -641,6 +641,8 @@ $endif$
%
% header and footer
%
$if(disable-header-and-footer)$
$else$
\usepackage{fancyhdr}
\pagestyle{fancy}
\fancyhead{}
@ -653,6 +655,7 @@ $endif$
\rfoot{\thepage}
\renewcommand{\headrulewidth}{0.4pt}
\renewcommand{\footrulewidth}{0.4pt}
$endif$
%%
%% end added

Loading…
Cancel
Save