summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/pagecolor/README
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2015-06-23 18:18:51 +0000
committerKarl Berry <karl@freefriends.org>2015-06-23 18:18:51 +0000
commit2a28908e80aaca3ef066f84e9d219cd68b8b54aa (patch)
tree867ce588251bfa2cf452f250ae152f14f6218214 /Master/texmf-dist/doc/latex/pagecolor/README
parentc4d53b195d165e5e3b159ce5610dc66098eae735 (diff)
pagecolor (21jun15)
git-svn-id: svn://tug.org/texlive/trunk@37646 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/latex/pagecolor/README')
-rw-r--r--Master/texmf-dist/doc/latex/pagecolor/README71
1 files changed, 33 insertions, 38 deletions
diff --git a/Master/texmf-dist/doc/latex/pagecolor/README b/Master/texmf-dist/doc/latex/pagecolor/README
index 7254fc63cd9..fbf61c8540f 100644
--- a/Master/texmf-dist/doc/latex/pagecolor/README
+++ b/Master/texmf-dist/doc/latex/pagecolor/README
@@ -1,4 +1,4 @@
-README for pagecolor package, 2012/02/23, v1.0e
+README for pagecolor package, 2015/06/22, v1.0g
TABLE OF CONTENTS
@@ -23,40 +23,36 @@ the most recent call of \pagecolor{...}.
The command \thepagecolornone gives the same colour as
\thepagecolor, except when the page background colour is "none".
In that case \thepagecolor is white and \thepagecolornone is none.
+When \nopagecolor is unknown (e.g. Xe(La)TeX) or broken (crop package)
+this package provides a replacement.
Similar to \newgeometry and \restoregeometry of the geometry
package \newpagecolor{...} and \restorepagecolor are provided.
-This material is subject to the LaTeX Project Public License
-(LPPL). See http://www.ctan.org/tex-archive/help/Catalogue/
-licenses.lppl.html for the details of that license.
+
+This material is published under the LPPL 1.3c: 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. This version of this license is in
+http://www.latex-project.org/lppl/lppl-1-3c.txt
+and the latest version of this license is in
+http://www.latex-project.org/lppl.txt
+and version 1.3c or later is part of all distributions of LaTeX version
+2005/12/01 or later.
2 DOWNLOAD
==========
`pagecolor' is available on CTAN:
- CTAN:macros/latex/contrib/pagecolor/
-
-Running
-tex pagecolor.dtx
-generates the files
-pagecolor.ins, pagecolor.drv, pagecolor.sty,
-and pagecolor-example.tex.
-
-Also a ZIP file is provided that contains these files,
-the manual (pagecolor.pdf), the compiled example
-(pagecolor-example.pdf), and this README, already
-sorted in a TDS tree:
- CTAN:install/macros/latex/contrib/pagecolor.tds.zip
+https://www.ctan.org/pkg/pagecolor
-`CTAN:' means one of the `Comprehensive TeX Archive Network'
-nodes or one of its mirrors. This is explained in
- http://www.tex.ac.uk/cgi-bin/texfaq2html?label=archives
-
-The CTAN stuff will be mirrored automatically from the
-ftp server, so
- ftp://ftp.tug.org/pub/tex/pagecolor/
-corresponds to
- CTAN:macros/latex/contrib/pagecolor/
+Also a ZIP file is provided that contains the files:
+the manual (pagecolor.pdf), the example (pagecolor-example.tex),
+the compiled example (pagecolor-example.pdf),
+driver (pagecolor.drv), pagecolor.dtx,
+installation file (pagecolor.ins),
+the style file (pagecolor.sty),
+and this README, already sorted in a TDS tree:
+http://mirrors.ctan.org/install/macros/latex/contrib/pagecolor.tds.zip
3 INSTALLATION
@@ -67,7 +63,8 @@ Installation with ZIP file in TDS format
The ZIP file `pagecolor.tds.zip' contains the files
sorted in a TDS tree. Thus you can directly unpack the
ZIP file inside a TDS tree.
-(See CTAN:tds.zip for an explanation of TDS.)
+See https://www.ctan.org/TDS-guidelines for an explanation
+of TDS.
Example:
cd /...somewhere.../texmf
unzip /...downloadpath.../pagecolor.tds.zip
@@ -82,11 +79,11 @@ a) Download the pagecolor files from CTAN.
If necessary, unpack them.
b) Generate the package and driver files:
tex pagecolor.dtx
-c) Install the file `*.sty' in your TDS tree:
- cp *.sty TDS:tex/latex/pagecolor/
+c) Install the file `pagecolor.sty' in your TDS tree:
+ cp pagecolor.sty TDS:tex/latex/pagecolor/
Replace `TDS:' by the prefix of your TDS tree
(texmf directory).
-d) Create the documentation (if necessary), e.g.
+d) Create the documentation, if necessary, e.g.
pdflatex pagecolor.dtx
makeindex -s gind.ist pagecolor.idx
pdflatex pagecolor.dtx
@@ -94,7 +91,7 @@ d) Create the documentation (if necessary), e.g.
pdflatex pagecolor.dtx
e) Update the databases if necessary, e.g. for teTeX:
mktexlsr .../texmf
-f) Create the pagecolor-example.pdf (if necessary), e.g.
+f) Create the pagecolor-example.pdf, if necessary, e.g.
pdflatex pagecolor-example.tex
pdflatex pagecolor-example.tex
pdflatex pagecolor-example.tex
@@ -108,11 +105,8 @@ g) Copy the documentation files to
=====================
pagecolor loads other packages:
-
-* kvoptions, CTAN:macros/latex/contrib/oberdiek/kvoptions.dtx
-* xcolor, CTAN:macros/latex/contrib/xcolor/xcolor.dtx
- if the color package has not been loaded before pagecolor.
-
+kvoptions, xcolor (if the color package has not been loaded
+before pagecolor), ifpdf, and ifluatex,
which again load other packages
(see the result of the \listfiles command in the log-file
of the example).
@@ -126,13 +120,14 @@ pagecolor should be loaded quite early, i. e. before
(but can be loaded later using the pagecolor={...} option
with accordingly chosen value), but must be loaded after
\nopagecolor is defined (if that is defined in the document
-at all).
+at all). If the xcolor or the color package shall be used,
+they also should be loaded before pagecolor.
6 AUTHOR/MAINTAINER
=====================
-* H.-Martin Münch
+H.-Martin Münch
7 BUG REPORTS