I'm preparing a paper for submission to a journal. The journal submission system (Elsevier) requires me to load the EPS files (I convert my figures to EPS using gnuplot) separately. But if I do not include my figures in my .tex file how can I refer to my figures in LaTeX? Should I include my figures both in my paper and also load them separately? I wonder whether there is a standard way to do this.
Tell me more
×
TeX - LaTeX Stack Exchange is a question and answer site for
users of TeX, LaTeX, ConTeXt, and related typesetting systems. It's 100% free, no registration required.
|
|
||||
|
The standard way of including images in separate files is with the help of the
When you want to refer to that image you can use the This implies that the images are in the same folder as the .tex document. But you can use relative paths to address the images, as in
Hope that helped. |
|||
|

\includegraphicscommand, there is no problem at all. You refer to the file name of the image and the file is aside the tex document. – Fèlix Galindo Allué May 27 '12 at 12:31