Hi, how can I exclude a section head from grid? Just compare setuplayout with grid=yes/no. Is there a solution? \showgrid \starttext \setuplayout[grid=yes]% [grid=no] \setuphead[chapter][grid=none] \chapter{one} \page \chapter{one\\line} \page \chapter{one\\line\\line} \stoptext Thanks, Steffen
No answer at all ... Does that mean that nobody uses MkIV grid-typesting? Or does that mean that excluding section heads from gridsnapping is impossible? Steffen Am 19.04.2010 um 13:37 schrieb Steffen Wolfrum:
Hi,
how can I exclude a section head from grid?
Just compare setuplayout with grid=yes/no.
Is there a solution?
\showgrid
\starttext
\setuplayout[grid=yes]% [grid=no] \setuphead[chapter][grid=none]
\chapter{one}
\page
\chapter{one\\line}
\page
\chapter{one\\line\\line}
\stoptext
Thanks, Steffen
___________________________________________________________________________________ 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 ___________________________________________________________________________________
On Thu, Apr 22, 2010 at 1:40 PM, Steffen Wolfrum
No answer at all ... Does that mean that nobody uses MkIV grid-typesting?
Or does that mean that excluding section heads from gridsnapping is impossible?
sorry, no answer BTW I was experimenting with \vtop \chapter{\vtop{one\\line}} -- luigi
Steffen Wolfrum wrote:
No answer at all ... Does that mean that nobody uses MkIV grid-typesting?
Nobody that wants to exclude section heads from the grid, it seems.
Or does that mean that excluding section heads from gridsnapping is impossible?
I would say that \setuphead[chapter][grid=none] is severely bugged, I've added a tracker item to that effect. It does move the chapter head off the grid, sort of (into the header ...) Best wishes, Taco
On 22-4-2010 2:18, Taco Hoekwater wrote:
Steffen Wolfrum wrote:
No answer at all ... Does that mean that nobody uses MkIV grid-typesting?
Nobody that wants to exclude section heads from the grid, it seems.
Or does that mean that excluding section heads from gridsnapping is impossible?
I would say that \setuphead[chapter][grid=none] is severely bugged, I've added a tracker item to that effect. It does move the chapter head off the grid, sort of (into the header ...)
i have to check it but 'none' is not the same as 'no' or 'off' Hans ----------------------------------------------------------------- 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 -----------------------------------------------------------------
Hans Hagen wrote:
On 22-4-2010 2:18, Taco Hoekwater wrote:
Steffen Wolfrum wrote:
No answer at all ... Does that mean that nobody uses MkIV grid-typesting?
Nobody that wants to exclude section heads from the grid, it seems.
Or does that mean that excluding section heads from gridsnapping is impossible?
I would say that \setuphead[chapter][grid=none] is severely bugged, I've added a tracker item to that effect. It does move the chapter head off the grid, sort of (into the header ...)
i have to check it but 'none' is not the same as 'no' or 'off'
Well, no and off have no effect at all. As 'none' does something at least, my guess was that it is just a little bugged. Best wishes, Taco
On 19-4-2010 1:37, Steffen Wolfrum wrote:
Hi,
how can I exclude a section head from grid?
Just compare setuplayout with grid=yes/no.
Is there a solution?
\showgrid
\starttext
\setuplayout[grid=yes]% [grid=no] \setuphead[chapter][grid=none]
\chapter{one}
\page
\chapter{one\\line}
\page
\chapter{one\\line\\line}
\stoptext
how about \setuplayout[grid=yes] \showgrid \definegridsnapping[chapter][mindepth,maxheight,local] \setuphead[chapter][grid=chapter,alternative=top] \starttext \chapter{one} \input tufte \chapter{one\\two} \input tufte \chapter{one\\two\\three} \input tufte \stoptext ----------------------------------------------------------------- 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 -----------------------------------------------------------------
participants (4)
-
Hans Hagen
-
luigi scarso
-
Steffen Wolfrum
-
Taco Hoekwater