Created
February 13, 2019 09:42
-
-
Save logc/80ad5ba9d1940d417a2a243d6f7ca7d8 to your computer and use it in GitHub Desktop.
Reorder pages of a PDF file so that it can be printed as a booklet
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
\documentclass{scrartcl} | |
\usepackage{pdfpages} | |
\begin{document} | |
%% Edit the name of the PDF file | |
\includepdf[pages=-,booklet,landscape]{another.pdf} | |
\end{document} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment