summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/ffslides/bground-example.txt
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2015-11-19 22:41:12 +0000
committerKarl Berry <karl@freefriends.org>2015-11-19 22:41:12 +0000
commit2f872d852a052b88a4c3c7e3442b63c3185d3770 (patch)
treed93561c3d08d0f21246e48174f7d31e4517700b9 /Master/texmf-dist/doc/latex/ffslides/bground-example.txt
parent423cfd0159a8bdd966cfa8320cd6d960916204ab (diff)
ffslides (19nov15)
git-svn-id: svn://tug.org/texlive/trunk@38895 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/latex/ffslides/bground-example.txt')
-rw-r--r--Master/texmf-dist/doc/latex/ffslides/bground-example.txt12
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)
+}