blob: aba7d9e36e8b7aa0a21737fc52ced23a380433b4 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
|
verse provides some aids for typesetting simple verse (poems).
Changes in version 2.22 (2005/08/22)
o Improved cooperation with hyperref
Changes in version 2.21 (2004/03/1)
o Removed an incompatibility with the hangul package
Changes in version 2.2 (2002/07/18)
o Adjustable spacing between stanzas
Changes in version 2.1 (2002/03/28)
o Added repeating patterns
o Added \\> as a linebreaking command
o Fixed \label when used with the first line of a poem
Changes in version 2.0 (2002/03/24)
o Lines in a poem may be numbered
o Verses may be numbered, or otherwise distinguished
o Line-ending macros (\\ and friends) work as advertised
Changes in version 1.2 (2001/10/28)
o Vertical spacing matches the original verse environment
Changes in version 1.1 (2001/08/03)
o Added pattern-based line indents
Changes in version 1.0 (2001/07/21)
o First public release
-----------------------------------------------------------------
Author: Peter Wilson (herries dot press at earthlink dot net)
Herries Press
Copyright 2001--2005 Peter R. Wilson
This work may be distributed and/or modified under the
conditions of the LaTeX Project Public License, either
version 1.3 of this license or (at your option) any
later version.
The latest version of the license is in
http://www.latex-project.org/lppl.txt
and version 1.3 or later is part of all distributions of
LaTeX version 2003/06/01 or later.
This work has the LPPL maintenance status "author-maintained".
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:
o run: latex verse.ins (which will generate verse.sty)
o 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
o run: latex verse.dtx
For an index run: makeindex -s gind.ist verse
o run: latex verse.dtx
o Print verse.dvi for a hardcopy of the user manual and documented code
2005/08/22
Peter Wilson
|