From 0026da8a4f8f36226435574a3b1cf73799ee5f0e Mon Sep 17 00:00:00 2001
From: mirabilos <thorsten.glaser@teckids.org>
Date: Tue, 2 Apr 2019 18:27:07 +0200
Subject: [PATCH] workaround to allow for menukeys to stay for a while
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

(all packages using “catoptions”, which *currently*
includes menukeys, ought to be avoided as it patches
TeX internals in an incompatible way)
---
 teckids-brief.lco | 1 -
 teckids.sty       | 2 +-
 2 files changed, 1 insertion(+), 2 deletions(-)

diff --git a/teckids-brief.lco b/teckids-brief.lco
index 5d9c64f..1acc496 100644
--- a/teckids-brief.lco
+++ b/teckids-brief.lco
@@ -7,7 +7,6 @@
 \typearea[6pt]{13}
 \hypersetup{
 	pdfauthor = {see gitweb of Teckids e.V.},
-        colorlinks=false,
         breaklinks=true,
         linkcolor=linkcolor,
         menucolor=linkcolor,
diff --git a/teckids.sty b/teckids.sty
index 9d9702b..325e6b5 100644
--- a/teckids.sty
+++ b/teckids.sty
@@ -44,7 +44,7 @@
 \RequirePackage[shortcuts]{extdash}
 \RequirePackage[margin=2cm,bottom=2cm,footskip=8mm]{geometry}
 \RequirePackage{framed}
-\RequirePackage[pdftex]{hyperref}
+\RequirePackage{hyperref}
 \linespread{1.15}
 \RequirePackage{pxfonts}
 \renewcommand{\familydefault}{\sfdefault}
-- 
GitLab