Ubuntu 管理心得

搜尋此網誌

2024年3月23日 星期六

jupyter export latex missing label workaround

In jupyter lab, use \mylabel instead of \label e.g 

<img src="if.png" alt="if example flowchart" style="width: 400px;"/>
\begin{figure}
\centering
\includegraphics{if.png}
\caption{if 流程圖}
\mylabel{fig:if 流程圖}
\end{figure}

After export to LaTeX, run 

/home/chiao/scripts/mkLectNote_clean_tex.sh chapterXX.tex

 

沒有留言:

張貼留言

網誌存檔