Skip to content

Commit

Permalink
Correct fractured multi-line symbols in displaymath
Browse files Browse the repository at this point in the history
Co-authored-by: Chris Spiel <[email protected]>
  • Loading branch information
maranget and cspiel committed Oct 19, 2020
1 parent c10a5b8 commit 9661fdb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion html/hevea.hva
Original file line number Diff line number Diff line change
Expand Up @@ -578,7 +578,7 @@
%%Style of display
\def\@orange{\@print{#}FF8000}
\def\@magenta{fuchsia}
\def\@dtstyle{border-collapse:separate;border-spacing:\@barsz;width:auto;}
\def\@dtstyle{border-collapse:separate;border-spacing:\@barsz;line-height:1.1;width:auto;}
\def\@dcstyle{white-space:nowrap;padding:0px;}%;width:auto;}
\newstyle{.vdisplay}{\@dtstyle{} empty-cells:show; border:2px solid red;}
\newstyle{.vdcell}{\@dcstyle{} border:2px solid green;}
Expand Down

0 comments on commit 9661fdb

Please sign in to comment.