Deactivate the options treatment as they're will be set with templates.

This commit is contained in:
Jeff Lance 2017-08-24 18:40:37 +02:00
parent 342d138239
commit 36cefe7310

View File

@ -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
%--------------