blob: 4ea49632409a909f9ca89dc7d98454c464018046 (
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
|
The pagenote package provides tagged notes on a separate page
(aka end notes). Unless the memoir class is used, the package requires
the ifmtarg package.
Changes in v1.1 (2004/09/27)
o Some support added for babel
o Warning message if the notes file is missing
Changes (2004/09/24)
o First public release
-----------------------------------------------------------------
Author: Peter Wilson (The Herries Press) herries dot press at earthlink dot net
Copyright 2004 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)
pagenote.dtx
pagenote.ins
pagenote.pdf (the user manual)
and the derived files:
pagenote.sty
-----------------------------------------------------------------
To install the package:
o run: latex pagenote.ins (which will generate pagenote.sty)
o Move pagenote.sty to a location where LaTeX will find it (typically
in a local texmf tree at tex/latex/pagenote) and refresh the
file database. See the FAQ on CTAN at help/uk-tex-faq or
http://www.tug.ac.uk/faq for more information on this.
To process the user manual
o run: latex pagenote.dtx
o For an index, run: makeindex -s gind.ist pagenote
o run: latex pagenote.dtx
o Print pagenote.dvi for a hardcopy of the user manual
2004/09/27
Peter Wilson
herries dot press at earthlink dot net
|