Skip to content

Commit 98649f4

Browse files
author
alfonse
committed
Issue paroj#45: Left justify MathML equations.
1 parent 0397d83 commit 98649f4

26 files changed

+75
-79
lines changed

Documents/Basics/VectorMathProperties.mathml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<math display="block" xmlns="http://www.w3.org/1998/Math/MathML">
33
<mrow>
4-
<mtable>
4+
<mtable columnalign="left">
55
<mtr>
6-
<mtd>
7-
<mtext>Commutative</mtext>
6+
<mtd columnalign="right">
7+
<mtext>Commutative:</mtext>
88
</mtd>
99
<mtd>
1010
<mover><mi>a</mi><mo>&#x21C0;</mo></mover>
@@ -26,8 +26,8 @@
2626
</mtd>
2727
</mtr>
2828
<mtr>
29-
<mtd>
30-
<mtext>Associative</mtext>
29+
<mtd columnalign="right">
30+
<mtext>Associative:</mtext>
3131
</mtd>
3232
<mtd>
3333
<mover><mi>a</mi><mo>&#x21C0;</mo></mover>
@@ -73,8 +73,8 @@
7373
</mtd>
7474
</mtr>
7575
<mtr>
76-
<mtd>
77-
<mtext>Distributive</mtext>
76+
<mtd columnalign="right">
77+
<mtext>Distributive:</mtext>
7878
</mtd>
7979
<mtd>
8080
<mover><mi>a</mi><mo>&#x21C0;</mo></mover>

Documents/Basics/VectorMathProperties.svg

Lines changed: 1 addition & 1 deletion
Loading

Documents/Illumination/GaussianTerm.mathml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<math xmlns="http://www.w3.org/1998/Math/MathML" xmlns:xlink="http://www.w3.org/1999/xlink">
33
<mrow>
4-
<mtable>
4+
<mtable columnalign="left">
55
<mtr>
66
<mtd>
77
<mi>&#x03b1;</mi>
Lines changed: 1 addition & 1 deletion
Loading

Documents/Illumination/RayEquation.mathml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<math display="block" xmlns="http://www.w3.org/1998/Math/MathML">
3-
<mtable>
3+
<mtable columnalign="left">
44
<mtr>
55
<mtd>
66
<mover accent="true">
Lines changed: 1 addition & 1 deletion
Loading

Documents/Illumination/RayTraceDeriv_2.mathml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<math display="block" xmlns="http://www.w3.org/1998/Math/MathML">
3-
<mtable>
3+
<mtable columnalign="left">
44
<mtr>
55
<mtd>
66
<msup>

0 commit comments

Comments
 (0)