diff options
author | Karl Berry <karl@freefriends.org> | 2012-11-20 01:05:43 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2012-11-20 01:05:43 +0000 |
commit | 93227a8a3bca9a4c4c9cd2a4514c5582c0c2cc9c (patch) | |
tree | 652dc28b1b4789310cf40fd30a318ef5d65aed27 /Master/texmf-dist/tex/context/third/simpleslides/simpleslides-s-Boxed.tex | |
parent | b32ce7e0896b7e5b0b4fa40e944cb98a9dc5d878 (diff) |
context-simpleslides (19nov12)
git-svn-id: svn://tug.org/texlive/trunk@28300 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex/context/third/simpleslides/simpleslides-s-Boxed.tex')
-rw-r--r-- | Master/texmf-dist/tex/context/third/simpleslides/simpleslides-s-Boxed.tex | 30 |
1 files changed, 25 insertions, 5 deletions
diff --git a/Master/texmf-dist/tex/context/third/simpleslides/simpleslides-s-Boxed.tex b/Master/texmf-dist/tex/context/third/simpleslides/simpleslides-s-Boxed.tex index cec57643210..17c3ed506d7 100644 --- a/Master/texmf-dist/tex/context/third/simpleslides/simpleslides-s-Boxed.tex +++ b/Master/texmf-dist/tex/context/third/simpleslides/simpleslides-s-Boxed.tex @@ -28,7 +28,9 @@ leftmargindistance=1cm, rightmargindistance=0cm, header=2.8cm, - footer=1cm, + bottomspace=0.4cm, + bottom=1cm, + footer=0cm, topspace=.7cm, backspace=2cm, location=singlesided] @@ -58,6 +60,24 @@ \definecolor [simpleslides:variantcolor] [yellow] \definecolor [simpleslides:itemize:color] [simpleslides:contrastcolor] +\definevisualcounter + [simpleslides:squarescounter] + [markers] + [counter=userpage, + distance={(\the\dimexpr\visualcounterparameter{maxwidth})/(max(m-1,1)) - width}, + path=unitcircle, + maxwidth=\textwidth, + height=0.5cm, + width=0.5cm] + +\definepalet[visualcounter:markers] + [active=simpleslides:variantcolor, + future=simpleslides:backgroundcolor, + past=simpleslides:backgroundcolor] + +\setupbottomtexts[\usevisualcounter{simpleslides:squarescounter}] + + %D We let Metapost calculate the background: \startuniqueMPgraphic{simpleslides:MP:horizontal} @@ -142,14 +162,14 @@ StopPage [simpleslides:background:title] [\useMPgraphic{simpleslides:MP:horizontal}] -\defineoverlay - [simpleslides:background:ornament] - [\useMPgraphic{simpleslides:MP:ornament}] +% \defineoverlay +% [simpleslides:background:ornament] +% [\useMPgraphic{simpleslides:MP:ornament}] %D The title page: \setupTitle - [\c!headcolor={simpleslides:contrastcolor}] + [\c!color={simpleslides:contrastcolor}] %D The slide title is typeset in a layer |