also sprach Roger Leigh <[EMAIL PROTECTED]> [2008.12.10.1121 +0100]:
> Yes, I was assuming you were printing each document separately.

FWIW, the way I was able to get the desired result was with texlive
and pdfpages, manually adding empty pages where needed:

  \documentclass{book}

  \usepackage{pdfpages}

  \begin{document}

  \includepdf[pages=-]{01:foo}
  \includepdf[pages={1-5,{}}]{02:bar}
  \includepdf[pages={1-3,{}}]{03:baz}
  [...]
  \end{document}

-- 
 .''`.   martin f. krafft <[EMAIL PROTECTED]>      Related projects:
: :'  :  proud Debian developer               http://debiansystem.info
`. `'`   http://people.debian.org/~madduck    http://vcs-pkg.org
  `-  Debian - when you have better things to do than fixing systems
 
"the thought of suicide is a great consolation: by means of it one
 gets successfully through many a bad night."
                                                 - friedrich nietzsche

Attachment: digital_signature_gpg.asc
Description: Digital signature (see http://martin-krafft.net/gpg/)

Reply via email to