The AUCTeX function TeX-command-query is responsible for that. Right now, it simply checks for the existence of .bbl, .pdf, .ps, .dvi files and guesses the next step. If Nomenclature also generates some new files that, when present determine that TeX must be run again, it should be easy to add that feature.
发布评论
评论(1)
AUCTeX 函数
TeX-command-query
负责此操作。现在,它只是检查 .bbl、.pdf、.ps、.dvi 文件是否存在并猜测下一步。如果 Nomenclature 还生成一些新文件,这些文件存在时确定 TeX 必须再次运行,那么添加该功能应该很容易。更新:TeX SE 上的答案甚至更好。 :-)
The AUCTeX function
TeX-command-query
is responsible for that. Right now, it simply checks for the existence of .bbl, .pdf, .ps, .dvi files and guesses the next step. If Nomenclature also generates some new files that, when present determine that TeX must be run again, it should be easy to add that feature.Update: The answer on TeX SE is even better. :-)