”tabular environment”、”minipage” と 似たような例として \parbox を 見てみましょう。 但し、この ”\parbox ”というのは 限定的なもののようで ”\begin”と ”\end”の様式では有りま せん。様式は 以下の 様になります。
\parbox[<pos>][<height>]{<width>}{<text>}
では TeX ファイル(source code)と その 出力 を 見てみましょう
\documentclass[a4paper,10pt]{jarticle}
\begin{document}
Some text.
\parbox[t]{5cm}{This is a parbox.
The text inside
it is formatted as usual.
Paragraph breaks can also be used, but
there is no indentation by default.}
The rest of the line.
\end{document}
出力は

にゃんたろう 拝!
2008年 7月 5日 (土) 21:07:54 JST 作成