latex-css/lang/sv.css
2024-02-19 14:18:53 +01:00

5 lines
331 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(sv) .theorem::before { content: 'Sats ' counter(theorem) '. ' !important; }
:lang(sv) .lemma::before { content: 'Lemma ' counter(theorem) '. ' !important; }
:lang(sv) .proof::before { content: 'Bevis.' attr(title) !important; }
:lang(sv) .definition::before { content: 'Definition ' counter(definition) '. ' !important; }