summaryrefslogtreecommitdiff
path: root/macros/latex/contrib/wallpaper/example/example.tex
blob: 9e18f4a039aed532038d85d28944413e91d318da (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[a4paper,11pt]{article}
\usepackage{wallpaper}
\usepackage{color}

\begin{document}
\TileSquareWallPaper{4}{TGTamber}
\section*{An example of square tiles}
\newpage
\ThisTileWallPaper{0.25\paperwidth}{0.5\paperheight}{TGTamber}
\section*{An example of changing the aspect ratio of the tiles on this page}
\newpage
\ThisCenterWallPaper{1.1}{hya}
\color{white}
\section*{Using centered wallpaper here}
\newpage
\ThisCenterWallPaper{0.25}{hya}
\color{black}
\section*{The default (square-tiled) wallpaper overlayed with a centered on this page}
\newpage
\ClearWallPaper
\section*{The wallpaper removed}
\newpage
\ThisURCornerWallPaper{0.25}{TGTamber}
\ThisLLCornerWallPaper{0.5}{TGTamber}
\section*{LLCornerWallpaper and URCornerWallpaper }
\end{document}

%%% Local Variables: 
%%% mode: latex
%%% TeX-master: t
%%% End: