\def\maru#1{\leavevmode\setbox0\hbox{$\bigcirc$}%
\copy0\kern-\wd0 \hbox to\wd0{\hfil{\scriptsize#1}\hfil}}
これで数字なら二桁,アルファベット・仮名なら一文字出力できる.
出力例:
\maru{6} \quad \maru{94} \quad \maru{a} \\
\maru{B} \quad \maru{\textrm{あ}} \quad \maru{\textrm{イ}}
参考:styleuse.sty
追記 (2012/01/16):数式モードで*や★,∵を出力する場合は上の \scriptsize は外した方が見易い.つまり,
\def\marub#1{\leavevmode\setbox0\hbox{$\bigcirc$}%として,
\copy0\kern-\wd0 \hbox to\wd0{\hfil{#1}\hfil}}
\marub{$\ast$} \quad \marub{$\star$} \quad \marub{$\because$}とする.
No comments:
Post a Comment
Note: Only a member of this blog may post a comment.