I have several frameboxes in my document, using the following command:
\framebox(115,115){ R-Sq: \newline For example}
I want to force a new line, but neither \newline or \\ appear to work. Is there any other way of doing this?
|
I have several frameboxes in my document, using the following command:
I want to force a new line, but neither |
||||
|
|
|
TH. has suggested putting the framebox around another box, but specifying the size can be awkward. Here's my (note: plug) solution to the problem:
A ‘minibox’ is exactly equivalent to a tabular in the current implementation; I just wanted the shorter markup. I've considered adding frames to the minibox package but haven't had the chance to look at it yet. |
|||||||||
|
|
@celenius One way to insert a newline in a framed box using
|
|||
|
|
|
If you dig through the chain of macro expansions, you see that So you can use this.
Where all I've done is put the input inside an appropriately sized |
|||
|