diff options
Diffstat (limited to 'Master/texmf-dist/doc/latex/ffslides/bground-example.txt')
-rw-r--r-- | Master/texmf-dist/doc/latex/ffslides/bground-example.txt | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/Master/texmf-dist/doc/latex/ffslides/bground-example.txt b/Master/texmf-dist/doc/latex/ffslides/bground-example.txt new file mode 100644 index 00000000000..fe684c97aa9 --- /dev/null +++ b/Master/texmf-dist/doc/latex/ffslides/bground-example.txt @@ -0,0 +1,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) +} |