When using standalone sub-directories do not seem to work properly.
While
\documentclass{article}
\usepackage[subpreambles,mode=buildnew]{standalone} %standalone tikz
\begin{document}
\includestandalone{standalonepic}
\end{document}
works
\documentclass{article}
\usepackage[subpreambles,mode=buildnew]{standalone} %standalone tikz
\begin{document}
\includestandalone{../fig/MAP/standalonepic}
\end{document}
Will fail. The figure will be inserted in the document but no pdf will be generated. Compilation states:
Description Resource Path Location Type Graphic '../fig/MAP/ray-casting.pdf' could not be build. thesis_main.tex /Thesis/src line 60 Texlipse Build Error
The files are at the fitting locations and the document is produced but no pdf for the figure in the latter case. I like to keep figures separated. Is there a way to do this and use standalone?
standalonepackage, in which case, somebody with more in-depth knowledge of TeX's internals will need to help. I'm pretty sure that the package author is a mod on this site... – JohnReed May 10 '12 at 00:24