summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2008-06-16 19:14:52 +0000
committerKarl Berry <karl@freefriends.org>2008-06-16 19:14:52 +0000
commit3ed57e92b703f3ba10a0b1d1391509d9763e66a6 (patch)
treeecbad79d26830ddef2f37c598779cd7c72281342
parentcf252d27dbb2eef940b25b5520d1a6d54c0fb687 (diff)
now its own package
git-svn-id: svn://tug.org/texlive/trunk@8791 c570f23f-e606-0410-a88d-b1316a301751
-rw-r--r--Master/texmf-dist/tex/latex/ltxmisc/authoraftertitle.sty32
1 files changed, 0 insertions, 32 deletions
diff --git a/Master/texmf-dist/tex/latex/ltxmisc/authoraftertitle.sty b/Master/texmf-dist/tex/latex/ltxmisc/authoraftertitle.sty
deleted file mode 100644
index 7244c69bb9c..00000000000
--- a/Master/texmf-dist/tex/latex/ltxmisc/authoraftertitle.sty
+++ /dev/null
@@ -1,32 +0,0 @@
-% Author Matthias Bilger
-% License: Absolutely Free :)
-
-\NeedsTeXFormat{LaTeX2e}
-\ProvidesPackage{authoraftertitle}[2006/10/14 v0.9 package for Author after Titlepage]
-%Author
-\newcommand\Originalauthor{}
-\let\Originalauthor\author
-\renewcommand*{\author}[1]{%
- \Originalauthor{#1}%
- \renewcommand*{\MyAuthor}{#1}%
-}
-
-\newcommand*{\MyAuthor}{}
-
-%Title
-\newcommand\Originaltitle{}
-\let\Originaltitle\title
-\renewcommand*{\title}[1]{%
- \Originaltitle{#1}%
- \renewcommand*{\MyTitle}{#1}%
-}
-\newcommand*{\MyTitle}{}
-
-%Date
-\newcommand\Originaldate{}
-\let\Originaldate\date
-\renewcommand*{\date}[1]{%
- \Originaldate{#1}%
- \renewcommand*{\MyDate}{#1}%
-}
-\newcommand*{\MyDate}{}