texlive[68221] Master/texmf-dist: ppt-slides (9sep23)
commits+karl at tug.org
commits+karl at tug.org
Sat Sep 9 22:08:59 CEST 2023
Revision: 68221
http://tug.org/svn/texlive?view=revision&revision=68221
Author: karl
Date: 2023-09-09 22:08:59 +0200 (Sat, 09 Sep 2023)
Log Message:
-----------
ppt-slides (9sep23)
Modified Paths:
--------------
trunk/Master/texmf-dist/doc/latex/ppt-slides/LICENSE.txt
trunk/Master/texmf-dist/doc/latex/ppt-slides/ppt-slides.pdf
trunk/Master/texmf-dist/source/latex/ppt-slides/ppt-slides.dtx
trunk/Master/texmf-dist/tex/latex/ppt-slides/ppt-slides.sty
Modified: trunk/Master/texmf-dist/doc/latex/ppt-slides/LICENSE.txt
===================================================================
--- trunk/Master/texmf-dist/doc/latex/ppt-slides/LICENSE.txt 2023-09-09 20:08:48 UTC (rev 68220)
+++ trunk/Master/texmf-dist/doc/latex/ppt-slides/LICENSE.txt 2023-09-09 20:08:59 UTC (rev 68221)
@@ -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
Modified: trunk/Master/texmf-dist/doc/latex/ppt-slides/ppt-slides.pdf
===================================================================
(Binary files differ)
Modified: trunk/Master/texmf-dist/source/latex/ppt-slides/ppt-slides.dtx
===================================================================
--- trunk/Master/texmf-dist/source/latex/ppt-slides/ppt-slides.dtx 2023-09-09 20:08:48 UTC (rev 68220)
+++ trunk/Master/texmf-dist/source/latex/ppt-slides/ppt-slides.dtx 2023-09-09 20:08:59 UTC (rev 68221)
@@ -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);
}%
Modified: trunk/Master/texmf-dist/tex/latex/ppt-slides/ppt-slides.sty
===================================================================
--- trunk/Master/texmf-dist/tex/latex/ppt-slides/ppt-slides.sty 2023-09-09 20:08:48 UTC (rev 68220)
+++ trunk/Master/texmf-dist/tex/latex/ppt-slides/ppt-slides.sty 2023-09-09 20:08:59 UTC (rev 68221)
@@ -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);
}%
More information about the tex-live-commits
mailing list.