mirror of
https://git.adityakumar.xyz/fphw.git
synced 2024-11-09 14:59:45 +00:00
added German language support (thanks to D. Grawe)
This commit is contained in:
parent
a77dd75f76
commit
8a64d7afa4
1 changed files with 8 additions and 0 deletions
8
fphw.cls
8
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}}
|
||||
|
|
Loading…
Reference in a new issue