Graphics, Figures & Tablesmaking a folder for figures

Information and discussion about graphics, figures & tables in LaTeX documents.
Post Reply
Barakaty
Posts: 12
Joined: Sun Nov 30, 2008 2:43 am

making a folder for figures

Post by Barakaty »

Hi
I place the figure I would like to include in a the folder where the winedt file is. I have no problem in including the that way. But now with more figure i feel not comfortable with many figures files in the folder. I would like to make a special folder for the figures and make a folder tree within it to mange them more properly. How can I tell winedt where is the file, I mean how can I include the folder name in includefigure demand.

Thank you

Recommended reading 2024:

LaTeXguide.org • LaTeX-Cookbook.net • TikZ.org

Learn LaTeX easily with newest books:

The LaTeX Beginner's Guide: 2nd edition and perfect for students writing a thesis

The LaTeX Cookbook: 2nd edition full of practical examples for mathematics, physics, chemistry, and more

LaTeX Graphics with TikZ: the first book about TikZ for perfect drawings in your LaTeX thesis

josephwright
Site Moderator
Posts: 814
Joined: Tue Jul 01, 2008 2:19 pm

Re: making a folder for figures

Post by josephwright »

Somewhere before \begin{document}, you want \graphicspath{{<path here>}}. Notice that you need _two_ sets of braces around the path for this two work.
--
Joseph Wright
Joseph Wright
Barakaty
Posts: 12
Joined: Sun Nov 30, 2008 2:43 am

Re: making a folder for figures

Post by Barakaty »

Thank you joseph
I still have a question do I have to writ the path to writ the path in the include graph command before the file name or the \graphicspath command in the beginning is enough. another question what is the start of the path is it from the C: or from the folder name in latex folder I am using
Again thank you a lot for you wisdem
Post Reply