diff options
| author | John MacFarlane <jgm@berkeley.edu> | 2013-11-01 14:27:22 -0700 |
|---|---|---|
| committer | John MacFarlane <jgm@berkeley.edu> | 2013-11-01 14:28:24 -0700 |
| commit | 0d95c15e8316eb28128bdd4c9c2f98e29f13f564 (patch) | |
| tree | 4f63a3a9f11686c286c2ca3e3f1414add92e6ff5 /tests/writer.opendocument | |
| parent | ab0ffe6549261313410207a0b5beba9284135962 (diff) | |
| download | pandoc-0d95c15e8316eb28128bdd4c9c2f98e29f13f564.tar.gz | |
TexMath: Export readTeXMath', which attends to display/inline.
Deprecate readTeXMath, and use readTeXMath' in all the writers.
Require texmath >= 0.6.5.
Diffstat (limited to 'tests/writer.opendocument')
| -rw-r--r-- | tests/writer.opendocument | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/writer.opendocument b/tests/writer.opendocument index d5eec1b60..b3888e34d 100644 --- a/tests/writer.opendocument +++ b/tests/writer.opendocument @@ -1418,7 +1418,7 @@ five.</text:p> </text:list-item> <text:list-item> <text:p text:style-name="P51">Here’s some display math: - $\frac{d}{dx}f(x)=\lim_{h\to 0}\frac{f(x+h)-f(x)}{h}$</text:p> + $$\frac{d}{dx}f(x)=\lim_{h\to 0}\frac{f(x+h)-f(x)}{h}$$</text:p> </text:list-item> <text:list-item> <text:p text:style-name="P51">Here’s one that has a line break in it: |
