emacs-orgmode
[Top][All Lists]
Advanced

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

[O] link to pdf in latex export


From: Andreas Leha
Subject: [O] link to pdf in latex export
Date: Mon, 26 Mar 2012 20:28:32 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.0.94 (gnu/linux)

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]