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
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