latex-css/lang/pt.css
2020-05-25 13:46:03 +02:00

5 lines
343 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(pt) .theorem::before { content: 'Teorema ' counter(theorem) '. ' !important; }
:lang(pt) .lemma::before { content: 'Lema ' counter(theorem) '. ' !important; }
:lang(pt) .proof::before { content: 'Demonstração.' attr(title) !important; }
:lang(pt) .definition::before { content: 'Definição ' counter(definition) '. ' !important; }