The command
\mbox{...}
simply doesn't work for me. After compiling, there are no errors, but there is simply no box, only the text specified in the brackets, "...", is visible.
Any hints?
Text Formatting ⇒ \mbox issue
NEW: TikZ book now 40% off at Amazon.com for a short time.
\mbox issue
\mbox{...} isn't supposed to produce a visible box. It's just used to keep its content together so that, e.g., it isn't split at the end of a line, column or page.
Perhaps you meant \fbox{...}?
Perhaps you meant \fbox{...}?
Re: \mbox issue
Thanks, this was exactly what I was looking for.
I misinterpreted the usage of \mbox.
I misinterpreted the usage of \mbox.