latex-css/lang/pl.css

5 lines
338 B
CSS
Raw Permalink Normal View History

2023-03-05 23:54:35 +03:00
: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; }