LaTeX Export for \array
This will work for \array without any options. Also fix an SVG-Edit bug
This commit is contained in:
parent
8aa3a9e929
commit
f6c818de8a
7 changed files with 234 additions and 65 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue