samatraPDF不能inverse search解决方法

  1. samatraPDF + Texlive + VSCode的配置:https://zhuanlan.zhihu.com/p/434142338
  2. 不能跳转,在
    VSCode中设置json文件参考https://forum.sumatrapdfreader.org/t/inverse-search-not-performed-for-vs-code-exe/4486

The solution which worked for me is the following (note the --ms-enable-electron-run-as-node as additional argument):

"latex-workshop.view.pdf.viewer": "external",
"latex-workshop.view.pdf.external.viewer.command": "C:/Program Files/SumatraPDF/SumatraPDF.exe",
"latex-workshop.view.pdf.external.viewer.args": [
    "-forward-search",
    "%TEX%",
    "%LINE%",
    "-reuse-instance",
    "-inverse-search",
    "\"C:\\Program Files\\Microsoft VS Code\\Code.exe\" \"C:\\Program Files\\Microsoft VS Code\\resources\\app\\out\\cli.js\" --ms-enable-electron-run-as-node -r -g \"%f:%l\"",
    "%PDF%"
],
"latex-workshop.view.pdf.external.synctex.command": "C:/Program Files/SumatraPDF/SumatraPDF.exe",
"latex-workshop.view.pdf.external.synctex.args": [
    "-forward-search",
    "%TEX%",
    "%LINE%",
    "-reuse-instance",
    "-inverse-search",
    "\"C:\\Program Files\\Microsoft VS Code\\Code.exe\" \"C:\\Program Files\\Microsoft VS Code\\resources\\app\\out\\cli.js\" --ms-enable-electron-run-as-node -r -g \"%f:%l\"",
    "%PDF%"
],
相关推荐
Better Bench4 天前
如何将Latex的文章内容快速用word+Endnote排版
word·latex
鸡鸭扣16 天前
LaTeX之四:如何兼容中文(上手中文简历和中文论文)、在win/mac上安装新字体。
论文·latex·简历
诸神缄默不语20 天前
LaTeX中的\pdfoutput命令:输出PDF
pdf·latex·\pdfoutput·pdflatex
hu_shidong1 个月前
LaTeX参考文献工具和宏包bibmap项目简介
latex·参考文献·bibmap·宏包·后端程序
阿史大杯茶1 个月前
用LaTeX写一篇帅帅的算法学习题解
学习·算法·latex
ejinxian2 个月前
LaTeX 编辑器-TeXstudio
编辑器·latex·texstudio·texmaker
RS_数模加油站2 个月前
【研赛论文】数学建模2024华为杯论文word/latex模板
数学建模·word·latex·华为杯
孙悟空间3 个月前
国产 LateX 线上平台 LoongTeX 推荐
latex·loongtex
Gu_fcsdn3 个月前
Python将Latex公式插入到Word中
python·word·latex·latex2word
CarnivoreRabbit3 个月前
win10环境下gvim离线配置插件的一些补充
latex