Skip to content

Commit 4d2fd13

Browse files
committed
Update executable to take starmath as writer name.
1 parent 7217fc0 commit 4d2fd13

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

extra/texmath.hs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,7 @@ writers = [
6262
, ("omml", XMLWriter writeOMML)
6363
, ("xhtml", XMLWriter (\dt e -> inHtml (writeMathML dt e)))
6464
, ("mathml", XMLWriter writeMathML)
65+
, ("starmath", StringWriter writeStarMath)
6566
, ("pandoc", PandocWriter writePandoc)]
6667

6768
data Options = Options {

0 commit comments

Comments
 (0)