[NTG-context] floats disturb grid setting
Henning Hraban Ramm
texml at fiee.net
Mon Oct 3 14:02:09 CEST 2022
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
More information about the ntg-context
mailing list