From e0c6872cf40896c7be36b11dcc744620f10adf1d Mon Sep 17 00:00:00 2001 From: Norbert Preining Date: Mon, 2 Sep 2019 13:46:59 +0900 Subject: Initial commit --- .../contrib/authoraftertitle/authoraftertitle.sty | 32 ++++++++++++++++++++++ 1 file changed, 32 insertions(+) create mode 100644 macros/latex/contrib/authoraftertitle/authoraftertitle.sty (limited to 'macros/latex/contrib/authoraftertitle/authoraftertitle.sty') diff --git a/macros/latex/contrib/authoraftertitle/authoraftertitle.sty b/macros/latex/contrib/authoraftertitle/authoraftertitle.sty new file mode 100644 index 0000000000..47b87a27f6 --- /dev/null +++ b/macros/latex/contrib/authoraftertitle/authoraftertitle.sty @@ -0,0 +1,32 @@ +% Author Matthias Bilger +% License: This package is released to the Public Domain + +\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}{} -- cgit v1.2.3