I've got a "main.tex", and several .tex files in sub-folders, which I'm including using
\input
.Code: Select all
main.tex
\ch01\sub.tex
\ch02\sub.tex
\ch03\sub.tex
...
Code: Select all
/graphicspath{{\currfiledir/figures/}}
Code: Select all
\graphicspath{{ch03/figures/}}
\currfiledir
won't work here. Any ideas why?Thanks
Bob