summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2020-07-20 21:19:30 +0000
committerKarl Berry <karl@freefriends.org>2020-07-20 21:19:30 +0000
commitc33389d92e04559f41ed5798afb04b251d6f9fd2 (patch)
tree85e639823b1d52fdbff8339ac2e6119064fbcfd6
parent3ce2b0bf4b5bfb7ae7aa13812ba83330fe08269a (diff)
authoraftertitle (20jul20)
git-svn-id: svn://tug.org/texlive/trunk@55889 c570f23f-e606-0410-a88d-b1316a301751
-rw-r--r--Master/texmf-dist/doc/latex/authoraftertitle/README.md12
-rw-r--r--Master/texmf-dist/doc/latex/authoraftertitle/authoraftertitle.pdfbin121340 -> 113957 bytes
-rw-r--r--Master/texmf-dist/doc/latex/authoraftertitle/authoraftertitle.tex6
-rw-r--r--Master/texmf-dist/tex/latex/authoraftertitle/authoraftertitle.sty7
4 files changed, 21 insertions, 4 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
index f01f8669a4c..9888fa0fd06 100644
--- a/Master/texmf-dist/doc/latex/authoraftertitle/authoraftertitle.pdf
+++ b/Master/texmf-dist/doc/latex/authoraftertitle/authoraftertitle.pdf
Binary files 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