Hello,

I've another grid question: What is the goal of all the grid options? It seems 
that neither the head nor the following text is aligned to the grid.

I've adapted the grid-001-example.

\setuppapersize[A5][A5]
\setuplayout[grid=tolerant] 
\setupbodyfont[palatino]

\def\ChapterTest#1%
  {\setuphead[chapter][grid={#1}]
    \startchapter[title={Test: #1}]
      test \par test \par test
    \stopchapter
    \startchapter[title={Test: #1\\test\\test}]
      test \par test \par test
    \stopchapter}

\definegridsnapping[whatever][strut,offset:-2pt]
\definegridsnapping[chapter] [mindepth,maxheight,local]

\starttext  \showgrid % \showbaselinecorrection
  \title{Test: no grid option} test \par test \par test
  
  \processcommalist
    [strut, {local,strut}, {strut,top:3}, normal, bottom, both, broad, fit,
     first, last, high, low, line, halfline, max, min, none, whatever,
     chapter] \ChapterTest
\stoptext

Greeting
        Andreas
___________________________________________________________________________________
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