From 36cefe73102bae9b35384feb4226c55d6d76dc07 Mon Sep 17 00:00:00 2001 From: Jeff LANCE Date: Thu, 24 Aug 2017 18:40:37 +0200 Subject: [PATCH] Deactivate the options treatment as they're will be set with templates. --- cours/cours_beamer.cls | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/cours/cours_beamer.cls b/cours/cours_beamer.cls index 0cd20a9..a049642 100644 --- a/cours/cours_beamer.cls +++ b/cours/cours_beamer.cls @@ -52,15 +52,15 @@ % \def\subsectioncolor{#1}% % } -\DeclareOptionX{sectioncolor}[debianred]{% - \def\sectioncolor{#1}% -} -\DeclareOptionX{subsectioncolor}[lapislazuli]{% - \def\subsectioncolor{#1}% -} +% \DeclareOptionX{sectioncolor}[debianred]{% +% \def\sectioncolor{#1}% +% } +% \DeclareOptionX{subsectioncolor}[lapislazuli]{% +% \def\subsectioncolor{#1}% +% } -\ExecuteOptionsX{sectioncolor, subsectioncolor} -\ProcessOptionsX +% \ExecuteOptionsX{sectioncolor, subsectioncolor} +% \ProcessOptionsX %--------------