Hi Hans and Mikael,

I found a small issue in math mode with \breakhere. 
When \breakhere is followed by a brace in the following line, it creates a 
spurious break line.
It can be fixed easily by the user by adding an empty line or issuing a \relax 
command, but I wanted to let you know.

Please see the result of the following minimal example:

% begin breakhere-bug.tex
\starttext
Compare
\startformula
\alignhere {\darkred c^2} = a^2 + b^2 \breakhere
{\darkred z^2} = x^2 + y^2.
\stopformula
with
\startformula
\alignhere {\darkred c^2} = a^2 + b^2 \breakhere

{\darkred z^2} = x^2 + y^2.
\stopformula
and with
\startformula
\alignhere {\darkred c^2} = a^2 + b^2 \breakhere\relax
{\darkred z^2} = x^2 + y^2.
\stopformula

\stoptext
% begin breakhere-bug.tex

Best regards: Otared
___________________________________________________________________________________
If your question is of interest to others as well, please add an entry to the 
Wiki!

maillist : ntg-context@ntg.nl / 
https://mailman.ntg.nl/mailman3/lists/ntg-context.ntg.nl
webpage  : https://www.pragma-ade.nl / https://context.aanhet.net (mirror)
archive  : https://github.com/contextgarden/context
wiki     : https://wiki.contextgarden.net
___________________________________________________________________________________

Reply via email to