0
votes
1answer
53 views

Adding more \graphicspath causes images to not be found

The structure of the document I'm writing is the following. Top level -> Plots -> some images -> 1 -> some images -> 2 -> some images ...
2
votes
1answer
51 views

How to include symlinked graphics with spaces?

I symlink to images and reference the symlink in the code. This works well as long the filename ends in an extension. However, the method I use to create symlinks creates symlinked files with the ...
0
votes
1answer
188 views

Where are the LaTeX binaries stored in linux? (latexDraw configuration)

I just made a nice diagram in latexDraw but the problem I am having is that I cannot seem to add mathematical symbols. I am guessing it is because of the configuration so I looked to see if I could ...
3
votes
1answer
93 views

Path to image located in the cloud for different users or computers

I'm trying to point the location of an image in the cloud (Dropbox) using TeX on Mac OS. The problem is that I require full path name which contains the username (different for both machines). For ...
2
votes
1answer
211 views

How to use latex to include EPS images with spaces in theirs names and paths?

I have EPS image files (with spaces in their names) in a directory ../../Images space bla bla bla/. The following MWE simulates the real scenario in a simplified way. \documentclass{article} ...
1
vote
3answers
211 views

Relative image path in renewed \maketitle

To minimize the amount of copy-pasting I have to do between documents/projects, I've decided to create a separate file in which I renew the \maketitle command. This file (title.tex) should then be ...
0
votes
2answers
292 views

How do I include a path to my image in graphicx?

I want to specify path-to-image\image.png but for obvious reasons that will not work because \... is interpreted as a command. How do I include a path to my image? (I'm on Windows 7). ...
8
votes
4answers
7k views

Specifying an absolute Windows path for \includegraphics

I know that includegraphics can be used in Latex to include images into the document, but how can I specify a path for that file? \includegraphics[]{picture-name} Instead of asdd.jpg I want to ...
12
votes
2answers
600 views

Automatically Locate Included Images

Do you think it's possible to include images into LaTeX without specifying the exact path to them. So instead of: \includegraphics{path/to/image/myfig.pdf} It would be: \includegraphics{myfig.pdf} ...
29
votes
2answers
7k views

How to include graphics with spaces in their path?

I want to import graphics into my main input file using the macro \includegraphics. It does not work if the filename contains spaces. Include image with spaces in path directory to be processed with ...