【发布时间】:2022-01-20 21:28:23
【问题描述】:
我需要使用django_tex 两次编译.tex 文件,以便正确加载目录。有没有办法告诉django_tex 中的解释器运行编译器两次(我使用pdflatex)??
代码:
\documentclass{article}
\usepackage[utf8]{inputenc}
\usepackage[T1]{fontenc}
\begin{document}
\tableofcontents
\section{Introduction}
Introduction text.
\section{Second section}
Second section text.
\end{document}
【问题讨论】:
标签: django compilation latex pdflatex tableofcontents