Run configuration randomly changes to pdflatex #2431
-
I have organized all of my latex-files in a Latex-Project. They all have their own run configuration. One of these files can't be compiled with pdflatex, so I use latexmk -pdfps. Every now and then, IntelliJ or TeXiFy changes the run configuration back to pdflatex. Why does this happen and how can I prevent this? |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 13 replies
-
That is weird, you haven't noticed any pattern? For example, that it changes back after a restart, or when running it? One thing you could do, is open your [Edit] For reference, I copied my comment:
|
Beta Was this translation helpful? Give feedback.
-
Today, the problem happened again. Before starting Intellij IDEA, I opened So, somehow IntelliJ removed the run configuration. Is it possible that there is a maximum number of entries and older ones are just deleted? |
Beta Was this translation helpful? Give feedback.
That is weird, you haven't noticed any pattern? For example, that it changes back after a restart, or when running it?
Well, I have no idea why it happens, otherwise I would have fixed it already :)
One thing you could do, is open your
.idea/workspace.xml
, search for the run configuration name, and check if the<compiler>
field is correct. This is only changed when saving a run configuration, so it might be a bit easier to find out what is causing it to change back.[Edit] For reference, I copied my comment: