Fix TeX Rendering Bug
Make sure we require 'maruku/ext/math' before calling the Maruku#to_latex method. Also, update test for itex2MML 1.3.11 .
This commit is contained in:
parent
7185af32fc
commit
affc47fc22
2 changed files with 9 additions and 0 deletions
|
@ -1,5 +1,6 @@
|
|||
require 'fileutils'
|
||||
require 'maruku'
|
||||
require 'maruku/ext/math'
|
||||
require 'zip/zip'
|
||||
require 'stringsupport'
|
||||
require 'resolv'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue