Commit 6063d040 authored by Vladimír Štill's avatar Vladimír Štill
Browse files

Allow explicitly specifying czech and color in class options

parent a0ef1831
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -7,9 +7,11 @@

\newcommand{\ftr@colorProfile}{color}
\DeclareOption{bw}{\renewcommand{\ftr@colorProfile}{bw}}
\DeclareOption{color}{} % the default

\newcommand{\ftr@lang}{czech}
\DeclareOption{english}{\renewcommand{\ftr@lang}{english}}
\DeclareOption{czech}{} % the default

% Based on 'article'
\DeclareOption*{\PassOptionsToClass{\CurrentOption}{article}}