# File lib/maruku/ext/math/to_latex.rb, line 24
      def to_latex_citation
        "\\cite{#{self.cites.join(',')}}"
      end