summaryrefslogtreecommitdiff
path: root/macros/latex/contrib/authoraftertitle/authoraftertitle.tex
diff options
context:
space:
mode:
Diffstat (limited to 'macros/latex/contrib/authoraftertitle/authoraftertitle.tex')
-rw-r--r--macros/latex/contrib/authoraftertitle/authoraftertitle.tex18
1 files changed, 18 insertions, 0 deletions
diff --git a/macros/latex/contrib/authoraftertitle/authoraftertitle.tex b/macros/latex/contrib/authoraftertitle/authoraftertitle.tex
new file mode 100644
index 0000000000..0c2296f814
--- /dev/null
+++ b/macros/latex/contrib/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}