instiki/lib/maruku/ext/math.rb

11 lines
284 B
Ruby
Raw Normal View History

2007-01-22 15:36:51 +01:00
require 'maruku/ext/math/elements'
require 'maruku/ext/math/parsing'
require 'maruku/ext/math/to_latex'
require 'maruku/ext/math/to_html'
require 'maruku/ext/math/mathml_engines/none'
require 'maruku/ext/math/mathml_engines/ritex'
require 'maruku/ext/math/mathml_engines/itex2mml'