# File lib/maruku/ext/math/to_latex.rb, line 5
        def to_latex_inline_math
                "$#{self.math.strip}$".fix_latex
        end