From a490ec665932a1db0f08a98eacea1bf799256db8 Mon Sep 17 00:00:00 2001 From: Norbert Preining Date: Mon, 11 Jun 2018 12:40:23 +0900 Subject: add aeb-tilebg --- .../aeb-tilebg/examples/tilebg_tst_layers.tex | 60 ++++++++++++++++++++++ 1 file changed, 60 insertions(+) create mode 100644 texmf-dist/doc/latex/aeb-tilebg/examples/tilebg_tst_layers.tex (limited to 'texmf-dist/doc/latex/aeb-tilebg/examples/tilebg_tst_layers.tex') diff --git a/texmf-dist/doc/latex/aeb-tilebg/examples/tilebg_tst_layers.tex b/texmf-dist/doc/latex/aeb-tilebg/examples/tilebg_tst_layers.tex new file mode 100644 index 00000000..eed9b746 --- /dev/null +++ b/texmf-dist/doc/latex/aeb-tilebg/examples/tilebg_tst_layers.tex @@ -0,0 +1,60 @@ +\documentclass{article} +\usepackage[ + graphicxsp,uselayers, + web={tight,designiv,usetemplates} +]{aeb_pro} +\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} +\def\webversion{\textcolor{webbrown}{www.acrotex.net}} +\revisionLabel{Prepared:} +\versionLabel{} + +% +% If you want to construct a screen size that exactly fits +% seven rows and five columns, follow the instructions in the +% file tilebg_blank.tex, then remove the designiv from the optional +% parameter list above, then uncomment the \autosetScreensizeWithMargins +% line below. LaTeX and build the file. There should be seven rows and five +% columns exactly. +% +\embedEPS[transparencyGroup]{bike}{tile/bike_10} +\placeTilesinLayers{initState=on,print=never} +\setTileBgGraphic[name=bike,transparency={/ca .3},scale=.25]{tile/bike_10} +\autosetScreensizeWithMargins{7}{5}{.25in}{.25in}{24pt}{.25in} +%\disableTiling + +% +% The method below can be used to specify a page range of +% over which the file is inserted, and can be used several times +% to add different backgrounds to the same document as well. +% +%\begin{docassembly} +%var _thisPath = /.*\//i.exec(this.path)[0]; // get path to this file. +%\addWatermarkFromFile({ +% bOnTop:false, +% cDIPath:_thisPath+"bike_bg.pdf" +%}); +%\executeSave(); +%\end{docassembly} + +\parindent0pt\parskip\medskipamount + +\begin{document} + +\maketitle + +% +% Change the number of iterations below, build the file +% and observe the file size. As the number of pages increases +% the file size does not increase much. The graphic is re-used. +% +\multido{\i=1+1}{4}{\null\newpage} + + +\end{document} -- cgit v1.2.3