one can just use pdfpages in (pdf) LaTeX:

\documentclass{article}
\usepackage{pdfpages}
\begin{document}
\includepdf[pages=-]{bla}
\includepdf[pages=-]{foo}
\end{document}

creates a pdf document consisting of bla.pdf followed by foo.pdf

2009/12/2 Marshall Hampton <hampto...@gmail.com>:
> I use pyPdf to glue pdfs together, its nice if you already like python
> and want to automate such tasks:
>
> http://pybrary.net/pyPdf/
>
> -Marshall
>
> On Dec 1, 5:11 pm, Harald Schilly <harald.schi...@gmail.com> wrote:
>> On Dec 1, 8:44 pm, Eric Drechsel <ericd...@gmail.com> wrote:
>>
>> >  1. Is it possible to have a master document that includes a bunch of
>> > complete subdocuments?
>>
>> The main "problem" is, that you may happen to define a variable in the
>> beginning and modify it later and in the end it is used. Therefore
>> there is no mechanism to break this chain apart and everything you
>> define lives along a full sage session. I don't know how far Dan's
>> ideas are, but there is one immediate hack i can suggest you: Just
>> create PDF files for each chapter and then stick them together using a
>> PDF-merge tool. I haven't done it yet, but i guess it's simple to
>> create one big pdf file merging several pdf documents.
>>
>> H
>
> --
> To post to this group, send email to sage-support@googlegroups.com
> To unsubscribe from this group, send email to 
> sage-support-unsubscr...@googlegroups.com
> For more options, visit this group at 
> http://groups.google.com/group/sage-support
> URL: http://www.sagemath.org



-- 
Dmitrii Pasechnik
-----
DISCLAIMER: Any text following this sentence does not constitute a
part of this message, and was added automatically during transmission.

-- 
To post to this group, send email to sage-support@googlegroups.com
To unsubscribe from this group, send email to 
sage-support-unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/sage-support
URL: http://www.sagemath.org

Reply via email to