diff options
author | Karl Berry <karl@freefriends.org> | 2020-07-20 21:19:30 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2020-07-20 21:19:30 +0000 |
commit | c33389d92e04559f41ed5798afb04b251d6f9fd2 (patch) | |
tree | 85e639823b1d52fdbff8339ac2e6119064fbcfd6 /Master/texmf-dist/doc/latex/authoraftertitle | |
parent | 3ce2b0bf4b5bfb7ae7aa13812ba83330fe08269a (diff) |
authoraftertitle (20jul20)
git-svn-id: svn://tug.org/texlive/trunk@55889 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/latex/authoraftertitle')
-rw-r--r-- | Master/texmf-dist/doc/latex/authoraftertitle/README.md | 12 | ||||
-rw-r--r-- | Master/texmf-dist/doc/latex/authoraftertitle/authoraftertitle.pdf | bin | 121340 -> 113957 bytes | |||
-rw-r--r-- | Master/texmf-dist/doc/latex/authoraftertitle/authoraftertitle.tex | 6 |
3 files changed, 16 insertions, 2 deletions
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 <matthias@bilger.info> diff --git a/Master/texmf-dist/doc/latex/authoraftertitle/authoraftertitle.pdf b/Master/texmf-dist/doc/latex/authoraftertitle/authoraftertitle.pdf Binary files differindex f01f8669a4c..9888fa0fd06 100644 --- a/Master/texmf-dist/doc/latex/authoraftertitle/authoraftertitle.pdf +++ b/Master/texmf-dist/doc/latex/authoraftertitle/authoraftertitle.pdf 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} |