summaryrefslogtreecommitdiff
path: root/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-nopageno.html
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2007-12-28 19:57:02 +0000
committerKarl Berry <karl@freefriends.org>2007-12-28 19:57:02 +0000
commitc7cfef6687f65c2538898ddd7c6bc9c9ba50e58d (patch)
tree8f4de70d1a11463779871162ba84c1dbc874155b /Master/texmf-doc/doc/english/FAQ-en/html/FAQ-nopageno.html
parent8948a31a6e2ac27883f7adac1b339003961ba43f (diff)
uk-tex-faq 3.17 (7nov07)
git-svn-id: svn://tug.org/texlive/trunk@5977 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-doc/doc/english/FAQ-en/html/FAQ-nopageno.html')
-rw-r--r--Master/texmf-doc/doc/english/FAQ-en/html/FAQ-nopageno.html14
1 files changed, 7 insertions, 7 deletions
diff --git a/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-nopageno.html b/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-nopageno.html
index ee7f0729a23..b755174cb2b 100644
--- a/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-nopageno.html
+++ b/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-nopageno.html
@@ -2,19 +2,19 @@
<title>UK TeX FAQ -- question label nopageno</title>
</head><body>
<h3>How to get rid of page numbers</h3>
-<p>The package <i>nopageno</i> will suppress page numbers in a whole
+<p/>The package <i>nopageno</i> will suppress page numbers in a whole
document.
-<p>To suppress page numbers from a single page, use
+<p/>To suppress page numbers from a single page, use
<code>\</code><code>thispagestyle{empty}</code> somewhere within the text of the
page. (Note that <code>\</code><code>maketitle</code> and <code>\</code><code>chapter</code> both use
<code>\</code><code>thispagestyle</code> internally, so you need to call it after you&rsquo;ve
called them.)
-<p>To suppress page numbers from a sequence of pages, you may use
+<p/>To suppress page numbers from a sequence of pages, you may use
<code>\</code><code>pagestyle{empty}</code> at the start of the sequence, and restore
the original page style at the end. Unfortunately, you still have to
use <code>\</code><code>thispagestyle</code> after any <code>\</code><code>maketitle</code> or <code>\</code><code>chapter</code>
command.
-<p>In the <i>memoir</i> class, the troublesome commands (<code>\</code><code>maketitle</code>,
+<p/>In the <i>memoir</i> class, the troublesome commands (<code>\</code><code>maketitle</code>,
<code>\</code><code>chapter</code>, etc.) invoke their own page style
(<code>title</code>, <code>chapter</code>, etc.), which you may
redefine using the class&rsquo;s own techniques to be equivalent to
@@ -25,13 +25,13 @@ commands that contain the page style to be used, so one might say:
\renewcommand*{\titlepagestyle}{empty}
</pre>
</blockquote><p>
-<p>An alternative (in all classes) is to use the rather delightful
+<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&rsquo;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), which may be undesirable.
-<p>The <i>scrpage2</i> package separates out the representation from
+<p/>The <i>scrpage2</i> package separates out the representation from
the resetting; so one can say
<blockquote>
<pre>
@@ -46,5 +46,5 @@ resetting the page number.
<dt><tt><i>memoir.cls</i></tt><dd><a href="ftp://cam.ctan.org/tex-archive/macros/latex/contrib/memoir.zip">macros/latex/contrib/memoir</a> (<a href="ftp://cam.ctan.org/tex-archive/macros/latex/contrib/memoir.tar.gz">gzipped tar</a>, <a href="http://www.tex.ac.uk/tex-archive/macros/latex/contrib/memoir/">browse</a>)
<dt><tt><i>scrpage2.sty</i></tt><dd>Distributed as part of <a href="ftp://cam.ctan.org/tex-archive/macros/latex/contrib/koma-script.zip">macros/latex/contrib/koma-script</a> (<a href="ftp://cam.ctan.org/tex-archive/macros/latex/contrib/koma-script.tar.gz">gzipped tar</a>, <a href="http://www.tex.ac.uk/tex-archive/macros/latex/contrib/koma-script/">browse</a>)
</dl>
-<p><p>This question on the Web: <a href="http://www.tex.ac.uk/cgi-bin/texfaq2html?label=nopageno">http://www.tex.ac.uk/cgi-bin/texfaq2html?label=nopageno</a>
+<p/><p>This question on the Web: <a href="http://www.tex.ac.uk/cgi-bin/texfaq2html?label=nopageno">http://www.tex.ac.uk/cgi-bin/texfaq2html?label=nopageno</a>
</body>