aboutsummaryrefslogtreecommitdiff
path: root/test/command/6658.md
diff options
context:
space:
mode:
authorJohn MacFarlane <jgm@berkeley.edu>2021-05-20 09:18:23 -0700
committerJohn MacFarlane <jgm@berkeley.edu>2021-05-20 10:13:20 -0700
commitbc5058234feab7646f58dc01379b4eadf95bf411 (patch)
tree5d000b9445513a64eb30b5e5fecde4bdc67740b4 /test/command/6658.md
parent5dc917da3ed997c6e48e22bde242f0f8e1ae5333 (diff)
downloadpandoc-bc5058234feab7646f58dc01379b4eadf95bf411.tar.gz
LaTeX reader sinuitx: fix + sign on ang.
Diffstat (limited to 'test/command/6658.md')
-rw-r--r--test/command/6658.md3
1 files changed, 3 insertions, 0 deletions
diff --git a/test/command/6658.md b/test/command/6658.md
index bcd174465..0a8512f85 100644
--- a/test/command/6658.md
+++ b/test/command/6658.md
@@ -3,7 +3,10 @@ pandoc -f latex
\SI{10.0 +- 3.3}{\ms}
\num{.3e45}
+
+\ang{+10;+3;}
^D
<p>10.0 ± 3.3 ms</p>
<p>0.3 × 10<sup>45</sup></p>
+<p>10°3′</p>
```