latex-css/lang/ru.css
2022-01-27 21:01:25 +01:00

5 lines
381 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(ru) .theorem::before { content: 'Теорема ' counter(theorem) '. ' !important; }
:lang(ru) .lemma::before { content: 'Лемма ' counter(theorem) '. ' !important; }
:lang(ru) .proof::before { content: 'Доказательство.' attr(title) !important; }
:lang(ru) .definition::before { content: 'Определение ' counter(definition) '. ' !important; }