From 60d290dfa26f5fac0eeb4cd73f78b07c518dffa9 Mon Sep 17 00:00:00 2001 From: Karl Berry Date: Wed, 17 Feb 2010 01:05:19 +0000 Subject: authoraftertitle doc installed git-svn-id: svn://tug.org/texlive/trunk@17063 c570f23f-e606-0410-a88d-b1316a301751 --- .../doc/latex/authoraftertitle/authoraftertitle.pdf | Bin 0 -> 121340 bytes .../doc/latex/authoraftertitle/authoraftertitle.tex | 18 ++++++++++++++++++ 2 files changed, 18 insertions(+) create mode 100644 Master/texmf-dist/doc/latex/authoraftertitle/authoraftertitle.pdf create mode 100644 Master/texmf-dist/doc/latex/authoraftertitle/authoraftertitle.tex (limited to 'Master/texmf-dist/doc') diff --git a/Master/texmf-dist/doc/latex/authoraftertitle/authoraftertitle.pdf b/Master/texmf-dist/doc/latex/authoraftertitle/authoraftertitle.pdf new file mode 100644 index 00000000000..f01f8669a4c Binary files /dev/null and b/Master/texmf-dist/doc/latex/authoraftertitle/authoraftertitle.pdf differ 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} -- cgit v1.2.3