diff options
author | Karl Berry <karl@freefriends.org> | 2006-01-09 00:44:40 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2006-01-09 00:44:40 +0000 |
commit | b4fc5f639874db951177ec539299d20908adb654 (patch) | |
tree | 52f08823ca58fffe3db6a9b075635038c567626c /Master/texmf-dist/doc/latex/epigraph/README | |
parent | dec3d98ebe442d7ea93efbaa8dd2e2be8149a467 (diff) |
doc 4
git-svn-id: svn://tug.org/texlive/trunk@80 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/latex/epigraph/README')
-rw-r--r-- | Master/texmf-dist/doc/latex/epigraph/README | 46 |
1 files changed, 46 insertions, 0 deletions
diff --git a/Master/texmf-dist/doc/latex/epigraph/README b/Master/texmf-dist/doc/latex/epigraph/README new file mode 100644 index 00000000000..73d51a67d64 --- /dev/null +++ b/Master/texmf-dist/doc/latex/epigraph/README @@ -0,0 +1,46 @@ + The epigraph package is designed for typesetting epigraphs --- the +pithy quotations often found at the start (or end) of a chapter. Both +single epigraphs and lists of epigraphs are catered for. Various aspects +are easily configurable. + +Changes in Version 1.5a (2002/10/22) +o Replaced flushleftright environment by flushepinormal environment + to avoid clash with the ccaption package's \flushleftright + +Changes in Version 1.5 (2000/02/20) +o Generalised \cleartoevenpage command + +Changes in Version 1.4 (2000/01/16) +o Added flushleftright environment + +Changes in Version 1.3 (1999/12/01) +o Added \dropchapter and \undodrop commands + +Changes in Version 1.2 (1999/09/12) +o Added \cleartoevenpage command +o Improved documentation + +Changes in Version 1.1: (1998/11/29) +o Added support for epigraphs above chapter titles. + + The distribution consists of the following files: +README (this file) +epigraph.ins +epigraph.dtx + + The distribution is provided under the terms of the LaTeX +Project Public License (LPPL). + +To install the package: +o run: latex epigraph.ins (which will generate epigraph.sty) +o run: latex epigraph.dtx +o run: makeindex -s gind.ist epigraph +o run: latex epigraph.dtx +o Print epigraph.dvi for a hardcopy of the package manual +o Move epigraph.sty to a location where LaTeX will find it. + For more information about installation see the FAQ at + http://www.tex.ac.uk/faq + +2002/10/22 +Peter Wilson +peter.r.wilson@boeing.com |