From c33389d92e04559f41ed5798afb04b251d6f9fd2 Mon Sep 17 00:00:00 2001 From: Karl Berry Date: Mon, 20 Jul 2020 21:19:30 +0000 Subject: authoraftertitle (20jul20) git-svn-id: svn://tug.org/texlive/trunk@55889 c570f23f-e606-0410-a88d-b1316a301751 --- .../doc/latex/authoraftertitle/README.md | 12 ++++++++++++ .../latex/authoraftertitle/authoraftertitle.pdf | Bin 121340 -> 113957 bytes .../latex/authoraftertitle/authoraftertitle.tex | 6 ++++-- .../latex/authoraftertitle/authoraftertitle.sty | 7 +++++-- 4 files changed, 21 insertions(+), 4 deletions(-) create mode 100644 Master/texmf-dist/doc/latex/authoraftertitle/README.md diff --git a/Master/texmf-dist/doc/latex/authoraftertitle/README.md b/Master/texmf-dist/doc/latex/authoraftertitle/README.md new file mode 100644 index 00000000000..6155e5c2fec --- /dev/null +++ b/Master/texmf-dist/doc/latex/authoraftertitle/README.md @@ -0,0 +1,12 @@ +# authoraftertitle + +This very simple package provides a simple way of having the autor, title and date availble after the titlepage. + +## Usage + +Use `\MyAuthor`, `\MyTitle` and `\MyData` as on the title page in your document, even after the titlepage. +The original definitions of \verb+\author+, \verb+\title+ and \verb+\date+ can be accessed using \verb+\Originalauthor+, \verb+\Originaltitle+ and \verb+\Originaldate+. + + +## Author +Matthias Bilger diff --git a/Master/texmf-dist/doc/latex/authoraftertitle/authoraftertitle.pdf b/Master/texmf-dist/doc/latex/authoraftertitle/authoraftertitle.pdf index f01f8669a4c..9888fa0fd06 100644 Binary files a/Master/texmf-dist/doc/latex/authoraftertitle/authoraftertitle.pdf and b/Master/texmf-dist/doc/latex/authoraftertitle/authoraftertitle.pdf differ diff --git a/Master/texmf-dist/doc/latex/authoraftertitle/authoraftertitle.tex b/Master/texmf-dist/doc/latex/authoraftertitle/authoraftertitle.tex index 0c2296f8146..e2ec4de0092 100644 --- a/Master/texmf-dist/doc/latex/authoraftertitle/authoraftertitle.tex +++ b/Master/texmf-dist/doc/latex/authoraftertitle/authoraftertitle.tex @@ -1,10 +1,12 @@ +% This work by Matthias Bilger is licensed under CC0 1.0. +% To view a copy of this license, visit https://creativecommons.org/publicdomain/zero/1.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.}} +\title{The \textsf{authoraftertitle} package\thanks{This manual corresponds to \textsf{authoraftertitle.sty} v1.0, dated~2020/07/20.}} \author{Matthias Bilger} -\date{2006/10/14} +\date{2020/07/20} \begin{document} diff --git a/Master/texmf-dist/tex/latex/authoraftertitle/authoraftertitle.sty b/Master/texmf-dist/tex/latex/authoraftertitle/authoraftertitle.sty index 47b87a27f65..96618a06607 100644 --- a/Master/texmf-dist/tex/latex/authoraftertitle/authoraftertitle.sty +++ b/Master/texmf-dist/tex/latex/authoraftertitle/authoraftertitle.sty @@ -1,8 +1,11 @@ % Author Matthias Bilger -% License: This package is released to the Public Domain +% Version 1.0 +% License: +% This work by Matthias Bilger is licensed under CC0 1.0. +% To view a copy of this license, visit https://creativecommons.org/publicdomain/zero/1.0 \NeedsTeXFormat{LaTeX2e} -\ProvidesPackage{authoraftertitle}[2006/10/14 v0.9 package for Author after Titlepage] +\ProvidesPackage{authoraftertitle}[2020/07/20 v1.0 package for Author after Titlepage] %Author \newcommand\Originalauthor{} \let\Originalauthor\author -- cgit v1.2.3