latex-css/lang/ja.css
NATSUHIKO MIZUTANI 567d3dfd79
add ja.css (#18)
2020-05-28 09:40:45 +02:00

6 lines
394 B
CSS
Raw 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(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; }