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

[verein.git] set PDF title to document title; does not work currently, tbm

parent 22d38a29
No related branches found
No related tags found
No related merge requests found
...@@ -55,12 +55,14 @@ ...@@ -55,12 +55,14 @@
%% Makro für einen Protokoll-/Berichtskopf mit Titel und Logo %% Makro für einen Protokoll-/Berichtskopf mit Titel und Logo
\newcommand{\teckidshead}[1]{ \newcommand{\teckidshead}[1]{
\hypersetup{pdftitle = #1}
\begin{minipage}[c]{0.5\textwidth}\centering\Large\textbf{#1}\end{minipage} \begin{minipage}[c]{0.5\textwidth}\centering\Large\textbf{#1}\end{minipage}
\hfill \hfill
\begin{minipage}[c]{0.4\textwidth}\teckidslogo[\textwidth]\end{minipage} \begin{minipage}[c]{0.4\textwidth}\teckidslogo[\textwidth]\end{minipage}
} }
%% Nur für Sonderfälle! %% Nur für Sonderfälle!
\newcommand{\teckidsheadleft}[1]{ \newcommand{\teckidsheadleft}[1]{
\hypersetup{pdftitle = {#1}}
\begin{minipage}[c]{0.5\textwidth}\Large\textbf{#1}\end{minipage} \begin{minipage}[c]{0.5\textwidth}\Large\textbf{#1}\end{minipage}
\hfill \hfill
\begin{minipage}[c]{0.4\textwidth}\teckidslogo[\textwidth]\end{minipage} \begin{minipage}[c]{0.4\textwidth}\teckidslogo[\textwidth]\end{minipage}
......
...@@ -40,6 +40,7 @@ ...@@ -40,6 +40,7 @@
\newcommand{\teckidspubmat}[2]{ \newcommand{\teckidspubmat}[2]{
\hypersetup{ \hypersetup{
pdftitle = {#1},
pdfauthor = {#2, and others; see gitweb of Teckids e.V.} pdfauthor = {#2, and others; see gitweb of Teckids e.V.}
} }
\lohead{\Large #1} \lohead{\Large #1}
......
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