blob: 24cddf6949b2f05ca721424e51daa28823ee0592 (
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
77
78
|
The titling package provides controls over the typesetting of the
\maketitle and \thanks commands, makes the \title, \author and \date
information permanantly available, and allows multiple titles in
a single document.
Changes in version 2.1c (2004/09/26)
o No technical change, deleted mention of non-existing command
Changes (version 2.1b 2004/05/10)
o Changed license from LPPL v1.0 to v1.3
Changes in version 2.1a (2002/02/19)
o No technical change, extra examples in the documentation.
Changes in version 2.1 (2001/03/23)
o Support for new titling elements to be printed by \maketitle
o Multiple titles on one document
o Additional controls for layout of the thanks marks and text.
o A method for centering a titlepage title on the physical page
Changes in version 2.0 (2001/02/24)
o Added controls for typesetting the \thanks command
o Added \thanksmark for reusing thanks marks
o Added a titlingpage environment as a mix of the titlepage class
option and the titlepage environment.
o Improved the user interface for the titling controls. Unfortunately
this makes version 2.0 incompatible with version 1.0.
-----------------------------------------------------------------
Author: Peter Wilson (Herries Press) pandgwilson at earthlink dot net
Copyright 2000 --- 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)
titling.dtx
titling.ins
and the derived files:
titling.sty
The distribution consists of the following files:
README (this file)
titling.dtx
titling.ins
titling.pdf (user manual)
-----------------------------------------------------------------
To install the package:
o run: latex titling.ins (which will generate titling.sty)
o Move titling.sty to a location where LaTeX will find it.
(typically in a local texmf tree at tex/latex/***) 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 titling.dtx
o For an index, run: makeindex -s gind.ist titling
o run: latex titling.dtx
o Print titling.dvi for a hardcopy of the user manual
2004/09/26
Peter Wilson
pandgwilson at earthlink dot net
|