diff options
author | Karl Berry <karl@freefriends.org> | 2011-12-18 23:02:56 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2011-12-18 23:02:56 +0000 |
commit | 675811396614fc0e05db547c2bde784807aa0b3d (patch) | |
tree | b7897de0916519e9dfd75fd581b6c480438f1b8c /Master/texmf-dist/doc/latex | |
parent | 679b298d0d3734a28c8e1ffd8ad5a21308149416 (diff) |
authoraftertitle restored, now pd
git-svn-id: svn://tug.org/texlive/trunk@24863 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/latex')
-rw-r--r-- | Master/texmf-dist/doc/latex/authoraftertitle/authoraftertitle.pdf | bin | 0 -> 121340 bytes | |||
-rw-r--r-- | Master/texmf-dist/doc/latex/authoraftertitle/authoraftertitle.tex | 18 |
2 files changed, 18 insertions, 0 deletions
diff --git a/Master/texmf-dist/doc/latex/authoraftertitle/authoraftertitle.pdf b/Master/texmf-dist/doc/latex/authoraftertitle/authoraftertitle.pdf Binary files differnew file mode 100644 index 00000000000..f01f8669a4c --- /dev/null +++ b/Master/texmf-dist/doc/latex/authoraftertitle/authoraftertitle.pdf diff --git a/Master/texmf-dist/doc/latex/authoraftertitle/authoraftertitle.tex b/Master/texmf-dist/doc/latex/authoraftertitle/authoraftertitle.tex new file mode 100644 index 00000000000..0c2296f8146 --- /dev/null +++ b/Master/texmf-dist/doc/latex/authoraftertitle/authoraftertitle.tex @@ -0,0 +1,18 @@ +\documentclass[pagesize=auto]{scrartcl} + +\addtokomafont{title}{\rmfamily} + +\title{The \textsf{authoraftertitle} package\thanks{This manual corresponds to \textsf{authoraftertitle.sty} v0.9, dated~2006/10/14.}} +\author{Matthias Bilger} +\date{2006/10/14} + + +\begin{document} + +\maketitle + +\noindent +The \LaTeXe\ commands \verb+\author+, \verb+\title+ and \verb+\date+ are commonly used to set the author, title and date of the current document. +Once set, these datums are used only by the \verb+\titlepage+ command and cannot be retrieved otherwise. The \textsf{authoraftertitle} package makes them everywhere available as \verb+\MyAuthor+, \verb+\MyTitle+ and \verb+\MyDate+; the original definitions of \verb+\author+, \verb+\title+ and \verb+\date+ can be accessed using \verb+\Originalauthor+, \verb+\Originaltitle+ and \verb+\Originaldate+. + +\end{document} |