summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/tex
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2022-09-19 20:28:15 +0000
committerKarl Berry <karl@freefriends.org>2022-09-19 20:28:15 +0000
commit8e113c535e79ca3a2635bfefbaa29cd4b52a4410 (patch)
treefac84ec30de41238482e74ecb115b2ef04acdc2c /Master/texmf-dist/tex
parent49ccb594a160b1d7cfc9f199c1a610fe990a9551 (diff)
ppt-slides (19sep22)
git-svn-id: svn://tug.org/texlive/trunk@64445 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex')
-rw-r--r--Master/texmf-dist/tex/latex/ppt-slides/ppt-slides.sty8
1 files changed, 4 insertions, 4 deletions
diff --git a/Master/texmf-dist/tex/latex/ppt-slides/ppt-slides.sty b/Master/texmf-dist/tex/latex/ppt-slides/ppt-slides.sty
index 37ef3f2adf0..beb1e866d2a 100644
--- a/Master/texmf-dist/tex/latex/ppt-slides/ppt-slides.sty
+++ b/Master/texmf-dist/tex/latex/ppt-slides/ppt-slides.sty
@@ -21,7 +21,7 @@
% SOFTWARE.
\NeedsTeXFormat{LaTeX2e}
-\ProvidesPackage{ppt-slides}[2022/09/15 0.1.4 Slide Decks à la Power Point]
+\ProvidesPackage{ppt-slides}[2022/09/19 0.1.5 Slide Decks à la Power Point]
\RequirePackage{pgfopts}
\makeatletter
@@ -32,7 +32,7 @@
template/.default = 9x6,
scheme/.estore in = \ppt@scheme,
directory/.estore in = \ppt@directory,
- directory/.default = .,
+ directory/.default = ,
nominutes/.estore in = \ppt@nominutes,
directory
}
@@ -40,14 +40,14 @@
\makeatother
\makeatletter\ifdefined\ppt@template
- \input{\ppt@directory/ppt-templates/ppt-\ppt@template.tex}
+ \input{\ppt@directory ppt-templates/ppt-\ppt@template.tex}
\else
\message{^^Jppt: No template is loaded, because 'template' option is not specified}
\fi\makeatother
\makeatletter\ifdefined\ppt@scheme
\RequirePackage{xcolor}
- \input{\ppt@directory/ppt-schemes/ppt-\ppt@scheme.tex}
+ \input{\ppt@directory ppt-schemes/ppt-\ppt@scheme.tex}
\else
\message{^^Jppt: No color scheme is loaded, because 'scheme' option is not specified}
\fi\makeatother