summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/authoraftertitle/authoraftertitle.tex
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2011-12-17 01:19:30 +0000
committerKarl Berry <karl@freefriends.org>2011-12-17 01:19:30 +0000
commit62d9f56281f91eb0d6146980ad068c0ed9876b71 (patch)
treedb3271806c73f8265ffaf2e78582d33af08f17c5 /Master/texmf-dist/doc/latex/authoraftertitle/authoraftertitle.tex
parent4fa4cd6b6f28e4dfde5af16720bc3e34a8083869 (diff)
rm authoraftertitle, unclear license
git-svn-id: svn://tug.org/texlive/trunk@24855 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/latex/authoraftertitle/authoraftertitle.tex')
-rw-r--r--Master/texmf-dist/doc/latex/authoraftertitle/authoraftertitle.tex18
1 files changed, 0 insertions, 18 deletions
diff --git a/Master/texmf-dist/doc/latex/authoraftertitle/authoraftertitle.tex b/Master/texmf-dist/doc/latex/authoraftertitle/authoraftertitle.tex
deleted file mode 100644
index 0c2296f8146..00000000000
--- a/Master/texmf-dist/doc/latex/authoraftertitle/authoraftertitle.tex
+++ /dev/null
@@ -1,18 +0,0 @@
-\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}