Skip to content

Commit

Permalink
Fix #40: Header and footer can be disabled with the option `disable-h…
Browse files Browse the repository at this point in the history
…eader-and-footer`.
  • Loading branch information
Wandmalfarbe committed Jul 24, 2018
1 parent a433ab9 commit fe3e3d1
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions eisvogel.tex
Original file line number Diff line number Diff line change
Expand Up @@ -641,6 +641,8 @@
%
% header and footer
%
$if(disable-header-and-footer)$
$else$
\usepackage{fancyhdr}
\pagestyle{fancy}
\fancyhead{}
Expand All @@ -653,6 +655,7 @@
\rfoot{\thepage}
\renewcommand{\headrulewidth}{0.4pt}
\renewcommand{\footrulewidth}{0.4pt}
$endif$

%%
%% end added
Expand Down

0 comments on commit fe3e3d1

Please sign in to comment.