-
Notifications
You must be signed in to change notification settings - Fork 109
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
\input@path is not honored by usetikzlibrary #1259
Comments
Similar: #565
|
|
Then wouldn't it be possible to define another variable for that? Or provide this functionality only for LaTeX? |
Perhaps Update: also |
Brief outline of the bug
As far as I see, there is no way to add a folder to the search path of tikz. This becomes very annoying when importing a file in a subfolder that requires a custom tikz library, or when my custom libraries are not put at the root of my project.
More precisely, I have a structure like this (see below for exact content):
I’d like to compile it using:
However, if
myinput.tex
contains\usetikzlibrary{my.test}
, then I will get an error like:By default, LaTeX will try to search in folders listed in
\input@path
, so\input{tikzlibrarymy.test.code.tex}
would work… unfortunately\usetikzlibrary
gives an error without even trying to run the\input
.Minimal working example (MWE)
MWE
The text was updated successfully, but these errors were encountered: