Conversion Tools ⇒ Relative path problem with dvips
Relative path problem with dvips
I have a file that I compiled it with the following command:
latex --include-directory=../folder2 file.tex
where folder2 contains some eps images and tex input files.
However, dvips gives the following error:
dvips.exe: Could not find figure file image.eps; continuing
an absolute path or a relative path with .. are denied in -R2 mode
How to get red of the -R2 mode??
I tried the switch -R0 but nothing changed
Regards,
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
Relative path problem with dvips
Code: Select all
\graphicspath{{folder2/}}