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
I am trying to compile a TeX file which has some diagrams, and I would like the sync option (between PDF file and editor) to work well.
Now, when I have "builder": "traditional" in the Settings, the sync between PDF and editor works fine. Yet, the diagrams of my file are not generated in that mode. I found that I can generate them by a) setting "builder": "script" and b) modifying the "builder_settings" such that:
The problem is that, in this case, the sync no longer works.
In sum: in "builder": "traditional" the sync works, but the diagrams don't, whereas in "builder": "script" the diagrams work, but the sync doesn't.
Any idea?
Thanks, and thanks for this amazing project,
Duarte
The text was updated successfully, but these errors were encountered:
Hi,
I am trying to compile a TeX file which has some diagrams, and I would like the sync option (between PDF file and editor) to work well.
Now, when I have "builder": "traditional" in the Settings, the sync between PDF and editor works fine. Yet, the diagrams of my file are not generated in that mode. I found that I can generate them by a) setting "builder": "script" and b) modifying the "builder_settings" such that:
"osx" : {
"script_commands": [
"pdflatex -interaction=nonstopmode --shell-escape $file_name",
"pdflatex -interaction=nonstopmode --shell-escape $file_name"
]
}
The problem is that, in this case, the sync no longer works.
In sum: in "builder": "traditional" the sync works, but the diagrams don't, whereas in "builder": "script" the diagrams work, but the sync doesn't.
Any idea?
Thanks, and thanks for this amazing project,
Duarte
The text was updated successfully, but these errors were encountered: