哪些 TeX 编辑器可以通过单击视图some_source_tex_file.tex
中的源文件进行跳转\import{some-dir}{some_source_tex_file.tex}
以进行编辑?
非常感谢您的回答!
告诉我,如果\进口或者\子导入将 dir 部分作为 \newcommand 元素 - 此构造可用于单击并跳转到查看一些文件.tex?
\newcommand{\commonPath}{../../../common} \subimport{\commonPath/somedir/}{some_file.tex}
答案1
您texstudio
可以使用Ctrl+Left click
直接打开文件(*) 或者right click
然后open <your-file-name>.tex
。
或者从 pdf 内部right click
打开Go to Source
文件<your-file-name>.tex
(如果synctex
已激活)。
(*)感谢 Troy他的评论!