From 095db9cb749ec999ed4c7c8a9268b753a213d998 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9=20Hilbig?= Date: Wed, 8 Apr 2015 14:38:34 +0200 Subject: [PATCH] =?UTF-8?q?Option=20f=C3=BCr=20Schriftart=20palatino=20in?= =?UTF-8?q?=20ahilbig-common=20hinzugef=C3=BCgt?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ahilbig-common.sty | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/ahilbig-common.sty b/ahilbig-common.sty index 05ae50e..578c3f2 100644 --- a/ahilbig-common.sty +++ b/ahilbig-common.sty @@ -30,11 +30,13 @@ \newif\ifbw \newif\ifcd \newif\ifschule +\newif\ifpalatino \DeclareOption{draft}{\draftversiontrue} \DeclareOption{blackandwhite}{\bwtrue} \DeclareOption{cd}{\cdtrue} \DeclareOption{schule}{\schuletrue} +\DeclareOption{palatino}{\palatinotrue} \ProcessOptions @@ -180,6 +182,9 @@ \fi \RequirePackage{ahilbig-letterspace} +\ifpalatino + \RequirePackage{palatino} +\fi \providecommand{\RightArrow}{\textcolor{structure.fg}{$\Rightarrow$}} \providecommand{\TCs}[1]{\textcolor{structure.fg}{#1}}