latex-css/lang/cs.css

6 lines
417 B
CSS
Raw Permalink Normal View History

2020-06-09 08:07:37 +03:00
:lang(cs) .theorem::before { content: 'Teorém ' counter(theorem) '. ' !important; }
:lang(cs) .lemma::before { content: 'Lemma ' counter(theorem) '. ' !important; }
:lang(cs) .proof::before { content: 'Důkaz.' attr(title) !important; }
:lang(cs) .definition::before { content: 'Definice ' counter(definition) '. ' !important; }
:lang(cs) caption::before { content: 'Tabulka ' counter(caption) '. ' !important; }