latex-css/lang/tr.css

5 lines
330 B
CSS
Raw Permalink Normal View History

2020-08-27 22:09:18 +03:00
:lang(tr) .theorem::before { content: 'Teorem ' counter(theorem) '. ' !important; }
:lang(tr) .lemma::before { content: 'Lemma ' counter(theorem) '. ' !important; }
:lang(tr) .proof::before { content: 'Kanıt.' attr(title) !important; }
:lang(tr) .definition::before { content: 'Tanım ' counter(definition) '. ' !important; }