Questions tagged [texinputs]

{texinputs} is for questions regarding the LaTeX environmental variables.

48 questions
5
votes
1 answer

How to use $texinputs in Powershell

We have a custom LaTeX build script that was written for bash many years ago. It's nice because it uses the // notation on $texinputs to recursively add image locations (allowing us to use sub-folders without having to type them in each time) and it…
Alex
  • 51
2
votes
0 answers

is there an IMGINPUTS environment variable?

Two env variables TEXINPUTS and BIBINPUTS provide great convenience for a user to put multiple sty files and bib files in dirs different from the current working dir for tex. Is there is similar env variable one can set to point to a dir that…
2
votes
0 answers

Querying and modifying TEXINPUTS from inside a latex file?

If I have images, or files that I \input or \include, I know I can use: TEXINPUTS=/path/to/extra/dir pdflatex myfile.tex ... to allow Latex to find files not present in subdirectories in the current directory. But, I'd rather not use TEXINPUTS as…
sdaau
  • 17,079