latex-css/lang/ja.css

6 lines
394 B
CSS
Raw Normal View History

2020-05-28 10:40:45 +03:00
:lang(ja) .theorem::before { content: '定理 ' counter(theorem) '. ' !important; }
:lang(ja) .theorem { font-style: italic; }
:lang(ja) .lemma::before { content: '補題 ' counter(theorem) '. ' !important; }
:lang(ja) .proof::before { content: '証明:' attr(title) !important; font-style: normal; }
:lang(ja) .definition::before { content: '定義 ' counter(definition) '. ' !important; }