Skip to content

Commit

Permalink
Fix mathdisp
Browse files Browse the repository at this point in the history
  • Loading branch information
mlochbaum committed Apr 18, 2015
1 parent 9d87338 commit 54afaf0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion extra/core.ijs
Expand Up @@ -11,7 +11,7 @@ toStrings=: treetotex@:tonode"0
concat =: (<<,',') on ,&tonode

mathinline =: ('$$'surround) &.: toString
mathdisp =: ('\[';'\]')surround &.: toString
mathdisp =: ('\[',:'\]')surround &.: toString

NB. x is (env) or (env;arg).
NB. Surround y with \begin{env}arg \end{env}
Expand Down

0 comments on commit 54afaf0

Please sign in to comment.