summaryrefslogtreecommitdiff
path: root/macros/latex/contrib/authoraftertitle
diff options
context:
space:
mode:
authorNorbert Preining <norbert@preining.info>2020-07-21 03:03:08 +0000
committerNorbert Preining <norbert@preining.info>2020-07-21 03:03:08 +0000
commitbd36712a3846fe8b17a13b5edfdcf10dc8787235 (patch)
treea03524b06804f090ad8364af839219776d17dd70 /macros/latex/contrib/authoraftertitle
parent7a37d65d52056a1500d4602172582154994bea64 (diff)
CTAN sync 202007210303
Diffstat (limited to 'macros/latex/contrib/authoraftertitle')
-rw-r--r--macros/latex/contrib/authoraftertitle/README.md12
-rw-r--r--macros/latex/contrib/authoraftertitle/authoraftertitle.pdfbin121340 -> 113957 bytes
-rw-r--r--macros/latex/contrib/authoraftertitle/authoraftertitle.sty7
-rw-r--r--macros/latex/contrib/authoraftertitle/authoraftertitle.tex6
4 files changed, 21 insertions, 4 deletions
diff --git a/macros/latex/contrib/authoraftertitle/README.md b/macros/latex/contrib/authoraftertitle/README.md
new file mode 100644
index 0000000000..6155e5c2fe
--- /dev/null
+++ b/macros/latex/contrib/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/macros/latex/contrib/authoraftertitle/authoraftertitle.pdf b/macros/latex/contrib/authoraftertitle/authoraftertitle.pdf
index f01f8669a4..9888fa0fd0 100644
--- a/macros/latex/contrib/authoraftertitle/authoraftertitle.pdf
+++ b/macros/latex/contrib/authoraftertitle/authoraftertitle.pdf
Binary files differ
diff --git a/macros/latex/contrib/authoraftertitle/authoraftertitle.sty b/macros/latex/contrib/authoraftertitle/authoraftertitle.sty
index 47b87a27f6..96618a0660 100644
--- a/macros/latex/contrib/authoraftertitle/authoraftertitle.sty
+++ b/macros/latex/contrib/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
diff --git a/macros/latex/contrib/authoraftertitle/authoraftertitle.tex b/macros/latex/contrib/authoraftertitle/authoraftertitle.tex
index 0c2296f814..e2ec4de009 100644
--- a/macros/latex/contrib/authoraftertitle/authoraftertitle.tex
+++ b/macros/latex/contrib/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}