[NTG-context] Titles that spill out

2010-10-14 Thread Brian Wedde
Here is a simple section header. It runs way out of the margin. Any idea why?

I do not want hyphenation. Words that run over the boundary should be skipped 
to the next line down. Why does it not do that here?

Also note that if i change flushleft to middle, it works fine (except that 
i 
don't want it middle-aligned!)


\setuphead[section][align={flushleft,nothyphenated}]
\starttext
\showgrid
\section{XXX  XX  XXX XX XXX   XXX XXX}
\stoptext



% Here's another similar example:




\setuplayout[ width=6.5in ]
\setupbodyfont[ 10pt,rm ]
\definebodyfont [10pt] [rm] [ hh=Regular sa 1.85 ]
\setupheads[
align={flushleft,nothyphenated},
tolerance=strict
]
\setuphead[section][
number=no,
textstyle=\hh
]
\starttext
\showgrid
\section{XXX  XX  XX XXX XX  XXX XXX}
\stoptext



Thanks for your help.
___
If your question is of interest to others as well, please add an entry to the 
Wiki!

maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : http://www.pragma-ade.nl / http://tex.aanhet.net
archive  : http://foundry.supelec.fr/projects/contextrev/
wiki : http://contextgarden.net
___


Re: [NTG-context] Titles that spill out

2010-10-14 Thread Hans Hagen

On 14-10-2010 7:59, Brian Wedde wrote:

Here is a simple section header. It runs way out of the margin. Any idea why?

I do not want hyphenation. Words that run over the boundary should be skipped
to the next line down. Why does it not do that here?

Also note that if i change flushleft to middle, it works fine (except that i
don't want it middle-aligned!)


\setuphead[section][align={flushleft,nothyphenated}]
\starttext
\showgrid
\section{XXX  XX  XXX XX XXX   XXX XXX}
\stoptext



% Here's another similar example:




\setuplayout[ width=6.5in ]
\setupbodyfont[ 10pt,rm ]
\definebodyfont [10pt] [rm] [ hh=Regular sa 1.85 ]
\setupheads[
align={flushleft,nothyphenated},


add stretch,tolerant

-
  Hans Hagen | PRAGMA ADE
  Ridderstraat 27 | 8061 GH Hasselt | The Netherlands
tel: 038 477 53 69 | voip: 087 875 68 74 | www.pragma-ade.com
 | www.pragma-pod.nl
-
___
If your question is of interest to others as well, please add an entry to the 
Wiki!

maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : http://www.pragma-ade.nl / http://tex.aanhet.net
archive  : http://foundry.supelec.fr/projects/contextrev/
wiki : http://contextgarden.net
___


Re: [NTG-context] Titles that spill out

2010-10-14 Thread Peter Münster
On Thu, Oct 14 2010, Brian Wedde wrote:

 \setuphead[section][align={flushleft,nothyphenated}]

\setuphead[section][align={flushleft,nothyphenated,tolerant}]

Cheers, Peter

-- 
Contact information: http://pmrb.free.fr/contact/


___
If your question is of interest to others as well, please add an entry to the 
Wiki!

maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : http://www.pragma-ade.nl / http://tex.aanhet.net
archive  : http://foundry.supelec.fr/projects/contextrev/
wiki : http://contextgarden.net
___