From 5a8c75bce1222b9696c165550c6cdebe5dd169c3 Mon Sep 17 00:00:00 2001 From: "Sebastian J. Mielke" Date: Tue, 8 Sep 2015 14:39:06 +0530 Subject: [PATCH] =?UTF-8?q?Menus=20in=20Modul=C3=BCbersicht=20rendern=20wi?= =?UTF-8?q?eder=20wie=20vor=20dem=20letzten=20Commit.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- preamble.tex | 2 +- texte/moduluebersicht.tex | 9 +++++++++ 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/preamble.tex b/preamble.tex index 862a298..d17db10 100644 --- a/preamble.tex +++ b/preamble.tex @@ -25,10 +25,10 @@ \definecolor{ese_bg_color}{rgb}{0.34, 0.23, 0.46} % 87, 59, 117 \definecolor{ese_fg_color}{rgb}{1, 1, 1} - \definecolor{ifsrgreen}{rgb}{0.69, 0.88, 0.11} % 177, 225, 28 \definecolor{ifsrgray}{rgb}{0.6, 0.6, 0.6} % 153, 153, 153 +% is toggled twice for moduluebersicht.tex \changemenucolor{gray}{bg}{named}{ese_fg_color} %background of the menukeys \changemenucolor{gray}{br}{named}{ese_bg_color} %border of the menukeys \changemenucolor{gray}{txt}{named}{ese_bg_color} %text of the menukeys diff --git a/texte/moduluebersicht.tex b/texte/moduluebersicht.tex index dd16bd6..6d509b8 100644 --- a/texte/moduluebersicht.tex +++ b/texte/moduluebersicht.tex @@ -1,3 +1,8 @@ +% toggles back at the end of this file! +\changemenucolor{gray}{bg}{named}{ese_bg_color} %background of the menukeys +\changemenucolor{gray}{br}{named}{ese_fg_color} %border of the menukeys +\changemenucolor{gray}{txt}{named}{ese_fg_color} %text of the menukeys + \addchap{Modulübersicht} Ein (M) kennzeichnet ein Modul nur für Medieninformatiker, ein (I) jeweils Module für Informatiker und ein (D) für Diplominformatiker. @@ -264,3 +269,7 @@ So schnell kann es gehen. \includegraphics[scale=.5]{img/xkcd/exploits_of_a_mom.png} \caption*{{\small \textit{Her daughter is named Help I'm trapped in a driver's license factory. (https://xkcd.com/327)}}} \end{figure} + +\changemenucolor{gray}{bg}{named}{ese_fg_color} %background of the menukeys +\changemenucolor{gray}{br}{named}{ese_bg_color} %border of the menukeys +\changemenucolor{gray}{txt}{named}{ese_bg_color} %text of the menukeys \ No newline at end of file