[texworks] Include unedited pdf files within a .tex document

Philip Taylor P.Taylor at Rhul.Ac.Uk
Wed May 23 17:41:01 CEST 2018



Philip Taylor wrote:
> \XeTeXpdffile <whatever>.pdf height <dimen>\relax
>
> should insert a single PDF occupying the full page height, with width scaled /pro rata./
>
> Use two or more such sequences to "append a series of unedited A4 size pdf scanned images so that they appear sequentially as though they are appendices within a tex document".

P.S. If you don't want TeX to add page numbers, headlines, footlines, etc., you could use instead :

\setbox 0 = \vbox {\XeTeXpdffile <whatever>.pdf\relax}
\shipout \box 0

Philip Taylor


More information about the texworks mailing list