Issue with multiple main.tex and viewing each generated pdf #1916
Unanswered
saurabheights
asked this question in
Q&A
Replies: 1 comment 2 replies
-
I understand the setup, but can you try to be more clear in what you expect to happen, and what happens instead? I think you mean this: Expected:
Actual: (I didn't check)
Is this what you meant? |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I have multiple sub-projects(basically directories) in my main project dir.
Dir1
main.tex -> Compiles and display main.pdf using in-built viewer
Dir2
main.tex -> Compiles and display main.pdf using in-built viewer, but overrides previously open pdf from Dir1/main.tex.
Next:
Since output directory was same for both configurations, I changed output directory for Dir2/main.tex run configuration to Dir2, from ${PROJECT_DIR}/out.
Now, I have observed multiple behaviors:-
While, this is not major issue, and I can just open pdf from Project Pane(Alt+1 shortcut), thought I would inform of the issue. Thanks for awesome plugin :)
P.S. Expected behavior when opening files should be to open in their own tab,. If a file is already open, only the tab should refresh. For duplicate names, Pycharm appends parent dir name and displays each pdf with tab name Dir1_out/main.pdf and Dir2_out/main.pdf.
I am also working with split editor tab. Left side is latex, right side is generated pdf. However, that is probably not be causing any issue with expected behavior.
Beta Was this translation helpful? Give feedback.
All reactions