我正在使用 Windows 机器。我使用 Rstudio/knitr 编写 (R)markdown 文件并将其转换为 html 文件。源 Markdown 文件包含一些用 LaTeX 语言输入的数学,因此 html 文件包含一些 Mathjax。
例如,markdown 文件中有以下 LaTeX 代码:
$H_0:= \{|\mu_x-\mu_y|>S\}$
因此预期的输出是:
此输出正确显示在 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 编译后给出以下渲染: