emacs-orgmode
[Top][All Lists]
Advanced

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

Re: [O] exporting images in latex with a relative path


From: Nicolas Goaziou
Subject: Re: [O] exporting images in latex with a relative path
Date: Wed, 17 Jun 2015 13:54:38 +0200

Hello,

Alan Schmitt <address@hidden> writes:

> I'm fetching images using org-download, which creates links of the form:
>
>  [[~/work/talks/Formal_JavaScript/images/Adobe_logo_2015-06-17_12:22:02.gif]]
>
> Unfortunately these links are not exported when I export to latex, I get
> this output:
>
>  
> \url{file:///Users/schmitta/work/talks/Formal_JavaScript/images/Adobe_logo_2015-06-17_12:22:02.gif}
>
> Is there a way to get an inline image instead? I see the manual requires
> the link to start with "file:" or with ".", could it also work with
> "~"?

It already works with "~", but ".gif" is not recognized, by default, as
a valid extension for images. You can configure
`org-latex-inline-image-rules'.

Regards,

-- 
Nicolas Goaziou



reply via email to

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