diff options
author | Karl Berry <karl@freefriends.org> | 2011-12-17 01:19:30 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2011-12-17 01:19:30 +0000 |
commit | 62d9f56281f91eb0d6146980ad068c0ed9876b71 (patch) | |
tree | db3271806c73f8265ffaf2e78582d33af08f17c5 /Master/texmf-dist/doc/latex/authoraftertitle | |
parent | 4fa4cd6b6f28e4dfde5af16720bc3e34a8083869 (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')
-rw-r--r-- | Master/texmf-dist/doc/latex/authoraftertitle/authoraftertitle.pdf | bin | 121340 -> 0 bytes | |||
-rw-r--r-- | Master/texmf-dist/doc/latex/authoraftertitle/authoraftertitle.tex | 18 |
2 files changed, 0 insertions, 18 deletions
diff --git a/Master/texmf-dist/doc/latex/authoraftertitle/authoraftertitle.pdf b/Master/texmf-dist/doc/latex/authoraftertitle/authoraftertitle.pdf Binary files differdeleted file mode 100644 index f01f8669a4c..00000000000 --- a/Master/texmf-dist/doc/latex/authoraftertitle/authoraftertitle.pdf +++ /dev/null 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} |