LaTeX Wiki
Advertisement

The \parbox{} command can be used to put a single paragraph in an invisible box of a certain width. The command is fragile.

Syntax[]

\parbox[position][height][inner-pos]{width}{contents}


See minipage for a description of the optional arguments.

Example[]

\parbox{3cm}{Lorum ipsum dolor sit amet} 
Advertisement