Created
October 22, 2010 16:29
-
-
Save m040601/640891 to your computer and use it in GitHub Desktop.
This file contains 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[21pt]{scrartcl} | |
\usepackage[]{forloop} | |
\usepackage[]{blindtext} | |
\setlength{\parindent}{0pt} | |
\usepackage[]{lmodern} | |
\newcounter{ct} | |
\usepackage{pgfpages} | |
\edef\pgfpageoptionheight{\the\paperwidth} % landscaped by default | |
\edef\pgfpageoptionwidth{\the\paperheight} | |
\def\pgfpageoptionborder{0pt} | |
\def\pgfpageoptionfirstshipout{1} | |
\pgfpagesphysicalpageoptions | |
{% | |
logical pages=8,% | |
physical height=\pgfpageoptionheight,% | |
physical width=\pgfpageoptionwidth,% | |
current logical shipout=\pgfpageoptionfirstshipout% | |
} | |
\pgfpageslogicalpageoptions{1} | |
{% | |
border shrink=\pgfpageoptionborder,% | |
resized width=.25\pgfphysicalwidth,% | |
border code=\pgfusepath{stroke},% | |
resized height=0.5\pgfphysicalheight,% | |
center=\pgfpoint{.875\pgfphysicalwidth}{.75\pgfphysicalheight}% | |
}% | |
\pgfpageslogicalpageoptions{2} | |
{% | |
border shrink=\pgfpageoptionborder,% | |
resized width=.25\pgfphysicalwidth,% | |
border code=\pgfusepath{stroke},% | |
rotation=180,% | |
resized height=0.5\pgfphysicalheight,% | |
center=\pgfpoint{.875\pgfphysicalwidth}{.25\pgfphysicalheight}% | |
}% | |
\pgfpageslogicalpageoptions{3} | |
{% | |
border shrink=\pgfpageoptionborder,% | |
resized width=.25\pgfphysicalwidth,% | |
border code=\pgfusepath{stroke},% | |
rotation=180,% | |
resized height=0.5\pgfphysicalheight,% | |
center=\pgfpoint{.625\pgfphysicalwidth}{.25\pgfphysicalheight}% | |
}% | |
\pgfpageslogicalpageoptions{4} | |
{% | |
border shrink=\pgfpageoptionborder,% | |
resized width=.25\pgfphysicalwidth,% | |
border code=\pgfusepath{stroke},% | |
rotation=180,% | |
resized height=0.5\pgfphysicalheight,% | |
center=\pgfpoint{.375\pgfphysicalwidth}{.25\pgfphysicalheight}% | |
}% | |
\pgfpageslogicalpageoptions{5} | |
{% | |
border shrink=\pgfpageoptionborder,% | |
resized width=.25\pgfphysicalwidth,% | |
border code=\pgfusepath{stroke},% | |
rotation=180,% | |
resized height=0.5\pgfphysicalheight,% | |
center=\pgfpoint{.125\pgfphysicalwidth}{.25\pgfphysicalheight}% | |
}% | |
\pgfpageslogicalpageoptions{6} | |
{% | |
border shrink=\pgfpageoptionborder,% | |
resized width=.25\pgfphysicalwidth,% | |
border code=\pgfusepath{stroke},% | |
resized height=0.5\pgfphysicalheight,% | |
center=\pgfpoint{.125\pgfphysicalwidth}{.75\pgfphysicalheight}% | |
}% | |
\pgfpageslogicalpageoptions{7} | |
{% | |
border shrink=\pgfpageoptionborder,% | |
resized width=.25\pgfphysicalwidth,% | |
border code=\pgfusepath{stroke},% | |
resized height=0.5\pgfphysicalheight,% | |
center=\pgfpoint{.375\pgfphysicalwidth}{.75\pgfphysicalheight}% | |
}% | |
\pgfpageslogicalpageoptions{8} | |
{% | |
border shrink=\pgfpageoptionborder,% | |
resized width=.25\pgfphysicalwidth,% | |
border code=\pgfusepath{stroke},% | |
resized height=0.5\pgfphysicalheight,% | |
center=\pgfpoint{.625\pgfphysicalwidth}{.75\pgfphysicalheight}% | |
}% | |
\begin{document} | |
bla bla bla text goes here | |
bla bla bla text goes here | |
bla bla bla text goes here | |
bla bla bla text goes here | |
bla bla bla text goes here | |
bla bla bla text goes here | |
\forloop{ct}{1}{\value{ct}ndtext | |
\clearpage | |
} | |
\end{document} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment