Warning: file_get_contents(/data/phpspider/zhask/data//catemap/7/css/36.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Jupyter notebook 从jupyter笔记本转换为tex时的多行方程_Jupyter Notebook_Pandoc_Nbconvert - Fatal编程技术网

Jupyter notebook 从jupyter笔记本转换为tex时的多行方程

Jupyter notebook 从jupyter笔记本转换为tex时的多行方程,jupyter-notebook,pandoc,nbconvert,Jupyter Notebook,Pandoc,Nbconvert,我正在使用nbconvert将包含MathJax方程的Jupyter笔记本转换为tex文件。一个问题是包含对齐的多线方程,即 $$ /begin{align} ... /end{align} $$ 以tex转换为 \[ \begin{align} ... \end{align} \] 它还产生了一个tex错误:`unexpected close display math]begin{document}使用最新的pandoc版本后,您可以将其包装在

我正在使用
nbconvert
将包含MathJax方程的Jupyter笔记本转换为tex文件。一个问题是包含对齐的多线方程,即

$$
/begin{align}
...
/end{align}
$$
以tex转换为

\[
\begin{align}
...
\end{align}
\]

它还产生了一个tex错误:`unexpected close display math]begin{document}

使用最新的pandoc版本后,您可以将其包装在