diff options
author | Karl Berry <karl@freefriends.org> | 2010-02-17 01:05:19 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2010-02-17 01:05:19 +0000 |
commit | 60d290dfa26f5fac0eeb4cd73f78b07c518dffa9 (patch) | |
tree | 8667abfba69f8d1b385779557944e4a7a010d858 /Master/texmf-dist/doc/latex/authoraftertitle | |
parent | 90cf918e9e39a53e3fd15bd3c8e4794000c6d391 (diff) |
authoraftertitle doc installed
git-svn-id: svn://tug.org/texlive/trunk@17063 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/latex/authoraftertitle')
-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} |