Am 27.01.2013 um 16:25 schrieb Alain Delmotte <espera...@swing.be>:

> Hi,
> 
> Using MkIV and the latest(?) standalone version.
> Continuing "Context an excursion"!
> 
> Thanks for your help,
> 
> Alain
> 
> 1) How to force line jump to avoid overfull \hbox, particularly with more or 
> less narrow columns?

Add \setuptolerance[verytolerant] or \setuptolerance[stretch] (or both settings 
simultaneously)
to your document to enable font expansion and protrusion.

> 2) I did insert \showlayout just before \stoptext and I get 4 pages with the 
> same information!!!
> 
> 3) On page 77, I get an error:
> 
> \defineparagraphs[city][n=2,before=,after=]
> \city Hasselt (Ov) \\ Overijssel \\
> \city Hasselt (Li) \\ Limburg    \\
> \startpacked
> \city Hasselt (Ov) \\ The Netherlands \\
> \city Hasselt (Li) \\ Belgium         \\
> \stoppacked
> ------------------error message
> ! Undefined control sequence.

Make working minimal example of the problems, it takes always time to create 
one first
to check which something fails.

The problem here is that Hans removed this simple form to use the environment,
what’s possible in MkIV can be seen in the example below (taken form the 
source).

\defineparagraphs[sample][n=2,rule=on]

\starttext

\startsample
    first  \nextsample
    second \nextsample
    third
\stopsample

\startsample
    \input tufte \nextsample
    \input ward  \nextsample
    \input davis \nextsample
    \input zapf
\stopsample

\startparagraphs[sample]
    first  \nextsample
    second \nextsample
    third
\stopparagraphs

\startparagraphs[sample]
    \startparagraphscell
        first
    \stopparagraphscell
    \startparagraphscell
        second
    \stopparagraphscell
    \startparagraphscell
        third
    \stopparagraphscell
\stopparagraphs

\stoptext

Wolfgang
___________________________________________________________________________________
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
___________________________________________________________________________________

Reply via email to