Is there a way to force text (in a beamer slide) not to overflow to the next line, regardless of whether it fits into the page or not?
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.
|
If you box the contents inside
|
|||||||||
|


\rlap{...}to allow a line to exceed the usual line width. of course, this must be done on a case-by-case basis, and may also require the use of a forced line break if the "overflow text" is followed by more text. – barbara beeton Nov 15 '12 at 13:58