diff options
Diffstat (limited to 'Master')
-rw-r--r-- | Master/texmf-dist/tex/latex/authoraftertitle/authoraftertitle.sty | 32 | ||||
-rwxr-xr-x | Master/tlpkg/bin/tlpkg-ctan-check | 2 | ||||
-rw-r--r-- | Master/tlpkg/tlpsrc/authoraftertitle.tlpsrc | 2 | ||||
-rw-r--r-- | Master/tlpkg/tlpsrc/collection-latexextra.tlpsrc | 1 |
4 files changed, 36 insertions, 1 deletions
diff --git a/Master/texmf-dist/tex/latex/authoraftertitle/authoraftertitle.sty b/Master/texmf-dist/tex/latex/authoraftertitle/authoraftertitle.sty new file mode 100644 index 00000000000..7244c69bb9c --- /dev/null +++ b/Master/texmf-dist/tex/latex/authoraftertitle/authoraftertitle.sty @@ -0,0 +1,32 @@ +% 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}{} diff --git a/Master/tlpkg/bin/tlpkg-ctan-check b/Master/tlpkg/bin/tlpkg-ctan-check index 41e3c776137..885ca9d8505 100755 --- a/Master/tlpkg/bin/tlpkg-ctan-check +++ b/Master/tlpkg/bin/tlpkg-ctan-check @@ -29,7 +29,7 @@ my @WorkingTLP = qw( amsthdoc-it animate ANUfinalexam anyfontsize apacite appendix apl arabi arabtex arabxetex archaic arcs arev armenian arrayjob arydshln Asana-Math ascii assignment astro - attachfile aurical authorindex auto-pst-pdf automata + attachfile aurical authoraftertitle authorindex auto-pst-pdf automata babelbib barcodes bbold beamer beamer-contrib beamer-tut-pt begriff bera betababel bezos bghyphen bibhtml bibleref bibtopic bibunits bigfoot diff --git a/Master/tlpkg/tlpsrc/authoraftertitle.tlpsrc b/Master/tlpkg/tlpsrc/authoraftertitle.tlpsrc new file mode 100644 index 00000000000..6747bba05cb --- /dev/null +++ b/Master/tlpkg/tlpsrc/authoraftertitle.tlpsrc @@ -0,0 +1,2 @@ +name authoraftertitle +category Package diff --git a/Master/tlpkg/tlpsrc/collection-latexextra.tlpsrc b/Master/tlpkg/tlpsrc/collection-latexextra.tlpsrc index e29d26cc14a..d7ef7856b5f 100644 --- a/Master/tlpkg/tlpsrc/collection-latexextra.tlpsrc +++ b/Master/tlpkg/tlpsrc/collection-latexextra.tlpsrc @@ -22,6 +22,7 @@ depend arcs depend arrayjob depend assignment depend attachfile +depend authoraftertitle depend authorindex depend autotab depend beamer-contrib |