From mboxrd@z Thu Jan 1 00:00:00 1970 From: Zhihao Ding Subject: include a specific PDF page to org beamer Date: Sat, 22 Nov 2014 18:29:25 +0000 Message-ID: <99cd67ac-f9d7-444f-83df-cfcbe9b85471@HUB05.ad.oak.ox.ac.uk> References: Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:41193) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XsFRE-000729-04 for emacs-orgmode@gnu.org; Sat, 22 Nov 2014 13:29:47 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XsFR6-0004bZ-Fj for emacs-orgmode@gnu.org; Sat, 22 Nov 2014 13:29:39 -0500 Received: from relay14.mail.ox.ac.uk ([163.1.2.162]:40472) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XsFR6-0004bN-9x for emacs-orgmode@gnu.org; Sat, 22 Nov 2014 13:29:32 -0500 In-Reply-To: Content-Language: en-US Content-ID: List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: "emacs-orgmode@gnu.org" Hi there,=20 I was wondering if there is a way to import a specific PDF page in org beamer? I tried the following ways but neither 1 or 2 worked and I had to=20 retreat to 3, which is a pain as it requires those extra lines for=20 each link. 1.=20 [[file:~/path/to/myfigure.pdf::10]] 2. #+ATTR_LATEX: page=3D10 [[file:~/path/to/myfigure.pdf]] 3. =20 #+begin_LaTeX \includegraphics[page=3D10]{file:~/path/to/myfigure.pdf} #+end_LaTeX Many thanks! Zhihao