Search found 1 match

by wirylattice
Mon Jun 11, 2012 10:00 pm
Forum: General
Topic: subfiles | Nested Files
Replies: 4
Views: 20281

subfiles | Nested Files

Instead of using renewcommand for graphicspath you can pass multiple directories. Slightly less complicated:

\documentclass[../../main.tex]{subfiles}
\begin{document}
\graphicspath{{Figures/}{Chapters/Chapter_1/Figures/}}

In this way both Figures/ and Chapters/Chapter_1/Figures/ will be ...