\documentclass{article} \usepackage[designiv,tight,usetemplates]{web} % dvipsone, dvips, pdftex, \usepackage{aeb_tilebg} \title{Creating Tiled Backgrounds} \author{D. P. Story} \subject{Test file for the AcroTeX eDucation Bundle} \keywords{LaTeX, Web package, tiled backgrounds, Adobe Acrobat} \university{Acro\negthinspace\TeX.Net} \email{dpstory@acrotex.net} \graphicspath{{tile/}} \setTileBgGraphic[scale=.25]{./bike_10} % Uncomment the code below, remove the designiv specification above, % latex and build this document into a PDF and save as bike_bg.pdf. % The page size will be automatically adjusted to fit 7 rows and 5 columns. % Then read the comments in the file tilebg_tst_pro.tex % n_rows, n_columns, left,right,top, bottom % \autosetScreensizeWithMargins{7}{5}{.25in}{.25in}{24pt}{.25in} \pagestyle{empty} %\disableTiling \begin{document} \multido{\i=1+1}{1}{\null\newpage} \end{document}