Hello,
Nick Dokos <[email protected]> writes:
> Please find an org file and the corresponding tex file attached. The
> directory structure is as follows:
>
> ~/src/org--images--foo.png
> |
> |--latex--example.{org,tex}
> |
> |--example.t2d/pdf/build
>
> Just executing
>
> texi2dvi -p -b -c -V example.tex
>
> from the command line produces the error:
>
> ,----
> | /usr/bin/texi2dvi: cd /home/nick/src/org/latex/example.t2d/pdf/build
> | ...
> | LaTeX Warning: File `../images/foo.png' not found on input line 37.
> |
> |
> | /home/nick/src/org/latex/./example.tex:37: Package pdftex.def Error: File
> | `../images/foo.png' not found.n
> |
> | See the pdftex.def package documentation for explanation.
> | Type H <return> for immediate help.
> | ...
> |
> | l.37 ...ludegraphics[scale=1.5]{../images/foo.png}
> | ...
> `----
>
> Note the top line in the excerpt above. Taking out the -c gets rid of
> the error (at the price of leaving all the toc/aux/log/etc files around
> of course). --tidy exhibits the same symptom.
I removed "-c" argument from "texi2dvi" command. Thank you for the
detailed report.
Regards,
--
Nicolas Goaziou