Skip to content

Commit

Permalink
test(math): Update a TeX math test to use the expected varepsilon
Browse files Browse the repository at this point in the history
  • Loading branch information
Omikhleia authored and Didier Willis committed Oct 17, 2024
1 parent 6346a2d commit dcca7c8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/math-bigops.xml
Original file line number Diff line number Diff line change
Expand Up @@ -225,15 +225,15 @@ Integrals, display (large font), MathML:
Integrals, text, TeX:
<math>
\oiint_S \mi[mathvariant=bold]{E} \cdot
\mi[mathvariant=bold]{dS} = \frac{1}{\epsilon_0}
\mi[mathvariant=bold]{dS} = \frac{1}{\varepsilon_0}
\iiint_V \rho \mi[mathvariant=normal]{dV}
= \int_0^x {f(t)\mo{d}t}
</math>

Integrals, display, TeX:
<math mode="display">
\oiint_S \mi[mathvariant=bold]{E} \cdot
\mi[mathvariant=bold]{dS} = \frac{1}{\epsilon_0}
\mi[mathvariant=bold]{dS} = \frac{1}{\varepsilon_0}
\iiint_V \rho \mi[mathvariant=normal]{dV}
= \int_0^x {f(t)\mo{d}t}
</math>
Expand Down

0 comments on commit dcca7c8

Please sign in to comment.