Florian Leupold
8. September 2016 um 13:49
Dear list,

I would like to report a bug: When \underbar is used for the first word of a paragraph in conjunction with \placefigure[right], the text overwrites the figure.

MNWE:

\setupexternalfigures[order={pdf,png,jpg}, location={local,global,default}]
\starttext
\placefigure[right, none]{}{\externalfigure[mill]}
This paragraph is okay.
\input{tufte}
\placefigure[right, none]{}{\externalfigure[mill]}
\underbar{This paragraph has a problem.}
\dontleavehmode\underbar{…}

Wolfgang