latex-css/lang/hu.css
Vinter Péter 166ff640f1
Create hu.css (#36)
Co-authored-by: Vincent <vincent@doerig.dev>
2020-12-25 11:39:59 +01:00

5 lines
341 B
CSS
Raw Permalink 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(hu) .theorem::before { content: 'Tétel ' counter(theorem) '. ' !important; }
:lang(hu) .lemma::before { content: 'Lemma ' counter(theorem) '. ' !important; }
:lang(hu) .proof::before { content: 'Bizonyítás.' attr(title) !important; }
:lang(hu) .definition::before { content: 'Definíció ' counter(definition) '. ' !important; }