emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
From: Avdi Grimm <groups@inbox.avdi.org>
To: Marcelo de Moraes Serpa <celoserpa@gmail.com>
Cc: Org Mode <emacs-orgmode@gnu.org>
Subject: Re: Org as a publishing toolkit
Date: Wed, 11 May 2011 00:52:50 -0400	[thread overview]
Message-ID: <BANLkTin-ew68RNu84iCgdgDcng7oRTSwyw@mail.gmail.com> (raw)
In-Reply-To: <BANLkTi=+wqCQ3fCRA7ED3a_9jGsM5NB3hg@mail.gmail.com>

On Tue, May 10, 2011 at 4:53 PM, Marcelo de Moraes Serpa
<celoserpa@gmail.com> 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

  parent reply	other threads:[~2011-05-11  4:53 UTC|newest]

Thread overview: 17+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-05-10 17:52 Org as a publishing toolkit Marcelo de Moraes Serpa
2011-05-10 18:31 ` Thomas S. Dye
2011-05-10 18:48   ` Marcelo de Moraes Serpa
2011-05-10 19:19     ` Thomas S. Dye
2011-05-10 20:53       ` Marcelo de Moraes Serpa
2011-05-10 21:35         ` Thomas S. Dye
2011-05-10 21:39           ` Marcelo de Moraes Serpa
2011-05-10 22:26             ` Thomas S. Dye
2011-05-11  0:41               ` Marcelo de Moraes Serpa
2011-05-11  1:40                 ` prad
2011-05-11  4:52         ` Avdi Grimm [this message]
2011-05-11  8:09         ` Rasmus
2011-05-12  6:52     ` Eric S Fraga
2011-05-11 15:15 ` Mike McLean
2011-05-11 16:10   ` Marcelo de Moraes Serpa
2011-05-11 16:33     ` Nick Dokos
2011-05-14 12:32       ` Mike McLean

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://www.orgmode.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=BANLkTin-ew68RNu84iCgdgDcng7oRTSwyw@mail.gmail.com \
    --to=groups@inbox.avdi.org \
    --cc=avdi@avdi.org \
    --cc=celoserpa@gmail.com \
    --cc=emacs-orgmode@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).