added German language support (thanks to D. Grawe)

This commit is contained in:
Felipe Portales 2021-07-08 08:32:35 -03:00
parent a77dd75f76
commit 8a64d7afa4

View file

@ -1,6 +1,7 @@
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% Felipe Portales' HomeWorks
% Maintainer: Felipe Portales-Oliva (f.portales.oliva@gmail.com)
% Contributors: David Grawe (German inserts)
%
% Document class to produce simple yet stylish homework submissions
%
@ -55,6 +56,13 @@
\renewcommand{\StudentLang}{Nombre estudiante}
}
\DeclareOption{german}{ % Contribution by David Grawe
\renewcommand{\CourseLang}{Modul}
\renewcommand{\ProfessorLang}{Dozent}
\renewcommand{\DateLang}{Frist}
\renewcommand{\StudentLang}{Studierende}
}
\PassOptionsToClass{a4paper}{article}
\DeclareOption*{\PassOptionsToClass{\CurrentOption}{article}}