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

add glue code for Debian stretch / TL 2016 compatibility

parent 21ab394c
No related branches found
No related tags found
No related merge requests found
......@@ -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}%
......
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