blob: 083a4f2cfb6dca8149cf375fe0b678fd1bf6311f (
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
|
____________________
The PAGENOTE package
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.
______________
Change History
v1.1a (2009/09/27)
- New maintainer (Will Robertson)
v1.1 (2004/09/27)
- Some support added for babel
- Warning message if the notes file is missing
v1.0 (2004/09/24)
- First public release
-----------------------------------------------------------------
Author: Peter Wilson (The Herries Press)
Maintainer: Will Robertson (will dot robertson at latex-project dot org)
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.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)
pagenote.dtx
pagenote.ins
pagenote.pdf (the user manual)
and the derived files:
pagenote.sty
-----------------------------------------------------------------
To install the package:
- run: latex pagenote.ins (which will generate pagenote.sty)
- 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
- run: latex pagenote.dtx
- For an index, run: makeindex -s gind.ist pagenote
- run: latex pagenote.dtx
- Print pagenote.dvi for a hardcopy of the user manual
|