#author("2016-04-17T14:05:40+09:00","","") #author("2016-04-17T14:06:17+09:00","","") [[TeX/Manual]] *PDFjam [#l881c65c] バージョンによってオプションなどに違いがあります. **2up [#gbe36b8b] $ pdfnup intput.pdf --outfile output.pdf もし --outfileオプションをつけなければできあがったPDFファイルはinput-nup.pdfとなります. pdfpagesパッケージを用いる場合であればプリアンブルに書く内容は --preambleオプションで指定できます. $ pdfnup --preamble '\usepackage{fancyhdr} \pagestyle{fancy}' --outfile output.pdf input.pdf **小冊子 [#t7f7e519] $ pdfbook input.pdf --outfile output.pdf **オプションを自分で指定する. [#he3674eb] $ pdfjam input.pdf --nup 2x1 --a3paper --landscape --outfile output.pdf pdfpagesパッケージを用いる場合であればプリアンブルに書く内容は --preambleオプションで指定できます. $ pdfnup --preamble '\usepackage{fancyhdr} \pagestyle{fancy}' --outfile output.pdf input.pdf **参考 [#h56037f5] -http://www2.warwick.ac.uk/fac/sci/statistics/staff/academic-research/firth/software/pdfjam/