texlive[72584] Master/texmf-dist: ppt-slides (18oct24)
commits+karl at tug.org
commits+karl at tug.org
Fri Oct 18 23:19:41 CEST 2024
Revision: 72584
https://tug.org/svn/texlive?view=revision&revision=72584
Author: karl
Date: 2024-10-18 23:19:41 +0200 (Fri, 18 Oct 2024)
Log Message:
-----------
ppt-slides (18oct24)
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/source/latex/ppt-slides/ppt-slides.ins
trunk/Master/texmf-dist/tex/latex/ppt-slides/ppt-schemes/ppt-dark-mono.tex
trunk/Master/texmf-dist/tex/latex/ppt-slides/ppt-schemes/ppt-dark.tex
trunk/Master/texmf-dist/tex/latex/ppt-slides/ppt-schemes/ppt-light-mono.tex
trunk/Master/texmf-dist/tex/latex/ppt-slides/ppt-schemes/ppt-light.tex
trunk/Master/texmf-dist/tex/latex/ppt-slides/ppt-slides.sty
trunk/Master/texmf-dist/tex/latex/ppt-slides/ppt-templates/ppt-9x6.tex
Modified: trunk/Master/texmf-dist/doc/latex/ppt-slides/LICENSE.txt
===================================================================
--- trunk/Master/texmf-dist/doc/latex/ppt-slides/LICENSE.txt 2024-10-18 21:19:15 UTC (rev 72583)
+++ trunk/Master/texmf-dist/doc/latex/ppt-slides/LICENSE.txt 2024-10-18 21:19:41 UTC (rev 72584)
@@ -1,6 +1,6 @@
(The MIT License)
-Copyright (c) 2021-2024 Yegor Bugayenko
+Copyright (c) 2022-2024 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
@@ -14,7 +14,7 @@
THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
-FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
+FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
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 2024-10-18 21:19:15 UTC (rev 72583)
+++ trunk/Master/texmf-dist/source/latex/ppt-slides/ppt-slides.dtx 2024-10-18 21:19:41 UTC (rev 72584)
@@ -1,7 +1,7 @@
% \iffalse meta-comment
% (The MIT License)
%
-% Copyright (c) 2021-2024 Yegor Bugayenko
+% Copyright (c) 2022-2024 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
@@ -15,7 +15,7 @@
%
% THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
% IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
-% FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
+% FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT. IN NO EVENT SHALL THE
% AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
% LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
% OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
@@ -50,7 +50,7 @@
%<package>\NeedsTeXFormat{LaTeX2e}
%<package>\ProvidesPackage{ppt-slides}
%<*package>
-[2024-05-02 0.3.3 Slide Decks a la Power Point]
+[2024/10/18 0.4.0 Slide Decks a la Power Point]
%</package>
%<*driver>
\documentclass{ltxdoc}
@@ -506,12 +506,14 @@
% \end{macro}
% \begin{macro}{\pptChapter}
-% Then, we define the |\pptChapter| command:
+% \changes{0.4.0}{2024/10/18}{The \texttt{\char`\\pptChapterLabel} command introduced.}
+% Then, we define the |\pptChapter| and |\pptChapterLabel|commands:
% \begin{macrocode}
+\newcommand\pptChapterLabel{Chapter}
\newcommand\pptChapter[2][]{%
\crumbection[#1]{#2}%
\begin{pptMiddle}%
- {\large\ttfamily Chapter \#\the\value{section}:}%
+ {\large\ttfamily \pptChapterLabel{} \#\the\value{section}:}%
\newline%
\rotatebox{1}{\pptBanner[blue]{\LARGE#2}}%
\end{pptMiddle}%
Modified: trunk/Master/texmf-dist/source/latex/ppt-slides/ppt-slides.ins
===================================================================
--- trunk/Master/texmf-dist/source/latex/ppt-slides/ppt-slides.ins 2024-10-18 21:19:15 UTC (rev 72583)
+++ trunk/Master/texmf-dist/source/latex/ppt-slides/ppt-slides.ins 2024-10-18 21:19:41 UTC (rev 72584)
@@ -1,6 +1,6 @@
%% (The MIT License)
%%
-%% Copyright (c) 2021-2024 Yegor Bugayenko
+%% Copyright (c) 2022-2024 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
@@ -14,7 +14,7 @@
%%
%% THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
%% IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
-%% FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
+%% FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT. IN NO EVENT SHALL THE
%% AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
%% LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
%% OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
@@ -26,7 +26,7 @@
\preamble
(The MIT License)
-Copyright (c) 2021-2024 Yegor Bugayenko
+Copyright (c) 2022-2024 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
@@ -40,7 +40,7 @@
THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
-FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
+FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
Modified: trunk/Master/texmf-dist/tex/latex/ppt-slides/ppt-schemes/ppt-dark-mono.tex
===================================================================
--- trunk/Master/texmf-dist/tex/latex/ppt-slides/ppt-schemes/ppt-dark-mono.tex 2024-10-18 21:19:15 UTC (rev 72583)
+++ trunk/Master/texmf-dist/tex/latex/ppt-slides/ppt-schemes/ppt-dark-mono.tex 2024-10-18 21:19:41 UTC (rev 72584)
@@ -1,6 +1,6 @@
% (The MIT License)
%
-% Copyright (c) 2022 Yegor Bugayenko
+% Copyright (c) 2022-2024 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
@@ -14,7 +14,7 @@
%
% THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
% IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
-% FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
+% FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT. IN NO EVENT SHALL THE
% AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
% LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
% OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
Modified: trunk/Master/texmf-dist/tex/latex/ppt-slides/ppt-schemes/ppt-dark.tex
===================================================================
--- trunk/Master/texmf-dist/tex/latex/ppt-slides/ppt-schemes/ppt-dark.tex 2024-10-18 21:19:15 UTC (rev 72583)
+++ trunk/Master/texmf-dist/tex/latex/ppt-slides/ppt-schemes/ppt-dark.tex 2024-10-18 21:19:41 UTC (rev 72584)
@@ -1,6 +1,6 @@
% (The MIT License)
%
-% Copyright (c) 2022 Yegor Bugayenko
+% Copyright (c) 2022-2024 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
@@ -14,7 +14,7 @@
%
% THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
% IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
-% FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
+% FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT. IN NO EVENT SHALL THE
% AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
% LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
% OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
Modified: trunk/Master/texmf-dist/tex/latex/ppt-slides/ppt-schemes/ppt-light-mono.tex
===================================================================
--- trunk/Master/texmf-dist/tex/latex/ppt-slides/ppt-schemes/ppt-light-mono.tex 2024-10-18 21:19:15 UTC (rev 72583)
+++ trunk/Master/texmf-dist/tex/latex/ppt-slides/ppt-schemes/ppt-light-mono.tex 2024-10-18 21:19:41 UTC (rev 72584)
@@ -1,6 +1,6 @@
% (The MIT License)
%
-% Copyright (c) 2022 Yegor Bugayenko
+% Copyright (c) 2022-2024 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
@@ -14,7 +14,7 @@
%
% THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
% IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
-% FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
+% FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT. IN NO EVENT SHALL THE
% AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
% LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
% OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
Modified: trunk/Master/texmf-dist/tex/latex/ppt-slides/ppt-schemes/ppt-light.tex
===================================================================
--- trunk/Master/texmf-dist/tex/latex/ppt-slides/ppt-schemes/ppt-light.tex 2024-10-18 21:19:15 UTC (rev 72583)
+++ trunk/Master/texmf-dist/tex/latex/ppt-slides/ppt-schemes/ppt-light.tex 2024-10-18 21:19:41 UTC (rev 72584)
@@ -1,6 +1,6 @@
% (The MIT License)
%
-% Copyright (c) 2022 Yegor Bugayenko
+% Copyright (c) 2022-2024 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
@@ -14,7 +14,7 @@
%
% THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
% IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
-% FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
+% FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT. IN NO EVENT SHALL THE
% AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
% LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
% OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
Modified: trunk/Master/texmf-dist/tex/latex/ppt-slides/ppt-slides.sty
===================================================================
--- trunk/Master/texmf-dist/tex/latex/ppt-slides/ppt-slides.sty 2024-10-18 21:19:15 UTC (rev 72583)
+++ trunk/Master/texmf-dist/tex/latex/ppt-slides/ppt-slides.sty 2024-10-18 21:19:41 UTC (rev 72584)
@@ -7,7 +7,7 @@
%% ppt-slides.dtx (with options: `package')
%% (The MIT License)
%%
-%% Copyright (c) 2021-2024 Yegor Bugayenko
+%% Copyright (c) 2022-2024 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
@@ -21,7 +21,7 @@
%%
%% THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
%% IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
-%% FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
+%% FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT. IN NO EVENT SHALL THE
%% AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
%% LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
%% OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
@@ -31,7 +31,7 @@
\NeedsTeXFormat{LaTeX2e}
\ProvidesPackage{ppt-slides}
-[2024-05-02 0.3.3 Slide Decks a la Power Point]
+[2024/10/18 0.4.0 Slide Decks a la Power Point]
@@ -120,10 +120,11 @@
\par%
}
+\newcommand\pptChapterLabel{Chapter}
\newcommand\pptChapter[2][]{%
\crumbection[#1]{#2}%
\begin{pptMiddle}%
- {\large\ttfamily Chapter \#\the\value{section}:}%
+ {\large\ttfamily \pptChapterLabel{} \#\the\value{section}:}%
\newline%
\rotatebox{1}{\pptBanner[blue]{\LARGE#2}}%
\end{pptMiddle}%
Modified: trunk/Master/texmf-dist/tex/latex/ppt-slides/ppt-templates/ppt-9x6.tex
===================================================================
--- trunk/Master/texmf-dist/tex/latex/ppt-slides/ppt-templates/ppt-9x6.tex 2024-10-18 21:19:15 UTC (rev 72583)
+++ trunk/Master/texmf-dist/tex/latex/ppt-slides/ppt-templates/ppt-9x6.tex 2024-10-18 21:19:41 UTC (rev 72584)
@@ -1,6 +1,6 @@
% (The MIT License)
%
-% Copyright (c) 2022 Yegor Bugayenko
+% Copyright (c) 2022-2024 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
@@ -14,7 +14,7 @@
%
% THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
% IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
-% FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
+% FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT. IN NO EVENT SHALL THE
% AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
% LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
% OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
More information about the tex-live-commits
mailing list.