latex-css/lang/sl.css
firefly-cpp 97558be9be
Support for SLOVENIAN LANGUAGE (#37)
Co-authored-by: Vincent Dörig <vincent@doerig.dev>
2021-01-31 21:41:35 +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(sl) .theorem::before { content: 'Izrek ' counter(theorem) '. ' !important; }
:lang(sl) .lemma::before { content: 'Lema ' counter(theorem) '. ' !important; }
:lang(sl) .proof::before { content: 'Dokaz.' attr(title) !important; }
:lang(sl) .definition::before { content: 'Definicija ' counter(definition) '. ' !important; }