sometimes I get the problem that when I build my LaTex files (with Sublime 3, TexLive and SumatraPDF), that I try to double-click on any text in my pdf which should give me the code in the sublime file however at the top left it just states "Kein Synchronisationsdatei gefunden" which is german for "no synchronisation file found". What could be the issue here?
When using LatexTools to check my system all the programs seem to be "available" except for sublime itself. There it says that its available however the line states the following:
"sublime C:\your\full\sublime\directory\subl.exe available Das System kann den angegebenen Pfad nicht finden." Which translates to the system can't find the given path, however I don't know about any path I have given.
In my user settings of LatexTools I have written the following:
{ "windows": { // Path used when invoking tex & friends; "" is fine for MiKTeX // For TeXlive 2011 (or other years) use // "texpath" : "C:\\texlive\\2011\\bin\\win32;$PATH", "texpath" : "C:\\texlive\\2011\\bin\\win32;$PATH", // TeX distro: "miktex" or "texlive" "distro" : "texlive", // Command to invoke Sumatra. If blank, "SumatraPDF.exe" is used (it has to be on your PATH) "sumatra": "", // Command to invoke Sublime Text. Used if the keep_focus toggle is true. // If blank, "subl.exe" or "sublime_text.exe" will be used. "sublime_executable": "", // how long (in seconds) to wait after the jump_to_pdf command completes // before switching focus back to Sublime Text. This may need to be // adjusted depending on your machine and configuration. "keep_focus_delay": 0.5 }, } The Command for the inverse search in Sumatra I use is: "C:\Program Files\Sublime Text\sublime_text.exe" "%f:%l"
Thanks in advance
Edit: The odd thing is that I have been working some more on my project and now the synchronisation seems to be working fine. This problem just occurs sometimes and then usually goes away after some time or recompiling.