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
is there a way to dynamically the pdf when re-rendering a document.
Currently, if I have a pdf open (in VS Code) and make changes, then the pdf does get updated, but to actually see these changes, I first need to close and re-open the pdf. It would be great if there were a simpler solution for that.
copilot gave me this list of settings, but they didn't do the trick (and I genuinely doubt they serve any purpose tbh):
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
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
is there a way to dynamically the pdf when re-rendering a document.
Currently, if I have a pdf open (in VS Code) and make changes, then the pdf does get updated, but to actually see these changes, I first need to close and re-open the pdf. It would be great if there were a simpler solution for that.
copilot gave me this list of settings, but they didn't do the trick (and I genuinely doubt they serve any purpose tbh):
{ // Auto-preview settings "latex-workshop.view.pdf.viewer": "tab", "latex-workshop.view.pdf.ref.viewer": "tabOrBrowser", "latex-workshop.latex.watch.files.ignore": [ "**/.vscode/**", "**/.git/**", "**/.svn/**", "**/.hg/**", "**/CVS/**", "**/.DS_Store", "**/Thumbs.db", "**/*.synctex.gz", "**/*.fdb_latexmk", "**/*.fls" ], }Thanks
Beta Was this translation helpful? Give feedback.
All reactions