Discussion:
LaTeX and bookbinding
(too old to reply)
Dave Griffith
2006-08-16 09:54:45 UTC
Permalink
I'm dabbling in bookbinding and I'd like to get some clarification on
getting things ready with Latex. I found the "booklet" and "twoup"
packages, but these seem to be made with the idea that a document would
span a single folio rather than several. I want to spread the whole of
the document across several folios, or booklets. Each folio will be
sewn, then the sewn folios will be sewn to each other.
--
David Griffith
***@cs.csbuak.edu <-- Switch the 'b' and 'u'
Malte Rosenau
2006-08-16 10:25:38 UTC
Permalink
Post by Dave Griffith
I'm dabbling in bookbinding and I'd like to get some clarification on
getting things ready with Latex. I found the "booklet" and "twoup"
packages, but these seem to be made with the idea that a document would
span a single folio rather than several. I want to spread the whole of
the document across several folios, or booklets. Each folio will be
sewn, then the sewn folios will be sewn to each other.
This can be easily done with pdfpages.sty (\includepdf with
the 'signature' option) or psnup, PDFJam, etc..
Dr Engelbert Buxbaum
2006-08-17 13:59:00 UTC
Permalink
Post by Malte Rosenau
Post by Dave Griffith
I'm dabbling in bookbinding and I'd like to get some clarification on
getting things ready with Latex. I found the "booklet" and "twoup"
packages, but these seem to be made with the idea that a document would
span a single folio rather than several. I want to spread the whole of
the document across several folios, or booklets. Each folio will be
sewn, then the sewn folios will be sewn to each other.
This can be easily done with pdfpages.sty (\includepdf with
the 'signature' option) or psnup, PDFJam, etc..
And the scrbook class (drop-in replacement for book) has a parameter for
the binding correction (part of the page made invisible by binding).
Morten Høgholm
2006-08-16 10:29:40 UTC
Permalink
Post by Dave Griffith
I'm dabbling in bookbinding and I'd like to get some clarification on
getting things ready with Latex. I found the "booklet" and "twoup"
packages, but these seem to be made with the idea that a document would
span a single folio rather than several. I want to spread the whole of
the document across several folios, or booklets. Each folio will be
sewn, then the sewn folios will be sewn to each other.
The LaTeX package pdfpages has support for signatures.
--
Morten
Philipp Pagel
2006-08-16 12:15:14 UTC
Permalink
Post by Dave Griffith
I'm dabbling in bookbinding and I'd like to get some clarification on
getting things ready with Latex. I found the "booklet" and "twoup"
packages, but these seem to be made with the idea that a document would
span a single folio rather than several. I want to spread the whole of
the document across several folios, or booklets. Each folio will be
sewn, then the sewn folios will be sewn to each other.
The tool psbook does what you want (rearrange pages in PostScript file
into signatures). Just produce a normal postscript file with LaTeX and
then do something like

psbook -s32 myfile.ps newfile.ps

and you are done.

cu
Philipp
--
Dr. Philipp Pagel Tel. +49-8161-71 2131
Dept. of Genome Oriented Bioinformatics Fax. +49-8161-71 2186
Technical University of Munich
http://mips.gsf.de/staff/pagel
Loading...