summaryrefslogtreecommitdiff
path: root/texmf-dist/doc/latex/opacity-pro/examples/op2.tex
blob: b2a6d82265f9dfd204eab0be398679736cf9772d (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
\documentclass{article}
\usepackage{opacity-pro}
\usepackage[usetemplates]{web}

\thispagestyle{empty}

\margins{.25in}{.25in}{24pt}{.25in}
\setScreensizeFromGraphic[scale=3,hiresbb]{digis/grandcanyon}
\template[hiresbb]{digis/grandcanyon}

%
% We use a web feature of inserting a background picture, just to get a
% colorful background. Then use graphicx to insert a graphics file with
% some transparency of 0.2.
%

\begin{document}

\begin{center}
\begin{settransparency}{.2}{}\relax
  \includegraphics{digis/adobedon}\sffamily\Huge\bfseries\\[3pt]\settransparency{.3}{}{D P S}
\end{settransparency}
\end{center}

\end{document}