Skip to content

Commit

Permalink
Move setting of 'headheight' to a better place
Browse files Browse the repository at this point in the history
  • Loading branch information
henrikt-ma committed Dec 23, 2021
1 parent 7a3e980 commit a207c56
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 1 addition & 0 deletions MLS.tex
Expand Up @@ -36,6 +36,7 @@
% Using nouppercase since it is seems more normal for the sections, and is also
% needed for over-determined connectors (as it would otherwise overflow)
\cleardoublepage
\setlength{\headheight}{10.5mm} % Make tall enough to fit fancy header.
\pagestyle{fancy}
\rhead{Modelica Language Specification \mlsversion\\ \nouppercase{\rightmark} \vspace{1mm}}
\lhead{\includegraphics[height=6.5mm]{Modelica_Language}}
Expand Down
1 change: 0 additions & 1 deletion preamble.tex
Expand Up @@ -6,7 +6,6 @@
\usepackage[english]{babel}

\usepackage{fancyhdr}
\setlength{\headheight}{10.5mm} % Address fancyhdr warning about height being too small.

% The general view was that parskip without indent was most readable, so use it
\usepackage{parskip}
Expand Down

0 comments on commit a207c56

Please sign in to comment.