Search found 2 matches

by casackett
Wed Aug 24, 2011 2:10 pm
Forum: Graphics, Figures & Tables
Topic: Problem in using '\graphicspath' Command
Replies: 2
Views: 8359

Problem in using '\graphicspath' Command

Thanks for the suggestion. When I tried that
\documentclass[12pt]{article}
\usepackage{graphicx}

\graphicspath{{graphics}{graphics/section}}

\begin{document}
\input{section/section1}
\end{document}

it can't find the file

) (./section/section1.tex

! LaTeX Error: File `image' not found


I ...
by casackett
Tue Aug 23, 2011 10:28 pm
Forum: Graphics, Figures & Tables
Topic: Problem in using '\graphicspath' Command
Replies: 2
Views: 8359

Problem in using '\graphicspath' Command

I'm trying to compile a document spread over several directories, and having trouble with the graphics. This is on a Unix system, I'm a user not the admin. I've boiled it down to this simple combination:

Directories and Files
~/graphics/
~/graphics/main.tex
~/graphics/section/
~/graphics/section ...