ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
* Help with grid typesetting
@ 2016-09-25 22:07 Marcus Vinicius Mesquita
  2016-09-26 14:10 ` Henri Menke
  2016-09-26 14:25 ` Wolfgang Schuster
  0 siblings, 2 replies; 4+ messages in thread
From: Marcus Vinicius Mesquita @ 2016-09-25 22:07 UTC (permalink / raw)
  To: mailing list for ConTeXt users


[-- Attachment #1.1: Type: text/plain, Size: 345 bytes --]

Dear list,

In the MWE below, the line with
\setuphead[chapter][before={\blank[3*line,force]}] disrupts the grid
typesetting in the first page. What am I missing?


\setuplayout[grid=yes]
\showgrid
\setuphead[chapter][before={\blank[3*line,force]}]

\starttext

\startchapter[title={Chapter}]
\dorecurse{7}{\input tufte}
\stopchapter

\stoptext

[-- Attachment #1.2: Type: text/html, Size: 416 bytes --]

[-- Attachment #2: Type: text/plain, Size: 485 bytes --]

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

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: Help with grid typesetting
  2016-09-25 22:07 Help with grid typesetting Marcus Vinicius Mesquita
@ 2016-09-26 14:10 ` Henri Menke
  2016-09-26 14:25 ` Wolfgang Schuster
  1 sibling, 0 replies; 4+ messages in thread
From: Henri Menke @ 2016-09-26 14:10 UTC (permalink / raw)
  To: mailing list for ConTeXt users

On 09/26/2016 12:07 AM, Marcus Vinicius Mesquita wrote:
> Dear list,
> 
> In the MWE below, the line with \setuphead[chapter][before={\blank[3*line,force]}] disrupts the grid typesetting in the first page. What am I missing?
> 
> 
> \setuplayout[grid=yes]
> \showgrid
> \setuphead[chapter][before={\blank[3*line,force]}]

\setuphead[chapter][before={\strut\blank[3*line,force]}]

> 
> \starttext
> 
> \startchapter[title={Chapter}]
> \dorecurse{7}{\input tufte}
> \stopchapter
> 
> \stoptext
> 
> 
> ___________________________________________________________________________________
> 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
> ___________________________________________________________________________________
> 

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

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: Help with grid typesetting
  2016-09-25 22:07 Help with grid typesetting Marcus Vinicius Mesquita
  2016-09-26 14:10 ` Henri Menke
@ 2016-09-26 14:25 ` Wolfgang Schuster
  2016-09-26 18:36   ` Marcus Vinicius Mesquita
  1 sibling, 1 reply; 4+ messages in thread
From: Wolfgang Schuster @ 2016-09-26 14:25 UTC (permalink / raw)
  To: mailing list for ConTeXt users


[-- Attachment #1.1: Type: text/plain, Size: 436 bytes --]

> Marcus Vinicius Mesquita <mailto:marcusvinicius.mesquita@gmail.com>
> 26. September 2016 um 00:07
> Dear list,
>
> In the MWE below, the line with 
> \setuphead[chapter][before={\blank[3*line,force]}] disrupts the grid 
> typesetting in the first page. What am I missing?
>
>
> \setuplayout[grid=yes]
> \showgrid
> \setuphead[chapter][before={\blank[3*line,force]}]
\setuphead[chapter][before={\blank[force,3*line,depth]}]

Wolfgang


[-- Attachment #1.2: Type: text/html, Size: 1530 bytes --]

[-- Attachment #2: Type: text/plain, Size: 485 bytes --]

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

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: Help with grid typesetting
  2016-09-26 14:25 ` Wolfgang Schuster
@ 2016-09-26 18:36   ` Marcus Vinicius Mesquita
  0 siblings, 0 replies; 4+ messages in thread
From: Marcus Vinicius Mesquita @ 2016-09-26 18:36 UTC (permalink / raw)
  To: mailing list for ConTeXt users


[-- Attachment #1.1: Type: text/plain, Size: 55 bytes --]

Thank you very much.

Regards​

Marcus Vinicius

[-- Attachment #1.2: Type: text/html, Size: 88 bytes --]

[-- Attachment #2: Type: text/plain, Size: 485 bytes --]

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

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2016-09-26 18:36 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-09-25 22:07 Help with grid typesetting Marcus Vinicius Mesquita
2016-09-26 14:10 ` Henri Menke
2016-09-26 14:25 ` Wolfgang Schuster
2016-09-26 18:36   ` Marcus Vinicius Mesquita

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).