From 361e4bdf1d2b764dd1f4ea0f6484a6f407dc6518 Mon Sep 17 00:00:00 2001 From: Joshua Fogg <joshua.h.fogg@gmail.com> Date: Sat, 17 Jul 2021 17:48:59 +0100 Subject: [PATCH] Note if `fancyhdr` used w/o `twoside` --- edmaths.sty | 2 ++ 1 file changed, 2 insertions(+) diff --git a/edmaths.sty b/edmaths.sty index 9608a4a..3081088 100644 --- a/edmaths.sty +++ b/edmaths.sty @@ -91,6 +91,8 @@ \RequirePackage{fancyhdr} \pagestyle{fancy} \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} \fancyfoot[RO,LE]{\thepage} \fancyhead[LO]{\it\@title} -- GitLab