OSDN Git Service

update documentation (WIP)
[luatex-ja/luatexja.git] / test / test07-math.tex
index 55dc9be..3eba2d9 100644 (file)
@@ -42,6 +42,22 @@ mathgt: $\mathrm{\mathmc{あa}}\mathmc{あb}\mathgt{あa}$
 
 \LaTeX では数式ファミリ番号は欧文と共用→$\the\jfam$
 
+\def\s{\mathchoice{Dあ}{Tあ}{Sあ}{SSあ}}
+\[
+\s {\textstyle \s} {\scriptstyle \s} {\scriptscriptstyle \s}
+\]
 
+
+
+\kanjifamily{mc}\selectfont
+$あいうえおabcde a^\mathrm{b}漢字_{あ}$
+
+mathrm: $\mathrm{あいうえおabcde}$
+
+mathbf: $\mathbf{あいうえおabcde}$
+
+mathmc: $\mathmc{あいうえおabcde}$
+
+mathgt: $\mathgt{あいうえおabcde}$
 \end{document}