summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2023-09-09 20:08:59 +0000
committerKarl Berry <karl@freefriends.org>2023-09-09 20:08:59 +0000
commit1ca4127aaa455ac03822af20d0b565a2fb6f8e18 (patch)
treed0c7a4258bfbd30b01dcf001e2f42ac5091e7510
parentbde13253b2a25dcf8697842b3b76e7e6f2520aa2 (diff)
ppt-slides (9sep23)
git-svn-id: svn://tug.org/texlive/trunk@68221 c570f23f-e606-0410-a88d-b1316a301751
-rw-r--r--Master/texmf-dist/doc/latex/ppt-slides/LICENSE.txt2
-rw-r--r--Master/texmf-dist/doc/latex/ppt-slides/ppt-slides.pdfbin932994 -> 932902 bytes
-rw-r--r--Master/texmf-dist/source/latex/ppt-slides/ppt-slides.dtx13
-rw-r--r--Master/texmf-dist/tex/latex/ppt-slides/ppt-slides.sty13
4 files changed, 13 insertions, 15 deletions
diff --git a/Master/texmf-dist/doc/latex/ppt-slides/LICENSE.txt b/Master/texmf-dist/doc/latex/ppt-slides/LICENSE.txt
index 463e7d252d4..5744f745f0a 100644
--- a/Master/texmf-dist/doc/latex/ppt-slides/LICENSE.txt
+++ b/Master/texmf-dist/doc/latex/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/Master/texmf-dist/doc/latex/ppt-slides/ppt-slides.pdf b/Master/texmf-dist/doc/latex/ppt-slides/ppt-slides.pdf
index b1097df20eb..7b23a4fc987 100644
--- a/Master/texmf-dist/doc/latex/ppt-slides/ppt-slides.pdf
+++ b/Master/texmf-dist/doc/latex/ppt-slides/ppt-slides.pdf
Binary files differ
diff --git a/Master/texmf-dist/source/latex/ppt-slides/ppt-slides.dtx b/Master/texmf-dist/source/latex/ppt-slides/ppt-slides.dtx
index ba927370635..515a43cd9b2 100644
--- a/Master/texmf-dist/source/latex/ppt-slides/ppt-slides.dtx
+++ b/Master/texmf-dist/source/latex/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/Master/texmf-dist/tex/latex/ppt-slides/ppt-slides.sty b/Master/texmf-dist/tex/latex/ppt-slides/ppt-slides.sty
index 13e0e0f5334..f9583bb984a 100644
--- a/Master/texmf-dist/tex/latex/ppt-slides/ppt-slides.sty
+++ b/Master/texmf-dist/tex/latex/ppt-slides/ppt-slides.sty
@@ -31,7 +31,7 @@
\NeedsTeXFormat{LaTeX2e}
\ProvidesPackage{ppt-slides}
-[2023-08-29 0.2.2 Slide Decks a la Power Point]
+[2023-09-08 0.2.3 Slide Decks a la Power Point]
@@ -103,7 +103,7 @@
\newcommand\pptBanner[2][green]{%
\par%
{\setlength{\fboxsep}{6pt}%
- \colorbox{#1}{\color{\thepagecolor}\large #2}}
+ \colorbox{#1}{\color{\thepagecolor}\large #2}}%
\par%
}
@@ -129,7 +129,7 @@
\newcommand\pptTitle[2]{%
{\pptBanner{\Huge #1}}%
- \def\param{#1}%
+ \def\param{#2}%
\ifx\param\empty\else%
{\pptBanner{\large #2}}%
\fi%
@@ -217,10 +217,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);
}%