diff options
| author | John MacFarlane <[email protected]> | 2022-09-20 10:22:21 -0700 |
|---|---|---|
| committer | John MacFarlane <[email protected]> | 2022-09-20 10:22:21 -0700 |
| commit | 3af93d041ad983ad10e1cbf41fcd455f9a904e22 (patch) | |
| tree | 1e164d1af4735ef355096d40393814ef78a3011a /test | |
| parent | f3e9669e8478c19f1bd00ff788275f4fd99fc6be (diff) | |
Ms writer: properly format display equations.
Previously they were being translated to eqn as inline equations.
Closes #8308.
Diffstat (limited to 'test')
| -rw-r--r-- | test/writer.ms | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/writer.ms b/test/writer.ms index 9df9083b1..6c3724481 100644 --- a/test/writer.ms +++ b/test/writer.ms @@ -700,7 +700,7 @@ LaTeX .IP \[bu] 3 Here\[cq]s some display math: .EQ -d over {d x} f left ( x right ) = lim sub {h -> 0} {f left ( x + h right ) \[u2212] f left ( x right )} over h +d over {d x} f left ( x right ) = lim from {h -> 0} {f left ( x + h right ) \[u2212] f left ( x right )} over h .EN .IP \[bu] 3 Here\[cq]s one that has a line break in it: @alpha + omega times x sup 2@. |
