diff options
author | Karl Berry <karl@freefriends.org> | 2009-12-11 01:07:54 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2009-12-11 01:07:54 +0000 |
commit | 279ad885ad0332388fc06cf11d40c1c9055fac88 (patch) | |
tree | c4fd11dd0f968c7fe5711e7a4bb07e2b92befeda | |
parent | 7ad1217a0a98c2ff8f755442c9cf6c13838b1738 (diff) |
context-simpleslides update (8dec09)
git-svn-id: svn://tug.org/texlive/trunk@16354 c570f23f-e606-0410-a88d-b1316a301751
-rw-r--r-- | Master/texmf-dist/tex/context/third/simpleslides/simpleslides-s-BoxedTitle.tex | 12 | ||||
-rw-r--r-- | Master/texmf-dist/tex/context/third/simpleslides/simpleslides-s-default.tex | 14 |
2 files changed, 13 insertions, 13 deletions
diff --git a/Master/texmf-dist/tex/context/third/simpleslides/simpleslides-s-BoxedTitle.tex b/Master/texmf-dist/tex/context/third/simpleslides/simpleslides-s-BoxedTitle.tex index 8a1a97fc6e0..c2d3211fbf8 100644 --- a/Master/texmf-dist/tex/context/third/simpleslides/simpleslides-s-BoxedTitle.tex +++ b/Master/texmf-dist/tex/context/third/simpleslides/simpleslides-s-BoxedTitle.tex @@ -12,7 +12,7 @@ %D This file provides the \quotation{BoxedTitle} style for the presentation %D module. It is loaded at runtime. -%D + \writestatus{simpleslides}{loading style BoxedTitle} \startmodule[simpleslides-s-BoxedTitle] @@ -43,9 +43,9 @@ %D These macros are used for placing figures/pictures: \define\NormalHeight {\textheight} -\define\NormalWidth {.476\textwidth} +\define\NormalWidth {.45\textwidth} \define\PictureFrameHeight {\textheight} -\define\PictureFrameWidth {.476\textwidth} +\define\PictureFrameWidth {.45\textwidth} \setupframed[simpleslides:framed] [background={BoxedTitle:Title}] @@ -154,13 +154,13 @@ circular_shade(p,0,\MPcolor{simpleslides:contrastcolor},\MPcolor{simpleslides:va \bgroup}, \c!after={\egroup\vfill}, \c!title\c!style={\switchtobodyfont[\TitleSize]}, - \c!title\c!color=, + \c!title\c!color=simpleslides:backgroundcolor, \c!title\c!align=,%\v!middle, \c!author\c!style=, - \c!author\c!color=, + \c!author\c!color=simpleslides:backgroundcolor, \c!author\c!align=,%\v!middle, \c!date\c!style=, - \c!date\c!color=, + \c!date\c!color=simpleslides:backgroundcolor, \c!date\c!align=,%\v!middle, \c!before\c!title=, \c!before\c!author=, diff --git a/Master/texmf-dist/tex/context/third/simpleslides/simpleslides-s-default.tex b/Master/texmf-dist/tex/context/third/simpleslides/simpleslides-s-default.tex index 08da947b477..8cd47921369 100644 --- a/Master/texmf-dist/tex/context/third/simpleslides/simpleslides-s-default.tex +++ b/Master/texmf-dist/tex/context/third/simpleslides/simpleslides-s-default.tex @@ -181,7 +181,7 @@ \def\simpleslidestitlecomponent#1% {\simpleslidestitleparameter{\c!before#1} \startalignment[\simpleslidestitleparameter{#1\c!align}] - \doattributes{\??md:simpleslides:title:}{#1\c!style}{#1\c!color} + \doattributes{\??vars:simpleslides:title:}{#1\c!style}{#1\c!color} {\getvariable{simpleslides:title}{#1}} \stopalignment \simpleslidestitleparameter{\c!after#1}} @@ -197,7 +197,7 @@ \null \simpleslidestitleparameter\c!before \startalignment[\simpleslidestitleparameter\c!align] - \dostartattributes{\??md:simpleslides:title:}\c!headstyle\c!headcolor + \dostartattributes{\??vars:simpleslides:title:}\c!style\c!color \simpleslidestitlecomponent\c!title \simpleslidestitlecomponent\c!author \simpleslidestitlecomponent\c!date @@ -272,7 +272,7 @@ {\page[\simpleslidesslidetitleparameter\c!page]% \simpleslidesslidetitleparameter\c!before \startalignment[\simpleslidesslidetitleparameter\c!align] - \doattributes{\??md:simpleslides:slidetitle:}\c!style\c!color{#1}% + \doattributes{\??vars:simpleslides:slidetitle:}\c!style\c!color{#1}% \stopalignment \simpleslidesslidetitleparameter\c!after} @@ -287,7 +287,7 @@ [\c!width=\simpleslidesslidetitleparameter\c!width, \c!height=\simpleslidesslidetitleparameter\c!height, \c!align=\simpleslidesslidetitleparameter\c!align] - {\doattributes{\??md:simpleslides:slidetitle:}\c!style\c!color{#1}}}% + {\doattributes{\??vars:simpleslides:slidetitle:}\c!style\c!color{#1}}}% \simpleslidesslidetitleparameter\c!after} @@ -334,7 +334,7 @@ {\setvariables[simpleslides:picture] [highlight=\v!no, steps=5, - opacity=0.5, + opacity=0.4, \c!x\c!scale=couple, \c!y\c!scale=couple, \c!width=,\c!height=,#1]} @@ -354,7 +354,7 @@ \c!y\c!scale=couple, length=2cm, direction=0, - opacity=0.5, + opacity=0.4, shadow=\v!no, shadow\c!color=black, verticalbackground=none, @@ -667,7 +667,7 @@ save shadow_thickness ; numeric shadow_thickness ; - shadow_thickness := 2.7\simpleslidesPictureParameter\c!rulethickness ; + shadow_thickness := 1.5 * \simpleslidesPictureParameter\c!rulethickness ; def shadow_draw = draw enddef ; |