summaryrefslogtreecommitdiff
path: root/macros/latex/contrib/ppt-slides
diff options
context:
space:
mode:
authorNorbert Preining <norbert@preining.info>2023-09-09 03:01:08 +0000
committerNorbert Preining <norbert@preining.info>2023-09-09 03:01:08 +0000
commit802cff464fb0c30783078dd27c9615c8b3500af3 (patch)
tree9f5a93cbe48a24067cd1dbd9f2eefa9ba044cd2f /macros/latex/contrib/ppt-slides
parent608e422a8e775ac4d1c23c80b4170776701680d5 (diff)
CTAN sync 202309090301
Diffstat (limited to 'macros/latex/contrib/ppt-slides')
-rw-r--r--macros/latex/contrib/ppt-slides/LICENSE.txt2
-rw-r--r--macros/latex/contrib/ppt-slides/ppt-slides.dtx13
-rw-r--r--macros/latex/contrib/ppt-slides/ppt-slides.pdfbin932994 -> 932902 bytes
3 files changed, 7 insertions, 8 deletions
diff --git a/macros/latex/contrib/ppt-slides/LICENSE.txt b/macros/latex/contrib/ppt-slides/LICENSE.txt
index 463e7d252d..5744f745f0 100644
--- a/macros/latex/contrib/ppt-slides/LICENSE.txt
+++ b/macros/latex/contrib/ppt-slides/LICENSE.txt
@@ -1,6 +1,6 @@
(The MIT License)
-Copyright (c) 2022 Yegor Bugayenko
+Copyright (c) 2021-2023 Yegor Bugayenko
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the 'Software'), to deal
diff --git a/macros/latex/contrib/ppt-slides/ppt-slides.dtx b/macros/latex/contrib/ppt-slides/ppt-slides.dtx
index ba92737063..515a43cd9b 100644
--- a/macros/latex/contrib/ppt-slides/ppt-slides.dtx
+++ b/macros/latex/contrib/ppt-slides/ppt-slides.dtx
@@ -50,7 +50,7 @@
%<package>\NeedsTeXFormat{LaTeX2e}
%<package>\ProvidesPackage{ppt-slides}
%<*package>
-[2023-08-29 0.2.2 Slide Decks a la Power Point]
+[2023-09-08 0.2.3 Slide Decks a la Power Point]
%</package>
%<*driver>
\documentclass{ltxdoc}
@@ -440,7 +440,7 @@
\newcommand\pptBanner[2][green]{%
\par%
{\setlength{\fboxsep}{6pt}%
- \colorbox{#1}{\color{\thepagecolor}\large #2}}
+ \colorbox{#1}{\color{\thepagecolor}\large #2}}%
\par%
}
% \end{macrocode}
@@ -488,7 +488,7 @@
% \begin{macrocode}
\newcommand\pptTitle[2]{%
{\pptBanner{\Huge #1}}%
- \def\param{#1}%
+ \def\param{#2}%
\ifx\param\empty\else%
{\pptBanner{\large #2}}%
\fi%
@@ -601,10 +601,9 @@
\begin{pptMiddle}%
\tikz{%
\node [inner sep=18pt] (z) {%
- \begin{varwidth}{0.8\textwidth}
- \Large
- #1
- \end{varwidth}
+ \begin{varwidth}{0.8\textwidth}%
+ \Large #1%
+ \end{varwidth}%
};
\path [draw=green,line width=8pt] (z.north west) -- (z.south west);
}%
diff --git a/macros/latex/contrib/ppt-slides/ppt-slides.pdf b/macros/latex/contrib/ppt-slides/ppt-slides.pdf
index b1097df20e..7b23a4fc98 100644
--- a/macros/latex/contrib/ppt-slides/ppt-slides.pdf
+++ b/macros/latex/contrib/ppt-slides/ppt-slides.pdf
Binary files differ