我正在尝试使用 pandoc 从包含一些乳胶的降价文件中生成 html 幻灯片。
该文件位于 github。
如果我运行以下 pandoc 命令:
pandoc -s -t s5 --mathjax apresentacao.md -o index.html
MathJax 完美地显示了数学,但我只得到一个包含所有幻灯片且没有幻灯片功能的网页。
如果我运行以下命令:
pandoc -s --self-contained -t s5 --mathjax apresentacao.md -o index.html
我得到了一个完美的演示文稿,但 MathJax 无法加载。对于加载的图像和 javascript 库,生成的 html 文件中(令人难以置信地)充满了二进制文件。但它似乎未能正确合并 MathJax。
你们有这个问题吗?有什么简单的方法可以解决这个问题吗?
我正在使用以下 pandoc 版本:
$ pandoc --version
pandoc 1.11.1
Compiled with citeproc-hs 0.3.8, texmath 0.6.1.3, highlighting-kate 0.5.3.8.
Syntax highlighting is supported for the following languages:
actionscript, ada, apache, asn1, asp, awk, bash, bibtex, boo, c, changelog,
clojure, cmake, coffee, coldfusion, commonlisp, cpp, cs, css, curry, d,
diff, djangotemplate, doxygen, doxygenlua, dtd, eiffel, email, erlang,
fortran, fsharp, gnuassembler, go, haskell, haxe, html, ini, java, javadoc,
javascript, json, jsp, julia, latex, lex, literatecurry, literatehaskell,
lua, makefile, mandoc, matlab, maxima, metafont, mips, modula2, modula3,
monobasic, nasm, noweb, objectivec, objectivecpp, ocaml, octave, pascal,
perl, php, pike, postscript, prolog, python, r, relaxngcompact, rhtml, ruby,
rust, scala, scheme, sci, sed, sgml, sql, sqlmysql, sqlpostgresql, tcl,
texinfo, verilog, vhdl, xml, xorg, xslt, xul, yacc, yaml
Default user data directory: /home/calsaverini/.pandoc
Copyright (C) 2006-2013 John MacFarlane
Web: http://johnmacfarlane.net/pandoc
This is free software; see the source for copying conditions. There is no
warranty, not even for merchantability or fitness for a particular purpose.