[OS X TeX] print-on-demand
Jan Anderssen
jan at linguist.umass.edu
Tue Sep 30 07:36:22 CEST 2008
hi wendy,
not exactly the workflow you suggested, but pdfpages might work for
you. try a simple setup like the following:
\documentclass{article}
\usepackage[papersize={7in,10in}]{geometry}
\usepackage{pdfpages}
\begin{document}
\pagestyle{empty}
\includepdf[noautoscale=true]{OriginalLettersizeFile}
\end{document}
you can adjust the margins with "delta" and "offset", but it might
become tricky if even and odd pages differ. if so, maybe that's
something you could tweak in the original?
cheers,
jan
On Sep 30, 2008, at 1:11 AM, Wendy McKay wrote:
>
> I have a book that has been typeset with letterpaper and a given
> style file with textheight and textwidth as follows:
> %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
> \headheight=9pt
> \headsep=15pt
> \textheight=45pc %=7.47in
> \advance\textheight-2\p@
> \textwidth=27pc %=4.483in
> %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
>
>
> In order to use a print-on-demand service I have to reprint the PDF
> file to a 7x10 page, but this reduces the font size.
>
> Is there a way to typeset the document with the same style file so
> that the pdf ouput will be for 7x10 in paper and will not need
> resizing after the document is typeset.
>
>
> \\wendy
>
>
> ----------- Please Consult the Following Before Posting -----------
> TeX FAQ: http://www.tex.ac.uk/faq
> List Reminders and Etiquette: http://www.esm.psu.edu/mac-tex/list/
> List Archive: http://tug.org/pipermail/macostex-archives/
> TeX on Mac OS X Website: http://mactex-wiki.tug.org/
> List Info: http://email.esm.psu.edu/mailman/listinfo/macosx-tex
>
More information about the macostex-archives
mailing list