-
-
Notifications
You must be signed in to change notification settings - Fork 91
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Generate PDFs in the directory containing tex file by default #1538
Comments
Like in /home/main.pdf? That is very strange, because the default is the out/ directory in the project, and otherwise (perhaps also for your standalone files) the directory of the main file. |
Neither my project nor my tex file is in home. Is there a flag or switch that will make the output to be placed along with tex file? |
@NagabhushanSN95 I cannot reproduce the problem, this is what I did:
Can you confirm that you get the output file I did change some related things for 0.7, perhaps you can try the latest alpha build? |
@PHPirates I tried with version 0.7-rc3 By standalone file, I meant I'm not using a latex project, but a file within the current project directory. For example, I have python project at folder
|
Thanks for the information, but I still cannot reproduce the problem with PyCharm 2020.2 and TeXiFy 0.7-rc3. I created a Python project in Can you check that there exists no folder |
I checked there is no folder at |
No checkbuttons: it could create conflicts with the full path we now have. I can try to implement something so you can write for example |
Cool. Thank you very much :) |
Hi, thanks for adding this. Is this available in latest alpha build? |
@NagabhushanSN95 Not yet, wanted to wait with the new alpha build until 0.7 is released (probably tomorrow). You can try this build, let me know if you have feedback: https://github.com/Hannah-Sten/TeXiFy-IDEA/wiki/Run-configurations#outputpath |
Thanks for trying it out, it seems indeed that it doesn't work with standalone files yet. Will look into that soon |
I fixed a mistake in there, can you check if that resolves the problem? (I still have to do the same for the auxil directory, working on that) |
This worked!!! Thanks a ton. |
Hi,
I recently installed ubuntu on my system and have a fresh installation of PyCharm and installed TeXiFy-Idea v0.6.10. I use stand-alone tex files. When I compile them (ctrl+shift+F10), the pdf is generated in
home
by default. In previous version, there was an option to select output files with tex file. Is it possible to do the same in the new version?I know I can specify the output location, but then I'll have to do this for every run config that I have.
The text was updated successfully, but these errors were encountered: