You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This discussion was converted from issue #3194 on March 13, 2022 08:46.
Heading
Bold
Italic
Quote
Code
Link
Numbered list
Unordered list
Task list
Attach files
Mention
Reference
Menu
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Preliminary questions [Required]
Disable all the other extensions except for LaTeX Workshop, restart VS Code, and check that you still see this issue. [Required]
You still see this issue?: Yes
Make sure to visit the wiki FAQ before filling an issue.
You visited the wiki?: Yes
If your issue is with compiling a document (not having to do with finding the root file of a project), check first that you can compile manually.
You can compile a TeX document manually?: Yes
Describe the bug [Required]
I manually build pdf and generate corresponding synctex.gz file successfully, and forward/backward sync behave correctly when I use TexWork editor.
But in vscode, forward synctex is not working and only backward synctex is ok when using internal pdf viewer.
To Reproduce
here is my settings.json in project workspace
{ "latex-workshop.showContextMenu": true, "latex-workshop.intellisense.package.enabled": true, "latex-workshop.latex.autoBuild.run": "never", "latex-workshop.view.pdf.viewer": "tab" }
Desktop [Required]
Please write exact version numbers. Please don't write
latest
instead of exact numbers.Beta Was this translation helpful? Give feedback.
All reactions