emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [O] naming image files before exporting to PDF


From: Andreas Leha
Subject: Re: [O] naming image files before exporting to PDF
Date: Fri, 06 Feb 2015 09:21:35 +0000
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.4.50 (darwin)

Hi,

usually, the grffile package works very well.

Try this, which works fine for me:

--8<---------------cut here---------------start------------->8---
#+latex_header: \graphicspath{ {./images/} }
#+latex_header: \usepackage{grffile}

* test
In the org file, it would look like this:

[[file:simul001_a-4_b-0.1.pdf]]
--8<---------------cut here---------------end--------------->8---

Best,
Andreas




Rainer M Krug <address@hidden> writes:
> I remember a similar problem, and the cuprit was the dot. If I remember
> correctly, LaTeX was interpreting everything after the *first* "." as
> the extension.
>
> After avoiding "." in file names for images, it worked.
>
> "_" are fine.
>
> Rainer
>
>
> John Kitchin <address@hidden> writes:
>
>> Dashes are usually fine. Did you try replacing the _ with -?
>>
>> I try to avoid _ in filenames, but - works for me.
>>
>> On Thu, Feb 5, 2015 at 6:42 PM, Timothée Flutre <address@hidden> wrote:
>>
>>> In the org file, it would look like this:
>>> #+latex_header: \graphicspath{ {./images/} }
>>> [[file:simul001_a-4_b-0.1.pdf]]
>>
>>
>>
>>
>> John
>>
>> -----------------------------------
>> Professor John Kitchin
>> Doherty Hall A207F
>> Department of Chemical Engineering
>> Carnegie Mellon University
>> Pittsburgh, PA 15213
>> 412-268-7803
>> @johnkitchin
>> http://kitchingroup.cheme.cmu.edu




reply via email to

[Prev in Thread] Current Thread [Next in Thread]