From mboxrd@z Thu Jan 1 00:00:00 1970 From: Avdi Grimm Subject: Re: Org as a publishing toolkit Date: Wed, 11 May 2011 00:52:50 -0400 Message-ID: References: Reply-To: avdi@avdi.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Return-path: Received: from eggs.gnu.org ([140.186.70.92]:38613) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QK1QB-00068z-2g for emacs-orgmode@gnu.org; Wed, 11 May 2011 00:53:15 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1QK1Q7-0003Bq-MO for emacs-orgmode@gnu.org; Wed, 11 May 2011 00:53:14 -0400 Received: from mail-qw0-f41.google.com ([209.85.216.41]:44366) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QK1Q7-0003Bb-JJ for emacs-orgmode@gnu.org; Wed, 11 May 2011 00:53:11 -0400 Received: by qwa26 with SMTP id 26so89844qwa.0 for ; Tue, 10 May 2011 21:53:10 -0700 (PDT) In-Reply-To: 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: Marcelo de Moraes Serpa Cc: Org Mode On Tue, May 10, 2011 at 4:53 PM, Marcelo de Moraes Serpa wrote: > I have a more specific question. I have already managed to embed an > image to act as the cover of the book. However, the image is being > shown in the third page. I want the sequence to be like this: Here's how I did the cover of my book: 1. Generate a 1-page PDF of the cover (in my case that meant SVG->EPS, then EPS->PDF via `ps2pdf -sPAPERSIZE=letter -dEPSCrop`) 2. Include the "pdfpages" package: #+LaTeX_HEADER: \usepackage{pdfpages} 2. Override "org-export-latex-title-command" to insert the cover page: (setq org-export-latex-title-command "\\includepdf[pages=1]{exceptional-ruby-cover-svg.pdf}") -- Avdi Grimm http://avdi.org -- Avdi Grimm http://avdi.org