Skip to content
Snippets Groups Projects
Commit ae923aa6 authored by mirabilos's avatar mirabilos
Browse files

[verein.git] add author information to PDF metadata

“and others, see gitweb” rationale: we all work on various documents,
styles, classes, etc. so the main document author is not the only
author at least for the metadata (this does not change the author
information displayed in print, where content is the only thing
that matters)
parent a6903c20
No related branches found
No related tags found
No related merge requests found
...@@ -19,6 +19,7 @@ ...@@ -19,6 +19,7 @@
\typearea[6pt]{13} \typearea[6pt]{13}
\renewcommand{\familydefault}{\sfdefault} \renewcommand{\familydefault}{\sfdefault}
\hypersetup{ \hypersetup{
pdfauthor = {see gitweb of Teckids e.V.},
colorlinks=false, colorlinks=false,
breaklinks=true, breaklinks=true,
linkcolor=linkcolor, linkcolor=linkcolor,
......
...@@ -25,3 +25,7 @@ ...@@ -25,3 +25,7 @@
\LoadClass{scrartcl} \LoadClass{scrartcl}
\RequirePackage{teckids} \RequirePackage{teckids}
\hypersetup{
pdfauthor = {see gitweb of Teckids e.V.}
}
...@@ -36,6 +36,9 @@ ...@@ -36,6 +36,9 @@
\rofoot{\teckidslogo[3cm]{}} \rofoot{\teckidslogo[3cm]{}}
\newcommand{\teckidspubmat}[2]{ \newcommand{\teckidspubmat}[2]{
\hypersetup{
pdfauthor = {#2, and others; see gitweb of Teckids e.V.}
}
\lohead{\Large #1} \lohead{\Large #1}
\cofoot{\footnotesize \cofoot{\footnotesize
\copyright 2014 #2\linebreak \copyright 2014 #2\linebreak
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment