You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The problem is that \vspace is the same as \vskip only in vertical mode. In horizontal mode, it shifts the line spacing (https://tex.stackexchange.com/a/30065). I suggest: \vskip removes the >10 test and adds margin-bottom to the previous block, \vspace instead checks if it is 'horizontal mode' (same test as for ltx:inline-block vs ltx:block) and if so inserts an inline-block with margin/vertical-align/??? to dynamically affect the space on the current line.
We were just talking about distinguishing vertical vs horizontal mode... should there be a common function isVertical somewhere?
This normally compiles to two lines
but LaTeXML does not add a line break because of
LaTeXML/lib/LaTeXML/Engine/TeX_Glue.pool.ltxml
Lines 89 to 98 in f82b733
Checking for
> 10
is very intentional, obviously, but why is that?The text was updated successfully, but these errors were encountered: