在sublime文本中使用pandoc和pandown从markdown到latex的数学

在sublime文本中使用pandoc和pandown从markdown到latex的数学,latex,markdown,sublimetext,pandoc,Latex,Markdown,Sublimetext,Pandoc,因此,我使用升华文本来写标记,然后使用pandoc(通过pandown)来排版我的标记,以便使用latex(操作系统X上的TexLive)进行打印。除了数学方面,这项工作做得很好 所以我的降价输入是: This is a document in Markdown This is some $45+\sigma = \kappa$ inline math This is the end of the document in markdown 然后pandoc给我的输出是(删除所有前导): 在

因此,我使用升华文本来写标记,然后使用pandoc(通过pandown)来排版我的标记,以便使用latex(操作系统X上的TexLive)进行打印。除了数学方面,这项工作做得很好

所以我的降价输入是:

This is a document in Markdown

This is some $45+\sigma = \kappa$ inline math

This is the end of the document in markdown
然后pandoc给我的输出是(删除所有前导):

在设置方面,我使用的是默认的pandown设置,只有其他pandown设置与bib相关(所有设置都可以正常工作)


有什么想法吗?我假设我遗漏了一些非常简单的东西,但我不知道它是什么

输出有什么问题?天哪,我是个白痴…没什么,它编译得很好。我只是希望它是$…$格式的,因为这是所有使用过的格式。谢谢。
\begin{document}

This is a document in Markdown

This is some \(45+\sigma = \kappa\) inline math

This is the end of the document in markdown

\end{document}
{
    "bibliography": ".../library.bib",
    "csl": ".../harvard.csl",
}