From b692cd3f6111038b65f1d6de49bb0d57cb78bae0 Mon Sep 17 00:00:00 2001
From: Dominik George <dominik.george@teckids.org>
Date: Wed, 29 Apr 2015 16:24:42 +0200
Subject: [PATCH] [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.
---
 teckids.sty       | 2 --
 teckidspubmat.cls | 1 -
 2 files changed, 3 deletions(-)

diff --git a/teckids.sty b/teckids.sty
index da97c7e..4321f4a 100644
--- a/teckids.sty
+++ b/teckids.sty
@@ -55,14 +55,12 @@
 
 %% Makro für einen Protokoll-/Berichtskopf mit Titel und Logo
 \newcommand{\teckidshead}[1]{
- \hypersetup{pdftitle = #1}
  \begin{minipage}[c]{0.5\textwidth}\centering\Large\textbf{#1}\end{minipage}
  \hfill
  \begin{minipage}[c]{0.4\textwidth}\teckidslogo[\textwidth]\end{minipage}
 }
 %% Nur für Sonderfälle!
 \newcommand{\teckidsheadleft}[1]{
- \hypersetup{pdftitle = {#1}}
  \begin{minipage}[c]{0.5\textwidth}\Large\textbf{#1}\end{minipage}
  \hfill
  \begin{minipage}[c]{0.4\textwidth}\teckidslogo[\textwidth]\end{minipage}
diff --git a/teckidspubmat.cls b/teckidspubmat.cls
index ff3e634..cbf93d9 100644
--- a/teckidspubmat.cls
+++ b/teckidspubmat.cls
@@ -40,7 +40,6 @@
 
 \newcommand{\teckidspubmat}[2]{
 \hypersetup{
-	pdftitle = {#1},
 	pdfauthor = {#2, and others; see gitweb of Teckids e.V.}
 }
 \lohead{\Large #1}
-- 
GitLab