summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/changepage
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2009-10-20 20:52:57 +0000
committerKarl Berry <karl@freefriends.org>2009-10-20 20:52:57 +0000
commit5db5c6d5c488a894b610f7a73a1188230e924a4b (patch)
tree6a447ae08b4413930bafdfe801be8ca3d3f87740 /Master/texmf-dist/doc/latex/changepage
parentbb35bf0864f4020fcb8ed5511762637fe5b94de5 (diff)
changepage (+chngpage) update (20oct09)
git-svn-id: svn://tug.org/texlive/trunk@15851 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/latex/changepage')
-rw-r--r--Master/texmf-dist/doc/latex/changepage/README114
-rw-r--r--Master/texmf-dist/doc/latex/changepage/changepage.pdfbin0 -> 350090 bytes
2 files changed, 114 insertions, 0 deletions
diff --git a/Master/texmf-dist/doc/latex/changepage/README b/Master/texmf-dist/doc/latex/changepage/README
new file mode 100644
index 00000000000..70a5ecde96b
--- /dev/null
+++ b/Master/texmf-dist/doc/latex/changepage/README
@@ -0,0 +1,114 @@
+
+The CHANGEPAGE and CHNGPAGE packages
+================
+
+Provides commands to change the page layout in the middle of a document,
+and to robustly check for typesetting on odd or even pages.
+
+The changepage package is an extraction of code from the memoir class.
+It is a functionally-equivalent replacement for chngpage package.
+Because chngpage is not compatible with memoir, its use is now deprecated.
+
+
+CHANGE HISTORIES
+---------------
+
+### CHANGEPAGE
+
+version 1.0c (2009/10/20)
+
+- Real PDF documentation
+
+version 1.0b (2009/09/02)
+
+- New maintainer (Will Robertson, funnily enough)
+
+version 1.0a (2008/08/15)
+
+- Fixed typo (a missing `p', courtesy Will Robertson)
+
+version 1.0 (2008/03/22)
+
+- First public release
+
+### CHNGPAGE
+
+version 1.2b (2009/10/20)
+
+- Real PDF documentation
+
+version 1.2a (2009/09/02)
+
+- New maintainer (Will Robertson)
+
+version 1.2 (2003/08/10)
+
+- Fixed \checkoddpage to handle page numbers other than arabic
+- Eliminated special \checkoddpage code for hyperref
+
+version 1.1c (2001/02/24)
+
+- Fixed problem when used with the calc package
+ (can't do \setcounter{cp@tempcnt}{\cp@pageref{....}}
+- Fixed problem when used with the hyperef package
+ (hyperref adds new arguments to \newlabel in the *.aux file)
+
+version 1.1b (2001/01/31)
+
+- Added strict option for robust adjustwidth; checks odd/even
+ pages via labels instead of by the page counter.
+
+version 1.1a (2001/01/18)
+
+- Added missing {} in last 4 arguments of \changepage
+
+version 1.1 (2000/07/22)
+
+- Empty arguments made available
+- Added adjustwidth environment
+
+
+INSTALLATION
+---------------
+
+Run `latex` on changepage.tex to produce the files
+ changepage.ins, changepage.sty, and chngpage.sty,
+as well as to compile the PDF documentation.
+
+Execute `latex changepage.ins` to produce the files above
+except changepage.ins itself (and the PDF file, obviously).
+
+
+COPYRIGHT AND LICENSING
+---------------
+
+Author: Peter Wilson (Herries Press)
+Maintainer: Will Robertson (will dot robertson at latex-project dot org)
+Copyright 2000–2008 Peter R. Wilson
+Copyright 2009 Will Robertson
+
+This work may be distributed and/or modified under the
+conditions of the LaTeX Project Public License, either
+version 1.3c of this license or (at your option) any
+later version: <http://www.latex-project.org/lppl.txt>
+
+This work has the LPPL maintenance status "maintained".
+The Current Maintainer of this work is Will Robertson.
+
+This work consists of the files changepage.tex and the
+derived files changepage.sty, chngpage.sty, changepage.ins.
+
+
+MAINTENANCE
+---------------
+
+Please report bugs or request features:
+ <http://github.com/wspr/herries-press/issues>
+
+Developmental and historical versions:
+ <http://github.com/wspr/herries-press>
+
+Current release version:
+ <http://ctan.tug.org/pkg/changepage>
+ <http://ctan.tug.org/pkg/chngpage>
+
diff --git a/Master/texmf-dist/doc/latex/changepage/changepage.pdf b/Master/texmf-dist/doc/latex/changepage/changepage.pdf
new file mode 100644
index 00000000000..f7be4b4250b
--- /dev/null
+++ b/Master/texmf-dist/doc/latex/changepage/changepage.pdf
Binary files differ