# File lib/maruku/output/to_latex_strings.rb, line 49 def to_latex s = escape_to_latex(self) OtherGoodies.each do |k, v| s.gsub!(k, v) end s end