Difference between revisions of "Framed"

From Wiki
Jump to navigation Jump to search
(→‎Preventing hyphenation: A bit of explaination and a bigger example)
m (Frames moved to Framed: So that the page shows up when searching for \framed. Right now, no page link to this page, so the move should be alright.)
(No difference)

Revision as of 02:39, 3 November 2006


TODO: the page devoted to all kinds of framed stuff (See: To-Do List)


Preventing hyphenation

One can prevent hypenation inside a frame by passing nothypenated option to align. It is also a good idea to add verytolerant and strectch options.

\startcombination[2*1]
{\framed
   [width=5cm,
    align={flushleft}]
   {\input ward \endgraf}}
{flushleft}
{\framed
   [width=5cm,
    align={flushleft,nothyphenated,verytolerant}] % maybe also stretch
   {\input ward \endgraf}}
{flushleft,\crlf nothypenated, \crlf verytolerant}
\stopcombination

Similar topics