mirror of
https://github.com/vincentdoerig/latex-css.git
synced 2024-11-20 11:18:35 +03:00
feat: add translated table caption prefix
This commit is contained in:
parent
d36face06d
commit
452f19a39a
@ -2,3 +2,4 @@
|
||||
:lang(da) .lemma::before { content: 'Lemma ' counter(theorem) '. ' !important; }
|
||||
:lang(da) .proof::before { content: 'Bevis. ' attr(title) !important; }
|
||||
:lang(da) .definition::before { content: 'Definition ' counter(definition) '. ' !important; }
|
||||
:lang(da) caption::before { content: 'Tabel ' counter(caption) '. ' !important; }
|
||||
|
@ -2,3 +2,4 @@
|
||||
:lang(de) .lemma::before { content: 'Lemma ' counter(theorem) '. ' !important; }
|
||||
:lang(de) .proof::before { content: 'Beweis. ' attr(title) !important; }
|
||||
:lang(de) .definition::before { content: 'Definition ' counter(definition) '. ' !important; }
|
||||
:lang(de) caption::before { content: 'Tabelle ' counter(caption) '. ' !important; }
|
||||
|
@ -2,6 +2,7 @@
|
||||
:lang(es) .lemma::before { content: 'Lema ' counter(theorem) '. ' !important; }
|
||||
:lang(es) .proof::before { content: 'Demostración. ' attr(title) !important; }
|
||||
:lang(es) .definition::before { content: 'Definición ' counter(definition) '. ' !important; }
|
||||
:lang(es) caption::before { content: 'Tabla ' counter(caption) '. ' !important; }
|
||||
:lang(es) .indent-pars h2 + p,
|
||||
:lang(es) .indent-pars h3 + p,
|
||||
:lang(es) .indent-pars h4 + p {
|
||||
|
@ -2,6 +2,7 @@
|
||||
:lang(fr) .lemma::before { content: 'Lemme ' counter(theorem) '. ' !important; }
|
||||
:lang(fr) .proof::before { content: 'Démonstration. ' attr(title) !important; }
|
||||
:lang(fr) .definition::before { content: 'Définition ' counter(definition) '. ' !important; }
|
||||
:lang(fr) caption::before { content: 'Tableau ' counter(caption) '. ' !important; }
|
||||
:lang(fr) .indent-pars h2 + p,
|
||||
:lang(fr) .indent-pars h3 + p,
|
||||
:lang(fr) .indent-pars h4 + p {
|
||||
|
@ -2,3 +2,4 @@
|
||||
:lang(it) .lemma::before { content: 'Lemma ' counter(theorem) '. ' !important; }
|
||||
:lang(it) .proof::before { content: 'Dimostrazione. ' attr(title) !important; }
|
||||
:lang(it) .definition::before { content: 'Definizione ' counter(definition) '. ' !important; }
|
||||
:lang(it) caption::before { content: 'Tabella ' counter(caption) '. ' !important; }
|
||||
|
Loading…
Reference in New Issue
Block a user