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