Skip to content
Snippets Groups Projects
Commit 361e4bdf authored by Joshua Fogg's avatar Joshua Fogg
Browse files

Note if `fancyhdr` used w/o `twoside`

parent 1e96f818
No related branches found
No related tags found
No related merge requests found
...@@ -91,6 +91,8 @@ ...@@ -91,6 +91,8 @@
\RequirePackage{fancyhdr} \RequirePackage{fancyhdr}
\pagestyle{fancy} \pagestyle{fancy}
\fancyhf{} \fancyhf{}
% NOTE if this is used without `twoside` in \documentclass{...} then fancyhdr will
% complain that the 'E' used here is useless.
\fancyhead[RO,LE]{\thepage} \fancyhead[RO,LE]{\thepage}
\fancyfoot[RO,LE]{\thepage} \fancyfoot[RO,LE]{\thepage}
\fancyhead[LO]{\it\@title} \fancyhead[LO]{\it\@title}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment