latex-css/lang/de.css

6 lines
416 B
CSS
Raw Normal View History

:lang(de) .theorem::before { content: 'Satz ' counter(theorem) '. ' !important; }
:lang(de) .lemma::before { content: 'Lemma ' counter(theorem) '. ' !important; }
:lang(de) .proof::before { content: 'Beweis.' attr(title) !important; }
:lang(de) .definition::before { content: 'Definition ' counter(definition) '. ' !important; }
:lang(de) caption::before { content: 'Tabelle ' counter(caption) '. ' !important; }