summaryrefslogtreecommitdiff
path: root/texmf-dist/doc/latex/aeb-tilebg/examples/tilebg_blank.tex
diff options
context:
space:
mode:
Diffstat (limited to 'texmf-dist/doc/latex/aeb-tilebg/examples/tilebg_blank.tex')
-rw-r--r--texmf-dist/doc/latex/aeb-tilebg/examples/tilebg_blank.tex31
1 files changed, 31 insertions, 0 deletions
diff --git a/texmf-dist/doc/latex/aeb-tilebg/examples/tilebg_blank.tex b/texmf-dist/doc/latex/aeb-tilebg/examples/tilebg_blank.tex
new file mode 100644
index 00000000..bdcbe0c0
--- /dev/null
+++ b/texmf-dist/doc/latex/aeb-tilebg/examples/tilebg_blank.tex
@@ -0,0 +1,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}