summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/titling/README
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/doc/latex/titling/README')
-rw-r--r--Master/texmf-dist/doc/latex/titling/README78
1 files changed, 78 insertions, 0 deletions
diff --git a/Master/texmf-dist/doc/latex/titling/README b/Master/texmf-dist/doc/latex/titling/README
new file mode 100644
index 00000000000..24cddf6949b
--- /dev/null
+++ b/Master/texmf-dist/doc/latex/titling/README
@@ -0,0 +1,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