diff options
author | Karl Berry <karl@freefriends.org> | 2019-01-31 22:39:45 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2019-01-31 22:39:45 +0000 |
commit | 6c44317e8904afb8ad612d63a792b3bd6b900bf8 (patch) | |
tree | 960f3271fb63f3b3066b2650a00b9347433fdca0 /Master/texmf-dist/doc/latex/fancyhdr/README | |
parent | ffaaaff2cb1f37fad774c1374ae5b5c9e9cc87ab (diff) |
fancyhdr (31jan19)
git-svn-id: svn://tug.org/texlive/trunk@49886 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/latex/fancyhdr/README')
-rw-r--r-- | Master/texmf-dist/doc/latex/fancyhdr/README | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/Master/texmf-dist/doc/latex/fancyhdr/README b/Master/texmf-dist/doc/latex/fancyhdr/README index 896e2538d38..4e6dd1b8054 100644 --- a/Master/texmf-dist/doc/latex/fancyhdr/README +++ b/Master/texmf-dist/doc/latex/fancyhdr/README @@ -2,28 +2,28 @@ fancyhdr – Extensive control of page headers and footers in LaTeX2ε The package provides extensive facilities, both for constructing headers and footers, and for controlling their use (for example, at times when LaTeX would automatically change the heading style in use). -The package consists of the following files: +The distribution package consists of the following files: README This file +fancyhdr.dtx The complete source of the package and documentation +fancyhdr.ins The installation file; run through TeX to generate *.sty +fancyhdr.pdf PDF of the documentation + +After processing (by tex) of fancyhdr.ins, the following package files will be generated: + fancyhdr.sty the LaTeX package -fancyhdr.tex extensive documentation file -fancyhdr.pdf PDF of the above -fancyheadings.sty this loads fancyhdr with a warning message extramarks.sty a package for additional marks +fancyheadings.sty this loads fancyhdr with a warning message Fancyhdr is a replacement for the old LaTeX2 package fancyheadings. That one should not be used anymore. The package fancyheadings included here just loads fancyhdr with a warning message. -The documentation (fancyhdr.tex/fancyhdr.pdf) describes both +The documentation (fancyhdr.dtx/fancyhdr.pdf) describes both fancyhdr.sty and extramarks.sty. In order to latex the documentation you need to have a copy of boxedminipage.sty (CTAN:/macros/latex/contrib/boxedminipage) installed. -There used to be a package fixmarks.sty, but that is obsolete. It fixed -a problem in LaTeX, but that is now solved in the LaTeX2ε system itself. -So it is no longer included. - fancyhdr.sty version 3 and extramarks.sty version 2 are the packages as described in the second edition of The LaTeX Companion. But that documentation should also suffice for the newer versions. |