[NTG-context] sidefloats and narrower
Henning Hraban Ramm
texml at fiee.net
Wed Sep 16 13:38:44 CEST 2020
Hi again,
this is related to “quotation with footnote“.
If you compile the example with (latest) LMTX, all is good.
But MkIV (--luatex) lets the quotations (“Zitat”) run over the float.
Without the \setupdelimitedtext line, distances between paragraphs become irregular in both versions (but differently).
\useMPlibrary[dum]
\usemodule[visual]
\setupwhitespace[halfline]
\setupdelimitedtext[quotation][method=font]
\setupnarrower[left=2em,right=1.5em]
\definenarrower[Zitat]
\setupnarrower[Zitat]
[left=2em,
right=1.5em,
before=\dontleavehmode\hskip-0.33em\startquotation,
after=\stopquotation]
\starttext
%\fakewords{50}{60}
\startplacefigure[location={right,-line},title={\fakewords{7}{10}}]
\externalfigure[022][width=0.33\textwidth,height=0.75\textheight]
\stopplacefigure
\startZitat
\fakewords{30}{60}
\stopZitat
\fakewords{30}{60}
\startZitat
\fakewords{15}{20}
\stopZitat
\fakewords{30}{60}
\stoptext
Hraban
More information about the ntg-context
mailing list