diff options
author | Karl Berry <karl@freefriends.org> | 2007-03-13 22:57:30 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2007-03-13 22:57:30 +0000 |
commit | 7528bed5b6dc85d8d97044a2ad1ea49a55b96a90 (patch) | |
tree | 60e6c5a19888dc3ac915c729eb139f4f86ec1151 /Master/texmf-dist/tex/latex/beamer/multimedia | |
parent | 08117c08874292787f9823c3064dbb2acc9b8cf4 (diff) |
beamer 3.07 (12mar07)
git-svn-id: svn://tug.org/texlive/trunk@4030 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex/latex/beamer/multimedia')
-rw-r--r-- | Master/texmf-dist/tex/latex/beamer/multimedia/multimedia.sty | 16 | ||||
-rw-r--r-- | Master/texmf-dist/tex/latex/beamer/multimedia/multimediasymbols.sty | 38 |
2 files changed, 31 insertions, 23 deletions
diff --git a/Master/texmf-dist/tex/latex/beamer/multimedia/multimedia.sty b/Master/texmf-dist/tex/latex/beamer/multimedia/multimedia.sty index 83cdc0f6934..413e2921fa3 100644 --- a/Master/texmf-dist/tex/latex/beamer/multimedia/multimedia.sty +++ b/Master/texmf-dist/tex/latex/beamer/multimedia/multimedia.sty @@ -1,13 +1,17 @@ -% $Header: /cvsroot/latex-beamer/latex-beamer/extensions/multimedia/multimedia.sty,v 1.3 2004/10/07 20:53:07 tantau Exp $ +% Copyright 2007 by Till Tantau +% +% This file may be distributed and/or modified +% +% 1. under the LaTeX Project Public License and/or +% 2. under the GNU Public License. +% +% See the file doc/licenses/LICENSE for more details. + +% $Header: /cvsroot/latex-beamer/latex-beamer/extensions/multimedia/multimedia.sty,v 1.4 2007/01/28 20:48:23 tantau Exp $ \ProvidesPackage{multimedia}[2004/04/10 ver 0.01] \NeedsTeXFormat{LaTeX2e}[1995/12/01] -% Copyright 2003 by Till Tantau <tantau@users.sourceforge.net>. -% -% This program can be redistributed and/or modified under the terms -% of the GNU Public License, version 2. - \RequirePackage{keyval}[1997/11/10] diff --git a/Master/texmf-dist/tex/latex/beamer/multimedia/multimediasymbols.sty b/Master/texmf-dist/tex/latex/beamer/multimedia/multimediasymbols.sty index 44657bcea24..835d867f694 100644 --- a/Master/texmf-dist/tex/latex/beamer/multimedia/multimediasymbols.sty +++ b/Master/texmf-dist/tex/latex/beamer/multimedia/multimediasymbols.sty @@ -1,11 +1,15 @@ +% Copyright 2007 by Till Tantau +% +% This file may be distributed and/or modified +% +% 1. under the LaTeX Project Public License and/or +% 2. under the GNU Public License. +% +% See the file doc/licenses/LICENSE for more details. + \ProvidesPackage{multimediasymbols}[2004/04/10 ver 0.01] \NeedsTeXFormat{LaTeX2e}[1995/12/01] -% Copyright 2003 by Till Tantau <tantau@users.sourceforge.net>. -% -% This program can be redistributed and/or modified under the terms -% of the GNU Public License, version 2. - \RequirePackage{keyval} \RequirePackage{pgf} @@ -17,20 +21,20 @@ \begin{pgfpicture}{-.1ex}{0pt}{2.1ex}{1.5ex} \pgfsetroundjoin \pgfsetroundcap - \pgfpathmoveto{\pgfpoint{0cm}{.5\pgfex}} - \pgfpathlineto{\pgfpoint{.5\pgfex}{.5\pgfex}} - \pgfpathlineto{\pgfpoint{\pgfex}{0pt}} - \pgfpathlineto{\pgfpoint{\pgfex}{1.5\pgfex}} - \pgfpathlineto{\pgfpoint{.5\pgfex}{\pgfex}} - \pgfpathlineto{\pgfpoint{0pt}{\pgfex}} + \pgfpathmoveto{\pgfpoint{0cm}{.5ex}} + \pgfpathlineto{\pgfpoint{.5ex}{.5ex}} + \pgfpathlineto{\pgfpoint{ex}{0pt}} + \pgfpathlineto{\pgfpoint{ex}{1.5ex}} + \pgfpathlineto{\pgfpoint{.5ex}{ex}} + \pgfpathlineto{\pgfpoint{0pt}{ex}} \pgfpathclose \mm@action - \pgfpathmoveto{\pgfpoint{1.25\pgfex}{.5\pgfex}} - \pgfpathcurveto{\pgfpoint{1.4\pgfex}{.6\pgfex}}{\pgfpoint{1.4\pgfex}{.9\pgfex}}{\pgfpoint{1.25\pgfex}{1\pgfex}} - \pgfpathmoveto{\pgfpoint{1.5\pgfex}{.25\pgfex}} - \pgfpathcurveto{\pgfpoint{1.7\pgfex}{.5\pgfex}}{\pgfpoint{1.7\pgfex}{1\pgfex}}{\pgfpoint{1.5\pgfex}{1.25\pgfex}} - \pgfpathmoveto{\pgfpoint{1.75\pgfex}{0pt}} - \pgfpathcurveto{\pgfpoint{2\pgfex}{.25\pgfex}}{\pgfpoint{2\pgfex}{1.25\pgfex}}{\pgfpoint{1.75\pgfex}{1.5\pgfex}} + \pgfpathmoveto{\pgfpoint{1.25ex}{.5ex}} + \pgfpathcurveto{\pgfpoint{1.4ex}{.6ex}}{\pgfpoint{1.4ex}{.9ex}}{\pgfpoint{1.25ex}{1ex}} + \pgfpathmoveto{\pgfpoint{1.5ex}{.25ex}} + \pgfpathcurveto{\pgfpoint{1.7ex}{.5ex}}{\pgfpoint{1.7ex}{1ex}}{\pgfpoint{1.5ex}{1.25ex}} + \pgfpathmoveto{\pgfpoint{1.75ex}{0pt}} + \pgfpathcurveto{\pgfpoint{2ex}{.25ex}}{\pgfpoint{2ex}{1.25ex}}{\pgfpoint{1.75ex}{1.5ex}} \pgfusepath{stroke} \end{pgfpicture}} |