From 60ffe56510da387b186a330552665178d3f19ec7 Mon Sep 17 00:00:00 2001 From: mirabilos <thorsten.glaser@teckids.org> Date: Wed, 12 Jun 2024 04:54:10 +0200 Subject: [PATCH] xcolor lost the usenames option (anything that breaks needs fixing) --- teckids2style.sty | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/teckids2style.sty b/teckids2style.sty index fe36c77..38385e3 100644 --- a/teckids2style.sty +++ b/teckids2style.sty @@ -31,12 +31,12 @@ % • (em dash) → \dash \NeedsTeXFormat{LaTeX2e}% -\ProvidesPackage{teckids2style}[2024/06/11 1.21 Teckids TeX/LaTeX style, second epoch]% for Tₑχ/LᴬTᴇΧ +\ProvidesPackage{teckids2style}[2024/06/11 1.22 Teckids TeX/LaTeX style, second epoch]% for Tₑχ/LᴬTᴇΧ \RequirePackage{accsupp}% \RequirePackage[utf8]{inputenc}% \RequirePackage[british,ngerman,shorthands=off,safe=none,math=normal,main=ngerman,headfoot=ngerman,hyphenmap=other*]{babel}% -\RequirePackage[usenames,dvipsnames,table]{xcolor}% +\RequirePackage[dvipsnames,table]{xcolor}% \RequirePackage[LY1,TS1,T1]{fontenc}% \RequirePackage{pdf14}% \RequirePackage[paperwidth=21truecm,paperheight=29.7truecm,includehead,hmargin=1.75cm,top=0.3cm,bottom=2.2cm,headheight=1cm,headsep=0.5cm,footskip=0.8cm,marginparsep=2.5mm]{geometry}% -- GitLab