forked from Hg/htlle-da-vorlage
Fixed typo in the german template where the authormark was not properly translated
This commit is contained in:
parent
5118353adc
commit
9f1b41be36
@ -343,7 +343,7 @@ $endif$
|
|||||||
|
|
||||||
%Nun definieren wir \markauthor so, dass er \authormark umdefiniert. Folgende Leerzeichen sollen dabei ignoriert werden.
|
%Nun definieren wir \markauthor so, dass er \authormark umdefiniert. Folgende Leerzeichen sollen dabei ignoriert werden.
|
||||||
\newcommand*{\textauthor}[1]{%
|
\newcommand*{\textauthor}[1]{%
|
||||||
\renewcommand{\authormark}{Author: #1}%
|
\renewcommand{\authormark}{\translate{author}: #1}%
|
||||||
\ignorespaces
|
\ignorespaces
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -19,6 +19,7 @@
|
|||||||
\providetranslation{of}{der}
|
\providetranslation{of}{der}
|
||||||
\providetranslation{file}{Datei}
|
\providetranslation{file}{Datei}
|
||||||
\providetranslation{pages}{Seite(n)}
|
\providetranslation{pages}{Seite(n)}
|
||||||
|
\providetranslation{author}{Autor}
|
||||||
\providetranslation{authorship}{Erklärung der Urheberschaft}
|
\providetranslation{authorship}{Erklärung der Urheberschaft}
|
||||||
\providetranslation{attachment}{Datei}
|
\providetranslation{attachment}{Datei}
|
||||||
\providetranslation{lstoffigures}{Abbildungsverzeichnis}
|
\providetranslation{lstoffigures}{Abbildungsverzeichnis}
|
||||||
|
@ -19,9 +19,11 @@
|
|||||||
\providetranslation{of}{of}
|
\providetranslation{of}{of}
|
||||||
\providetranslation{file}{File}
|
\providetranslation{file}{File}
|
||||||
\providetranslation{pages}{Page(s)}
|
\providetranslation{pages}{Page(s)}
|
||||||
|
\providetranslation{author}{Author}
|
||||||
\providetranslation{authorship}{Declaration of authorship}
|
\providetranslation{authorship}{Declaration of authorship}
|
||||||
\providetranslation{attachment}{File}
|
\providetranslation{attachment}{File}
|
||||||
\providetranslation{lstoffigures}{List of Figures}
|
\providetranslation{lstoffigures}{List of Figures}
|
||||||
\providetranslation{lstoftables}{List of Tables}
|
\providetranslation{lstoftables}{List of Tables}
|
||||||
\providetranslation{lstoflistings}{List of Listings}
|
\providetranslation{lstoflistings}{List of Listings}
|
||||||
\providetranslation{lstofreferences}{List of References}
|
\providetranslation{lstofreferences}{List of References}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user