inverse search does not work #3113
nimagitac
started this conversation in
Documentation
Replies: 1 comment
-
try --synctex=-1 (note the doubled - prefix) and see if it still builds a synctex file so does forward search correctly open compiled file at correct page (test it goes to 2nd when required) |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello everybody,
There is a problem that prevents Sumatra to do the "inverse search" with TEXnicCenter. I have done a search and checked all of the possible solutions, but non worked. My setting in TeXnic is:
Latex
Compiler:
path:
C:\Users\myname\AppData\Local\Programs\MiKTeX\miktex\bin\x64\pdflatex.exe
-synctex=-1 -interaction=nonstopmode "%Wm"
Viewer:
Executable path:
"C:\Users\myname\AppData\Local\SumatraPDF\SumatraPDF.exe" -inverse-search ""C:\Program Files\TeXnicCenter\TEXCNTR.EXE" /ddecmd "[goto(’%f’,’%l’)]""
project output:
Commandline
"%bm.pdf"
Forward search:
DDE
[ForwardSearch("%bm.pdf","%Wc",%l,0,0,1)]
Sumatra
Control
What is the solution?
Thanks
Beta Was this translation helpful? Give feedback.
All reactions