emacs-orgmode
[Top][All Lists]
Advanced

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

Re: [O] include a specific PDF page to org beamer


From: Rasmus
Subject: Re: [O] include a specific PDF page to org beamer
Date: Sat, 22 Nov 2014 21:41:25 +0100
User-agent: Gnus/5.130012 (Ma Gnus v0.12) Emacs/24.4.51 (gnu/linux)

Hi Zhihao,

Zhihao Ding <address@hidden> writes:

> 1. 
> [[file:~/path/to/myfigure.pdf::10]]
>
> 2.
> #+ATTR_LATEX: page=10
> [[file:~/path/to/myfigure.pdf]]
>
> 3.      
> #+begin_LaTeX
>      \includegraphics[page=10]{file:~/path/to/myfigure.pdf}
> #+end_LaTeX

3. can be reduced to

#+LATEX: \includegraphics{myfig.pdf}

However, probably this is what you are looking for:

#+ATTR_LATEX: :options page=10 :width 10cm
[[file:myfig.pdf]]

For other backends than LaTeX, a solution would be more involved.

Hope it helps,
Rasmus

-- 
Send from my Emacs




reply via email to

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