summaryrefslogtreecommitdiff
path: root/macros/latex/contrib/ffslides/bground-example.txt
diff options
context:
space:
mode:
Diffstat (limited to 'macros/latex/contrib/ffslides/bground-example.txt')
-rw-r--r--macros/latex/contrib/ffslides/bground-example.txt12
1 files changed, 12 insertions, 0 deletions
diff --git a/macros/latex/contrib/ffslides/bground-example.txt b/macros/latex/contrib/ffslides/bground-example.txt
new file mode 100644
index 0000000000..fe684c97aa
--- /dev/null
+++ b/macros/latex/contrib/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)
+}