You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

43 lines
1.7 KiB

% forksand-letterhead-notepad.tex
% Create thumbnail images of PDF pages
%
% Fork Sand Letterhead for Notepads
%
% Copyright (C) 2018, Fork Sand, Inc.
%
% Document template:
% Copyright (C) 2018, Fork Sand, Inc.
% Copyright (C) 2017, Jeff Moe
% Copyright (C) 2011, 2012, 2013, 2014, 2015, 2016, 2017 Aleph Objects, Inc.
% Copyright (C) 2009, 2010 Jeff Moe
%
% This document is licensed under the Creative Commons Attribution 4.0
% International Public License (CC BY-SA 4.0) by Fork Sand, Inc.
%
\documentclass[twoside]{minimal}
% A4? Size Paper
%\usepackage[paperwidth=22.86cm, paperheight=30.48cm,dvips=false,pdftex=false,vtex=false]{geometry}
% Letter Size Paper
\usepackage[paperwidth=21.59cm, paperheight=27.94cm,dvips=false,pdftex=false,vtex=false]{geometry}
\usepackage[final]{pdfpages}
\usepackage{pdflscape}
\usepackage{thumbpdf}
\begin{document}
% Works, but needs to be moved to top, not centered
%\includepdf[nup=1x2,pages={1,1},landscape]{forksand-letterhead.pdf}
% Same as above, ok, with defaults
%\includepdf[nup=1x2,pages={1,1},landscape=true,noautoscale=false,fitpaper=false]{forksand-letterhead.pdf}
% Good, new way to do pages.
%\includepdf[nup=1x2,pages={-},landscape=true,noautoscale=false,fitpaper=false,doublepages=true]{forksand-letterhead.pdf}
\includepdf[nup=2x2,pages={1,1,1,1},landscape=false,noautoscale=false,fitpaper=true,offset=0mm 0mm]{forksand-letterhead.pdf}
% foo
%\includepdf[nup=1x2,pages={1,1},landscape=false,noautoscale=false,fitpaper=true]{forksand-letterhead.pdf}
% ok, but small centered, Portrait, should be landscape.
%\includepdf[nup=2x1,pages={1,1},landscape=false,noautoscale=false,fitpaper=true]{forksand-letterhead.pdf}
\end{document}