\mbox{txt}
\makebox[wdth][pos]{txt}
l)、
右寄せ(r)、中央(c)に出力する。
\fbox{txt}
\framebox[wdth][pos]{txt}
\newsavebox{cmd}
\sbox{cmd}{txt}
\savebox{cmd}[wdth][pos]{txt}
\usebox{cmd}
\parbox[pos][hght][inpos]
{wdth}{...}
\begin{minipage}[pos][hght][inpos]
{wdth}
... \end{minipage}
t:上部、c:中央、b:下部)。
hght は箱の高さを指定する。inpos は箱内部の文字の位置を
指定する(t:上寄せ、c:中央、b:下寄せ)。 \raisebox{len}[hght][dpth]{txt}
\rule[len]{wdth}{hght}
ascmac package
\begin{shadebox}...\end{shadebox}
\begin{screen}...\end{screen}
\begin{itembox}[pos]{title}...\end{itembox}
screen 環境の上の罫線部に title を出力する。
pos には出力位置(左:l, 中央:c, 右:r)を
指定する。 \begin{boxnote}...\end{boxnote}