aboutsummaryrefslogtreecommitdiff
path: root/fphw.cls
diff options
context:
space:
mode:
authorFelipe Portales <f.portales.oliva@gmail.com>2021-07-08 08:32:35 -0300
committerFelipe Portales <f.portales.oliva@gmail.com>2021-07-08 08:32:35 -0300
commit8a64d7afa4e206884f1ce98ee09d1e2f9fc41019 (patch)
tree08248d8014d576abab54499660e296adb8cb672c /fphw.cls
parenta77dd75f76542a4a7cb4a6e63a87e5df12ec4346 (diff)
added German language support (thanks to D. Grawe)
Diffstat (limited to 'fphw.cls')
-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}}