On Mon, Dec 02, 2002 at 12:03:43PM +0100, Olivier Ripoll wrote: > I have my chapter titles written in big letters on a A5 paper. I'm using > a layout from > http://www.educat.hu-berlin.de/~voss/lyx/layouts/chapter.phtml [...] > \def\@makechapterhead#1{% [...] > \parbox{0.9\textwidth}{\Huge \bfseries #1}\ % [...]
> What I would like is either > - a way to specify no imphenation for every word (like emphasis, bold, To disable hyphenation in the chapter titles, put \hyphenpenalty=10000 before the \Huge above. > - a way to specify that the title is not block aligned (left-aligned) is > great and not to have this breaking the TOC layout. > or Put \raggedright before the \Huge. Note that doing this will also disable hyphenation.
