使用Pandoc进行html到tex转换不会产生数学模式

时间:2012-12-27 19:34:51

标签: latex markdown knitr mathjax pandoc

我正在使用Windows机器。我使用Rstudio / knitr编写并将(R)markdown文件转换为html文件。源markdown文件包含一些用LaTeX语言输入的数学,因此html文件包含一些Mathjax。

例如,markdown文件中有以下LaTeX代码:

$H_0:= \{|\mu_x-\mu_y|>S\}$

因此预期的输出是:

enter image description here

此输出正确显示在html文件中。

但是现在我尝试将这个html文件转换为tex文件:

pandoc -s myfile.html -o myfile.tex

然后我在输出tex文件中得到以下代码:

\textbackslash{}( H\_0:=
  \textbackslash{}\{\textbar{}\textbackslash{}mu\_x-\textbackslash{}mu\_y\textbar{}\textgreater{}S\textbackslash{}\}
  \textbackslash{}) où \textbackslash{}( S \textbackslash{})

在使用(pdf)latex编译后给出以下渲染:

output

0 个答案:

没有答案