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.
29 lines
824 B
29 lines
824 B
%
|
|
% forksand-it-manual-thumbnail.tex
|
|
% Create thumbnail images of PDF pages
|
|
%
|
|
% Fork Sand IT Manual
|
|
%
|
|
% Copyright (C) 2018, Fork Sand, Inc.
|
|
% Copyright (C) 2017, Jeff Moe
|
|
%
|
|
% 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}
|
|
\usepackage[paperwidth=22.86cm, paperheight=30.48cm,dvips=false,pdftex=false,vtex=false]{geometry}
|
|
\usepackage[final]{pdfpages}
|
|
\usepackage{pdflscape}
|
|
\usepackage{thumbpdf}
|
|
\begin{document}
|
|
\includepdf[nup=2x4,pages={{},-},landscape]{forksand-it-manual.pdf}
|
|
\end{document}
|
|
|