latex-css/lang/da.css

5 lines
340 B
CSS
Raw Normal View History

2022-06-06 23:25:00 +03:00
:lang(da) .theorem::before { content: 'Læresætning ' counter(theorem) '. ' !important; }
:lang(da) .lemma::before { content: 'Lemma ' counter(theorem) '. ' !important; }
:lang(da) .proof::before { content: 'Bevis.' attr(title) !important; }
:lang(da) .definition::before { content: 'Definition ' counter(definition) '. ' !important; }