summaryrefslogtreecommitdiff
path: root/texmf-dist/doc/latex/aeb-tilebg/examples/tilebg_blank.tex
blob: bdcbe0c0f87b537489e62d57991149a115885e22 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
\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}