Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Triangles #2422

Merged
merged 2 commits into from
Sep 26, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions lib/LaTeXML/Engine/plain.pool.ltxml
Original file line number Diff line number Diff line change
Expand Up @@ -971,8 +971,8 @@ DefMathI('\wr', undef, "\x{2240}", role => 'MULOP');
DefMathI('\diamond', undef, "\x{22C4}", role => 'ADDOP');
DefMathI('\bigtriangleup', undef, "\x{25B3}", role => 'ADDOP');
DefMathI('\bigtriangledown', undef, "\x{25BD}", role => 'ADDOP');
DefMathI('\triangleleft', undef, "\x{25C1}", role => 'ADDOP');
DefMathI('\triangleright', undef, "\x{25B7}", role => 'ADDOP');
DefMathI('\triangleleft', undef, "\x{22B2}", role => 'ADDOP');
DefMathI('\triangleright', undef, "\x{22B3}", role => 'ADDOP');
DefMathI('\lhd', undef, "\x{22B2}", role => 'ADDOP', meaning => 'subgroup-of');
DefMathI('\rhd', undef, "\x{22B3}", role => 'ADDOP', meaning => 'contains-as-subgroup');
DefMathI('\unlhd', undef, "\x{22B4}", role => 'ADDOP', meaning => 'subgroup-of-or-equals');
Expand Down
6 changes: 3 additions & 3 deletions t/alignment/algx.xml
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@
</XMath>
</Math>)<text cssstyle="float:right"><Math mode="inline" tex="\triangleright" text="triangleright" xml:id="alg1.l1.m2">
<XMath>
<XMTok name="triangleright" role="ADDOP"></XMTok>
<XMTok name="triangleright" role="ADDOP"></XMTok>
</XMath>
</Math> The g.c.d. of a and b
</text></listingline>
Expand Down Expand Up @@ -102,7 +102,7 @@
</XMath>
</Math> <text font="bold">do<text cssstyle="float:right" font="medium"><Math mode="inline" tex="\triangleright" text="triangleright" xml:id="alg1.l3.m2">
<XMath>
<XMTok name="triangleright" role="ADDOP"></XMTok>
<XMTok name="triangleright" role="ADDOP"></XMTok>
</XMath>
</Math> We have the answer if r is 0
</text></text></listingline>
Expand Down Expand Up @@ -163,7 +163,7 @@
</XMath>
</Math><text cssstyle="float:right"><Math mode="inline" tex="\triangleright" text="triangleright" xml:id="alg1.l8.m2">
<XMath>
<XMTok name="triangleright" role="ADDOP"></XMTok>
<XMTok name="triangleright" role="ADDOP"></XMTok>
</XMath>
</Math> The gcd is b
</text></listingline>
Expand Down
4 changes: 2 additions & 2 deletions t/fonts/abxtest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2151,7 +2151,7 @@
<tr>
<td align="left" thead="row"><Math mode="inline" tex="\triangleleft" text="triangleleft" xml:id="S0.SS0.SSS0.Px15.p2.m1">
<XMath>
<XMTok name="triangleleft" role="ADDOP"></XMTok>
<XMTok name="triangleleft" role="ADDOP"></XMTok>
</XMath>
</Math></td>
<td align="left"><text font="typewriter">\triangleleft</text></td>
Expand All @@ -2167,7 +2167,7 @@
<tr>
<td align="left" thead="row"><Math mode="inline" tex="\triangleright" text="triangleright" xml:id="S0.SS0.SSS0.Px15.p2.m3">
<XMath>
<XMTok name="triangleright" role="ADDOP"></XMTok>
<XMTok name="triangleright" role="ADDOP"></XMTok>
</XMath>
</Math></td>
<td align="left"><text font="typewriter">\triangleright</text></td>
Expand Down
2 changes: 1 addition & 1 deletion t/fonts/acc.xml
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@
</XMApp>
<XMTok role="PUNCT" rpadding="20.0pt">,</XMTok>
<XMApp xml:id="S0.Ex3.m1.3">
<XMTok fontsize="70%" name="triangleright" role="UNDERACCENT"></XMTok>
<XMTok fontsize="70%" name="triangleright" role="UNDERACCENT"></XMTok>
<XMTok font="italic" role="UNKNOWN">q</XMTok>
</XMApp>
<XMTok role="PUNCT" rpadding="20.0pt">,</XMTok>
Expand Down
Loading