latex-css/lang/da.css
2024-02-19 22:44:40 +09:00

6 lines
422 B
CSS
Raw Blame History

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

: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; }
:lang(da) caption::before { content: 'Tabel ' counter(caption) '. ' !important; }