diff options
Diffstat (limited to 'Master/texmf-dist/doc/generic/FAQ-en/html/FAQ-reallyblank.html')
-rw-r--r-- | Master/texmf-dist/doc/generic/FAQ-en/html/FAQ-reallyblank.html | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/Master/texmf-dist/doc/generic/FAQ-en/html/FAQ-reallyblank.html b/Master/texmf-dist/doc/generic/FAQ-en/html/FAQ-reallyblank.html index d21944babf0..9d68d4c176f 100644 --- a/Master/texmf-dist/doc/generic/FAQ-en/html/FAQ-reallyblank.html +++ b/Master/texmf-dist/doc/generic/FAQ-en/html/FAQ-reallyblank.html @@ -6,7 +6,7 @@ option) ensure that each chapter starts on a right-hand (recto) page; they do this by inserting a <code>\</code><code>cleardoublepage</code> command between chapters (rather than a mere <code>\</code><code>clearpage</code>). The empty page thus -created gets to have a normal running header, which some people don’t +created gets to have a normal running header, which some people don’t like. <p/>The (excellent) <i>fancyhdr</i> manual covers this issue, basically advising the creation of a command <code>\</code><code>clearemptydoublepage</code>: @@ -19,11 +19,11 @@ advising the creation of a command <code>\</code><code>clearemptydoublepage</cod } </pre> </blockquote><p> -The “obvious” thing is then to use this command to replace +The “obvious” thing is then to use this command to replace <code>\</code><code>cleardoublepage</code> in a patched version of the <code>\</code><code>chapter</code> command. (Make a package of your own containing a copy -of the command out of the class.) This isn’t particularly difficult, -but you can instead simply subvert <code>\</code><code>cleardoublepage</code> (which isn’t +of the command out of the class.) This isn’t particularly difficult, +but you can instead simply subvert <code>\</code><code>cleardoublepage</code> (which isn’t often used elsewhere): <blockquote> <pre> @@ -46,11 +46,11 @@ of these empty pages. The classes also offer do-it-yourself commands provide commands <code>\</code><code>cleartooddpage</code> and <code>\</code><code>cleartoevenpage</code>, which both take an optional argument (the first, with no argument, being an equivalent of <code>\</code><code>cleardoublepage</code>). One can achieve -‘special’ effects by putting commands in the optional argument: the -<code>\</code><code>clearemptydoublepage</code> we’re after would be achieved by +‘special’ effects by putting commands in the optional argument: the +<code>\</code><code>clearemptydoublepage</code> we’re after would be achieved by <code>\</code><code>cleartooddpage[</code><code>\</code><code>thispagestyle{empty}</code><code>]</code>. The -commands will also serve if you want the surreal effect of “This page -intentionally left blank” in the centre of an otherwise empty page. +commands will also serve if you want the surreal effect of “This page +intentionally left blank” in the centre of an otherwise empty page. <dl> <dt><tt><i>fancyhdr</i></tt><dd><a href="http://www.tex.ac.uk/tex-archive/macros/latex/contrib/fancyhdr.zip">macros/latex/contrib/fancyhdr</a> (or <a href="http://www.tex.ac.uk/tex-archive/macros/latex/contrib/fancyhdr/">browse the directory</a>) <dt><tt><i>memoir.cls</i></tt><dd><a href="http://www.tex.ac.uk/tex-archive/macros/latex/contrib/memoir.zip">macros/latex/contrib/memoir</a> (or <a href="http://www.tex.ac.uk/tex-archive/macros/latex/contrib/memoir/">browse the directory</a>) |