summaryrefslogtreecommitdiff
path: root/macros/latex/contrib/ffslides/bground-example.txt
blob: fe684c97aa9ef879b2a915c6056f11cc644c5e39 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
\newcommand{\drawbackground}{%
  %requires colors docbgcolor1, docbgcolor2 to be defined.
  \psframe[fillstyle=ccslope,
           slopebegin=docbgcolor2,
           slopeend=docbgcolor1,
           slopecenter=.9 .25,
           linewidth=0pt,
           linestyle=none](-0.05,-0.05)(1,1)
  \psframe[fillstyle=solid,
           fillcolor=white,
           framearc=0.025](.025, 0.1)(.975, 0.94)
}