Skip to content
Snippets Groups Projects
Commit b692cd3f authored by Nik | Klampfradler's avatar Nik | Klampfradler
Browse files

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

Caused trouble with some headers, see diff in TODO.

This reverts commit 4225ffeaed95ac1f89c6bbfa3ef17bd5d9dc377a.
parent 4fa901ac
No related branches found
No related tags found
No related merge requests found
...@@ -55,14 +55,12 @@ ...@@ -55,14 +55,12 @@
%% 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,7 +40,6 @@ ...@@ -40,7 +40,6 @@
\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