summaryrefslogtreecommitdiff
path: root/macros/latex/contrib/ppt-slides/ppt-slides.sty
diff options
context:
space:
mode:
Diffstat (limited to 'macros/latex/contrib/ppt-slides/ppt-slides.sty')
-rw-r--r--macros/latex/contrib/ppt-slides/ppt-slides.sty8
1 files changed, 4 insertions, 4 deletions
diff --git a/macros/latex/contrib/ppt-slides/ppt-slides.sty b/macros/latex/contrib/ppt-slides/ppt-slides.sty
index 37ef3f2adf..beb1e866d2 100644
--- a/macros/latex/contrib/ppt-slides/ppt-slides.sty
+++ b/macros/latex/contrib/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