aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--fphw.cls8
1 files changed, 8 insertions, 0 deletions
diff --git a/fphw.cls b/fphw.cls
index 70f832b..eff785a 100644
--- a/fphw.cls
+++ b/fphw.cls
@@ -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}}