summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/doc/latex')
-rw-r--r--Master/texmf-dist/doc/latex/authoraftertitle/authoraftertitle.pdfbin121340 -> 0 bytes
-rw-r--r--Master/texmf-dist/doc/latex/authoraftertitle/authoraftertitle.tex18
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
deleted file mode 100644
index f01f8669a4c..00000000000
--- a/Master/texmf-dist/doc/latex/authoraftertitle/authoraftertitle.pdf
+++ /dev/null
Binary files differ
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}