latex-TexStudio-tex源文件与pdf正反搜索(正反定位)设置

配置texstudio

需要在Textstudio->Preference->Commands在对应的的命令行里加入:-synctex=1
设置成功后,Build&View后,在PDF里按住Ctrl+右键单击,即可实现PDF的正反向追踪。

在Options->Commands中的Latex配置:

latex.exe -synctex=1 -interaction=nonstopmode %.tex
原文地址:https://www.cnblogs.com/wt869054461/p/13299002.html