Commit cc1560a7 authored by Arnaud Legrand's avatar Arnaud Legrand

Use mathjax in pandoc...

parent 733c23bf
...@@ -36,9 +36,7 @@ my($gitlab_origin)= "https://gitlab.inria.fr/learninglab/mooc-rr/mooc-rr-ressour ...@@ -36,9 +36,7 @@ my($gitlab_origin)= "https://gitlab.inria.fr/learninglab/mooc-rr/mooc-rr-ressour
########### Pandoc ################# ########### Pandoc #################
print "Exporting $input\n"; print "Exporting $input\n";
my($pandoc_output) = `LANG=C ; pandoc -s -f $type -t html -o $output_temp $input`; my($pandoc_output) = `LANG=C ; pandoc -s --mathjax -f $type -t html -o $output_temp $input`;open INPUT, $output_temp or die;
open INPUT, $output_temp or die;
open OUTPUT, "> ".$output or die; open OUTPUT, "> ".$output or die;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment