emacs-orgmode
[Top][All Lists]
Advanced

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

Re: [O] link to pdf in latex export


From: Christian Moe
Subject: Re: [O] link to pdf in latex export
Date: Tue, 27 Mar 2012 09:32:25 +0200
User-agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.6; rv:6.0.2) Gecko/20110902 Thunderbird/6.0.2

Hi,

Try customizing org-export-latex-inline-image-extension and leaving out "pdf".

Yours,
Christian

On 3/26/12 8:28 PM, Andreas Leha wrote:
Hi all,

I have a question concerning the latex export.

Suppose, I have a pdf, that I want to have a link to in the exported
latex doc, not embedded as graphic:

Example:
#+name: produce_plot
#+begin_src R :exports none :results graphics :file sth.pdf
   plot(1:10)
   plot(1:20)
#+end_src

The following is embedded as graphic, but I'd like to just have a
link to the pdf.

The plots can be found in the additional file
call_produce_plot[ :results graphics :file sth.pdf]()[:results file].

How do I do that?

Best,
Andreas







reply via email to

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