Skip to content

Instantly share code, notes, and snippets.

@logc
Created February 13, 2019 09:42
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save logc/80ad5ba9d1940d417a2a243d6f7ca7d8 to your computer and use it in GitHub Desktop.
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
\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