latex-css/lang/pl.css
2023-03-05 21:54:35 +01:00

5 lines
338 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(pl) .theorem::before { content: 'Twierdzenie ' counter(theorem) '. ' !important; }
:lang(pl) .lemma::before { content: 'Lemat ' counter(theorem) '. ' !important; }
:lang(pl) .proof::before { content: 'Dowód.' attr(title) !important; }
:lang(pl) .definition::before { content: 'Definicja ' counter(definition) '. ' !important; }