diff options
Diffstat (limited to 'Master/texmf-dist/tex/lualatex/novel/novel-HeadFootStyles.sty')
-rw-r--r-- | Master/texmf-dist/tex/lualatex/novel/novel-HeadFootStyles.sty | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/Master/texmf-dist/tex/lualatex/novel/novel-HeadFootStyles.sty b/Master/texmf-dist/tex/lualatex/novel/novel-HeadFootStyles.sty index 8717ac15fa2..a79118c2614 100644 --- a/Master/texmf-dist/tex/lualatex/novel/novel-HeadFootStyles.sty +++ b/Master/texmf-dist/tex/lualatex/novel/novel-HeadFootStyles.sty @@ -13,7 +13,7 @@ %% %% \ProvidesFile{novel-HeadFootStyles.sty}% -[2017/03/01 v1.0.6 LaTeX file (header and footer styles)] +[2017/03/05 v1.0.6a LaTeX file (header and footer styles)] %% @@ -147,6 +147,7 @@ %% ACTIVATE HEADER/FOOTER STYLES AT BEGIN DOCUMENT %% ----------------------------------------------------------------------------- +%% \bunchofspaces is defined in novel-TextMacros.sty. % \gdef\@activateHeadFootStyles{ % called \AtBeginDocument by novel.cls % Pre-configured header/footer styles, unless user over-rode them: @@ -174,6 +175,7 @@ } \fancyhead[CE]{{\headfont\textls[\@loosehead]{\versoheadtext}}} \fancyhead[CO]{{\headfont\textls[\@loosehead]{\rectoheadtext}}} + \fancyhead[RE,LO]{\bunchofspaces} \fi }{} % @@ -185,6 +187,7 @@ \fancyfoot[RO]{\my@RectoEmblem\makebox[2.5em][r]{% {\headfont\textls[\@looseheadnum]{\pagenumberstyle}}}% } + \fancyfoot[RE,LO]{\bunchofspaces} \fi }{} % @@ -193,6 +196,7 @@ \fancyfoot[CO,CE]{{% \headfont\textls[\@looseheadnum]{\pagenumberstyle}}% } + \fancyfoot[RE,LO]{\bunchofspaces} \fi }{} % @@ -207,6 +211,7 @@ \hspace{1em}\my@RectoEmblem\makebox[2.5em][r]{{% \headfont\textls[\@looseheadnum]{\pagenumberstyle}}}% } + \fancyhead[RE,LO]{\bunchofspaces} \fi }{} % @@ -219,6 +224,7 @@ \fancyfoot[CO,CE]{% {\headfont\textls[\@looseheadnum]{\pagenumberstyle}}% } + \fancyfoot[RE,LO]{\bunchofspaces} \fi }{} % @@ -232,6 +238,7 @@ } \fancyhead[RE]{{\headfont\textls[\@loosehead]{\versoheadtext}}} \fancyhead[LO]{{\headfont\textls[\@loosehead]{\rectoheadtext}}} + \fancyhead[CE,CO]{\bunchofspaces} \fi }{} % |