Tagged Questions
5
votes
1answer
308 views
kpathsea and path prefixes
On page 27, the kpathsea manual states:
[A search path is a colon-separated list of path elements.]
...
To check a particular path element e, Kpathsea first sees if a prebuilt database applies to ...
15
votes
3answers
1k views
Full path of current file
This question led to a new package:
currfile-abspath (subpackage to currfile)
How can I display the full path of the tex file that I compile? It is a simple file, no include or input present.
...
12
votes
2answers
601 views
Automatically Locate Included Images
Do you think it's possible to include images into LaTeX without specifying the exact path to them. So instead of:
\includegraphics{path/to/image/myfig.pdf}
It would be:
\includegraphics{myfig.pdf}
...