gpt4 book ai didi

django - 在 django_tex 中编译两次

转载 作者:行者123 更新时间:2023-12-05 05:51:19 26 4
gpt4 key购买 nike

我需要用 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_tex 似乎支持 latexmk,它将(在许多其他有用的东西中,如运行书目工具)自动确定所需的 *tex 运行次数。

要使用它,您可以遵循 https://github.com/weinbusch/django-tex/pull/5#issuecomment-447030408 中的建议并添加

LATEX_INTERPRETER='latexmk -pdf'

到您的 settings.py

关于django - 在 django_tex 中编译两次,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/70401901/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com