summaryrefslogtreecommitdiff
path: root/texmf-dist/doc/latex/opacity-pro/examples/opcolorbox-tiling.tex
blob: 8daac81394c22aa0bbae18eabdc82d704ff4051c (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
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
\documentclass{article}
\usepackage{graphicxsp}
\usepackage[tight,designiv,usetemplates,usesf]{web}
\usepackage{aeb_tilebg}
\usepackage{digicap-pro}

\title{The \textsf{Opacity Pro} Package
    \texorpdfstring{\\\cs{opcolorbox}, Transparency, Tiling}
        {: \textbackslash{opcolorbox}, Transparency, Tiling}}
\author{D. P. Story}
\subject{Test file for digicap-ro}
\keywords{LaTeX, Web package, tiled backgrounds, Adobe Acrobat, opacity-pro}
\university{Acro\negthinspace\TeX.Net}
\email{dpstory@acrotex.net}
\def\webversion{\textcolor{webbrown}{www.acrotex.net}}
\revisionLabel{Prepared:}
\versionLabel{}

\graphicspath{{./digis}}

\embedEPS[transparencyGroup]{cle_ind_back}{bg_cle_tile}

\newcommand{\cs}[1]{\texttt{\char`\\#1}}

\parindent0pt\parskip\medskipamount


\begin{document}

\maketitle

\newpage

\setTileBgGraphic[hiresbb,scale=.4,name=cle_ind_back]{\null}

\null\vskip-\baselineskip\vfil

\begin{center}
    \opcolorbox[%
      borderwidth=4pt,
      fboxsep=10pt,
      width=0.75\linewidth,
      bordercolor=blue,      % bordercolor=named color | nocolor, default blue
      bgcolor=white,         % bgcolor=named color | nocolor, default white
      borderop=.5,
      bgop=.4,
    ]{%
        \parskip6pt\bfseries Someone asked me if the border could be
        made transparent. On first blush, I said, ``No! Not at this
        time.'' The latter phrase I threw in to cover myself in case
        the answer is ``Yes!''
     }
\end{center}

\end{document}