gpoore / minted

minted is a LaTeX package that provides syntax highlighting using the Pygments library. Highlighted source code can be customized using fancyvrb.
1.74k stars 125 forks source link

\graphicspath for code files? #115

Open JimAmuro opened 8 years ago

JimAmuro commented 8 years ago

Hi, I am wondering if there is an option like \graphicspath for graphics to tell minted where to look for code files. Thank you!

gpoore commented 8 years ago

There is not currently anything like \graphicspath. That could be a useful feature. I will leave this open and look into the possibility of adding such an option in the future. From what I remember about the workings of \graphicspath, it should be possible.

Unfortunately, specifying paths with home directories, etc., currently doesn't work either (#89), so at the moment options for including files from other locations are limited.