発言者: nyh
発言日: 2014 04/27 17:27
ご教示頂いた方法で整数・小数両方の筆算表示ができました。前回うまくいか
なかった理由は\tasizanなどのコマンドを整数・小数の両方に使っていたため
でした。ありがとうございました。
% Non-working code
\documentclass[a4j]{jarticle}
\usepackage{emathW}
\usepackage{emathWs}
\begin{document}
\tasizan{120}{30} % Should be \Itasizan{120}{30}
\quad
\tasizan{1.2}{0.3} % Should be \Rtasizan{1.2}{0.3}
\end{document}
▼関連発言
│
└◆1195:筆算の表示 [nyh] 04/27 09:59
└◆1196:Re:筆算の表示 [tDB] 04/27 10:57
└◆1197:Re[2]:筆算の表示 [nyh] 04/27 14:53
└◆1198:Re[3]:筆算の表示 [tDB] 04/27 15:21
└◆1199:Re[4]:筆算の表示 [nyh] 04/27 17:27<-last