diff options
author | Norbert Preining <norbert@preining.info> | 2019-09-02 13:46:59 +0900 |
---|---|---|
committer | Norbert Preining <norbert@preining.info> | 2019-09-02 13:46:59 +0900 |
commit | e0c6872cf40896c7be36b11dcc744620f10adf1d (patch) | |
tree | 60335e10d2f4354b0674ec22d7b53f0f8abee672 /macros/latex/contrib/verse/README |
Initial commit
Diffstat (limited to 'macros/latex/contrib/verse/README')
-rw-r--r-- | macros/latex/contrib/verse/README | 88 |
1 files changed, 88 insertions, 0 deletions
diff --git a/macros/latex/contrib/verse/README b/macros/latex/contrib/verse/README new file mode 100644 index 0000000000..f6289b0f62 --- /dev/null +++ b/macros/latex/contrib/verse/README @@ -0,0 +1,88 @@ +_________________ +The VERSE package + + verse provides some aids for typesetting simple verse (poems). + +Changes in version 2.4b (2014/05/10) +- Documentation updates +- Minor, largely cosmetic, code changes + +Changes in version 2.4a (2009/09/04) +- New maintainer (Will Robertson) + +Changes in version 2.4 (2007/01/10) +- Can specify the number of the first verse line and the line number + where the first of the line numbers will be displayed + +Changes in version 2.3 (2006/01/14) +- Fixed small hiccup in \\>[...] +- Added possibility of putting line numbers at the left +- Improved method of changing the font used for line numbers + +Changes in version 2.22 (2005/08/22) +- Improved cooperation with hyperref + +Changes in version 2.21 (2004/03/1) +- Removed an incompatibility with the hangul package + +Changes in version 2.2 (2002/07/18) +- Adjustable spacing between stanzas + +Changes in version 2.1 (2002/03/28) +- Added repeating patterns +- Added \\> as a linebreaking command +- Fixed \label when used with the first line of a poem + +Changes in version 2.0 (2002/03/24) +- Lines in a poem may be numbered +- Verses may be numbered, or otherwise distinguished +- Line-ending macros (\\ and friends) work as advertised + +Changes in version 1.2 (2001/10/28) +- Vertical spacing matches the original verse environment + +Changes in version 1.1 (2001/08/03) +- Added pattern-based line indents + +Changes in version 1.0 (2001/07/21) +- First public release + +----------------------------------------------------------------- + Author: Peter Wilson + Maintainer: Will Robertson (will dot robertson at latex-project dot org) + Herries Press + Copyright 2001--2007 Peter R. Wilson + + 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: +README (this file) +verse.dtx +verse.ins + and the derived files: +verse.sty + + The distribution consists of the files: +README (this file) +verse.dtx +verse.ins +verse.pdf (user manual) + +----------------------------------------------------------------- + + To install the package: +- run: latex verse.ins (which will generate verse.sty) +- Move verse.sty to a location where LaTeX will find it (see the FAQ + on CTAN at help/uk-tex-faq for more information on this). + + To regenerate the user manual +- run: latex verse.dtx + For an index run: makeindex -s gind.ist verse +- run: latex verse.dtx +- Print verse.dvi for a hardcopy of the user manual and documented code |