I want to put a long text in the box using LaTeX, thus, would someone tell me how to put the text in the box? Using \makebox? however, it doesn't work, I use \makebox[10cm]{text in the box}, there is no box in the file.
Tell me more
×
TeX - LaTeX Stack Exchange is a question and answer site for
users of TeX, LaTeX, ConTeXt, and related typesetting systems. It's 100% free, no registration required.
|
|
||||
|
You can use |
|||
|
|
\fbox{\makebox[10cm]{text in the box}}– Herbert Aug 17 '12 at 11:07\makeboxcertainly typesets material in a box: perhaps you might clarify. – Joseph Wright♦ Aug 17 '12 at 11:08