Re: [NTG-context] floats disturb grid setting

2022-10-03 Thread Max Chernoff via ntg-context

Hi Hraban,

> > As soon as I use floats, text isn’t typeset on the grid any more:
> > 
> > 
> > \setuppaper[A5]
> > \setuplayout[grid=yes]
> > \showframe\showgrid
> 
> Oops, my bad: It must be "grid=on".
> But didn’t work "yes" in earlier versions?

I just tested:

 MkIV  MkXL
[grid=yes]   BrokenBroken
 [grid=on]   BrokenWorks

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

maillist : ntg-context@ntg.nl / https://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : https://www.pragma-ade.nl / http://context.aanhet.net
archive  : https://bitbucket.org/phg/context-mirror/commits/
wiki : https://contextgarden.net
___


Re: [NTG-context] floats disturb grid setting

2022-10-03 Thread Henning Hraban Ramm via ntg-context

Am 03.10.22 um 14:02 schrieb Henning Hraban Ramm via ntg-context:

As soon as I use floats, text isn’t typeset on the grid any more:


\setuppaper[A5]
\setuplayout[grid=yes]
\showframe\showgrid


Oops, my bad: It must be "grid=on".
But didn’t work "yes" in earlier versions?

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

maillist : ntg-context@ntg.nl / https://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : https://www.pragma-ade.nl / http://context.aanhet.net
archive  : https://bitbucket.org/phg/context-mirror/commits/
wiki : https://contextgarden.net
___


[NTG-context] floats disturb grid setting

2022-10-03 Thread Henning Hraban Ramm via ntg-context

As soon as I use floats, text isn’t typeset on the grid any more:


\setuppaper[A5]
\setuplayout[grid=yes]
\showframe\showgrid

\setupexternalfigure[
  location={local,global,default},
]

\starttext
\samplefile{lorem}
\startplacefigure[location=left,title=left]%
\externalfigure[mill][width=.25\textwidth]
\stopplacefigure

\samplefile{lorem}
\startplacefigure[location=bottom,title=bottom]%
\externalfigure[cow][width=.25\textwidth]
\stopplacefigure

\startplacefigure[location=right,title=right]%
\externalfigure[mill][width=.25\textwidth]
\stopplacefigure
\samplefile{lorem}

\startplacefigure[location=left,title=left]%
\externalfigure[mill][width=.25\textwidth]
\stopplacefigure
\samplefile{lorem}

\stoptext


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

maillist : ntg-context@ntg.nl / https://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : https://www.pragma-ade.nl / http://context.aanhet.net
archive  : https://bitbucket.org/phg/context-mirror/commits/
wiki : https://contextgarden.net
___