diff options
Diffstat (limited to 'Master/texmf-dist/doc/generic/FAQ-en/html/FAQ-nopageno.html')
-rw-r--r-- | Master/texmf-dist/doc/generic/FAQ-en/html/FAQ-nopageno.html | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/Master/texmf-dist/doc/generic/FAQ-en/html/FAQ-nopageno.html b/Master/texmf-dist/doc/generic/FAQ-en/html/FAQ-nopageno.html index 711cca42537..059b0abdf14 100644 --- a/Master/texmf-dist/doc/generic/FAQ-en/html/FAQ-nopageno.html +++ b/Master/texmf-dist/doc/generic/FAQ-en/html/FAQ-nopageno.html @@ -19,12 +19,12 @@ with those separately, as described below. page. Note that, in the standard classes, <code>\</code><code>maketitle</code> and <code>\</code><code>chapter</code> use <code>\</code><code>thispagestyle</code> internally, so your call must be <em>after</em> those commands. -<p/>Unfortunately, <code>\</code><code>thispagestyle</code> doesn’t work for <i>book</i> or +<p/>Unfortunately, <code>\</code><code>thispagestyle</code> doesn’t work for <i>book</i> or <i>report</i> <code>\</code><code>part</code> commands: they set the page style (as do <code>\</code><code>chapter</code> commands), but then they advance to the next page so that you have no opportunity to change the style using <code>\</code><code>thispagestyle</code>. The present author has proposed solving the -problem with the following “grubby little patch”, on +problem with the following “grubby little patch”, on <i>comp.text.tex</i>: <blockquote> <pre> @@ -35,7 +35,7 @@ problem with the following “grubby little patch”, on </pre> </blockquote><p> <p/>Both the <i>KOMA-script</i> classes and <i>memoir</i> have separate -page styles for the styles of various “special” pages, so, in a +page styles for the styles of various “special” pages, so, in a <i>KOMA</i> class document one might say: <blockquote> <pre> @@ -48,7 +48,7 @@ while <i>memoir</i> will do the job with </blockquote><p> <p/>An alternative (in all classes) is to use the rather delightful <code>\</code><code>pagenumbering{gobble}</code>; this has the simple effect that any -attempt to print a page number produces nothing, so there’s no issue +attempt to print a page number produces nothing, so there’s no issue about preventing any part of LaTeX from printing the number. However, the <code>\</code><code>pagenumbering</code> command does have the side effect that it resets the page number (to 1), so it is unlikely to be helpful @@ -62,8 +62,8 @@ the construction of the page header and footer; so one can say </pre> </blockquote><p> which will also suppress the printing of the page number. -<p/>Neither of these “suppress the page number” techniques touches the -page style in use; in practice this means they don’t make sense unless +<p/>Neither of these “suppress the page number” techniques touches the +page style in use; in practice this means they don’t make sense unless you are using <code>\</code><code>pagestyle{plain}</code> <dl> <dt><tt><i>fancyhdr.sty</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>) |