-
-
Notifications
You must be signed in to change notification settings - Fork 89
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
Resolving references to relative paths outside of the project #3714
Comments
Thanks for raising this issue! First of all, the document compiles but TeXiFy complains, so I think that is a bug that should be fixed. In the meantime, you can either make one project containing all directories (this is what I would do), or you could set TEXINPUTS environment variables so that you can |
Thank you for your answer. I have tried to define an environment variable by following the steps below:
Doing all that, it still doesn't work. Do the environment variables need to be defined somewhere else? |
Did you create an actual run configuration from the template and ran it? Also make sure there are no typos. above it was |
First of all, thank you for this excellent project. I have moved from a Linux device to an Apple M1 (Silicon) device and I couldn't find a native LaTeX project editor on this new infrastructure. Combining IntelliJ IDEA with TeXify seems to solve that difficulty.
I would like to raise the following question. Considering the following directory tree:
This structure would represent a project consisting of 4 volumes in which I would like to share certain content that is repeated:
Document type settings, commands to be used throughout the content, some environments. I plan to define that within the file
biennal/common/template/main-template.tex
Other content that could be repeated in some of the volumes, both in the
biblical
folder and in thepatres
folder. In addition, the idea is to be able to have the content organized alphabetically in these folders to detect duplicates or missing content from the directory tree and to provide a global index of the texts used in the 4 volumes.For testing purposes, I created a project called
volume-01
with the following filesrc/main.tex
The code compiles and creates a document with the content, but in the IDE I have an error:
My questions are: Is this possible using IntelliJ IDEA and TeXify? If so, how could I achieve this? Would I have to use modules or something similar? Would I have to use Gradle? Are there any examples of projects similar to what I want to achieve so I can get an idea of the setup? Why does it not recognize the
lipsum
package and yet it works?The text was updated successfully, but these errors were encountered: