summaryrefslogtreecommitdiff
path: root/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-oddpage.html
diff options
context:
space:
mode:
authorManuel Pégourié-Gonnard <mpg@elzevir.fr>2008-06-21 13:58:54 +0000
committerManuel Pégourié-Gonnard <mpg@elzevir.fr>2008-06-21 13:58:54 +0000
commit4683bcefcc8e380dda5f46ff09833a4b9b7f7804 (patch)
tree114f6e4f828c88b59884c61813315b67314dfc54 /Master/texmf-doc/doc/english/FAQ-en/html/FAQ-oddpage.html
parentbaafafa261f8d350aaed51a28fb3c8627aa78237 (diff)
FAQ-en v3.18
git-svn-id: svn://tug.org/texlive/trunk@8900 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-doc/doc/english/FAQ-en/html/FAQ-oddpage.html')
-rw-r--r--Master/texmf-doc/doc/english/FAQ-en/html/FAQ-oddpage.html9
1 files changed, 7 insertions, 2 deletions
diff --git a/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-oddpage.html b/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-oddpage.html
index 5ad4bc7e7d4..2640db821fe 100644
--- a/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-oddpage.html
+++ b/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-oddpage.html
@@ -22,20 +22,25 @@ the course of the output routine, and is therefore safe.
would do the necessary, but both the <i>babel</i> and
<i>hyperref</i> packages have been known to interfere with the
output of <code>\</code><code>pageref</code>; be careful!
-<p/>The <i>chngpage</i> package needs to provide this functionality for
+<p/>The <i>changepage</i> package needs to provide this functionality for
its own use, and therefore provides a command <code>\</code><code>checkoddpage</code>; this
sets a private-use label, and the page reference part of that label is
then examined (in a <i>hyperref</i>-safe way) to set a conditional
-<code>\</code><code>ifcpoddpage</code> true if the command was issued on an odd page. The
+<code>\</code><code>ifoddpage</code> true if the command was issued on an odd page. The
<i>memoir</i> class has the same command setting a conditional
<code>\</code><code>ifoddpage</code>. Of course, the <code>\</code><code>label</code> contributes to LaTeX&rsquo;s
&ldquo;Rerun to get cross-references right&rdquo; error messages...
+<p/>The (older) <i>chngpage</i> provides the same facilities (though it
+provides a <code>\</code><code>ifcpoddpage</code> command; <i>changepage</i> (whose
+functions are extracted from the author&rsquo;s <i>memoir</i> class) is the
+designated successor to <i>chngpage</i>.
<p/>The Koma-Script classes have an <code>addmargin*</code> environment
that also provides the sorts of facilities that the <i>chngpage</i>
offers. Koma-Script&rsquo;s supporting command is
<code>\</code><code>ifthispageodd{&lt;true&gt;}{&lt;false&gt;}</code> executes different things
depending on the page number.
<dl>
+<dt><tt><i>changepage.sty</i></tt><dd><a href="ftp://cam.ctan.org/tex-archive/macros/latex/contrib/misc/changepage.sty">macros/latex/contrib/misc/changepage.sty</a>
<dt><tt><i>chngpage.sty</i></tt><dd><a href="ftp://cam.ctan.org/tex-archive/macros/latex/contrib/misc/chngpage.sty">macros/latex/contrib/misc/chngpage.sty</a>
<dt><tt><i>KOMA script bundle</i></tt><dd><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>)
<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>)