From a71bcc1b45eb8d5bc72104fbbb203c70745d42ee Mon Sep 17 00:00:00 2001 From: mirabilos <thorsten.glaser@teckids.org> Date: Wed, 22 Aug 2018 15:37:51 +0200 Subject: [PATCH] add glue code for Debian stretch / TL 2016 compatibility --- teckids2style.sty | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/teckids2style.sty b/teckids2style.sty index 7b07076..01fcc8a 100644 --- a/teckids2style.sty +++ b/teckids2style.sty @@ -31,7 +31,7 @@ % • (em dash) → \dash \NeedsTeXFormat{LaTeX2e}% -\ProvidesPackage{teckids2style}[2018/08/21 1.9 Teckids TeX/LaTeX style, second epoch]% Teχ/LᴬTᴇX +\ProvidesPackage{teckids2style}[2018/08/22 1.10 Teckids TeX/LaTeX style, second epoch]% \RequirePackage{accsupp}% \RequirePackage[utf8]{inputenc}% @@ -64,6 +64,13 @@ \RequirePackage[section]{placeins}% \RequirePackage[pdftex,unicode]{hyperref}% +% Debian stretch compatibility glue +\makeatletter% +\ifx\f@nch@setoffs\@undefined% + \let\f@nch@setoffs\fancy@setoffs% +\fi% +\makeatother% + \definecolor{teckidsorangedark}{HTML}{FF6600}% \definecolor{teckidsorangelight}{HTML}{FF9955}% \definecolor{teckidsbluegradientlight}{HTML}{00CBFA}% -- GitLab