[texhax] Organizing A Big LaTeX File

Steve Schwartz s.schwartz at imperial.ac.uk
Sat Mar 18 15:27:07 CET 2006


On Sat, 2006-03-18 at 07:50 -0600, David C. Walden wrote:
> I put my .eps files in a subfolder
> called figures in the folder where my LaTeX files are. 

More elegant (?) is to put

\graphicspath{{figures/}}

in the preamble. Several directories could be here, e.g.:

\graphicspath{{figures/}{illustrations/}{/home/sjs/logos/}}

(the syntax for the paths are operating system specific). See the
graphicx documentation.

Then \includegraphics{figure1} will find it within the figures
directory.

Steve

-- 
+-------------------------------------------------------------------+
Professor Steven J Schwartz      Phone: +44-(0)20-7594-7660
Space and Atmospheric Physics    Fax:   +44-(0)20-7594-7772
The Blackett Laboratory          E-mail: s.schwartz at imperial.ac.uk
Imperial College London          Office: Huxley 6M70 
London SW7 2BW, U.K.             Web: http://www.sp.ph.ic.ac.uk/~sjs
+-------------------------------------------------------------------+




More information about the texhax mailing list