LaTeX Export for \array

This will work for \array without
any options.

Also fix an SVG-Edit bug
This commit is contained in:
Jacques Distler 2010-10-05 21:07:19 -05:00
parent 8aa3a9e929
commit f6c818de8a
7 changed files with 234 additions and 65 deletions

View file

@ -29,6 +29,7 @@ module MaRuKu
return str unless self.get_setting(:html_math_engine) == 'itex2mml'
s = str.gsub("\\mathop{", "\\operatorname{")
s.gsub!(/\\begin\{svg\}.*?\\end\{svg\}/m, " ")
s.gsub!("\\array{","\\itexarray{")
s.gsub("\\space{", "\\itexspace{")
end
end