Enable LaTeX to find files in multiple folders

To enable LaTeX to find files in other folder use this:

\makeatletter

\def\input@path{{./}{../../../some-other-folder/}}

\makeatother

This is handy if including a TeX file from elsewhere that has file includes inside it self

 

Leave a Reply

Your email address will not be published. Required fields are marked *

*

This site uses Akismet to reduce spam. Learn how your comment data is processed.