texlive[68108] Master/texmf-dist: ppt-slides (30aug23)

commits+karl at tug.org commits+karl at tug.org
Wed Aug 30 01:21:27 CEST 2023


Revision: 68108
          http://tug.org/svn/texlive?view=revision&revision=68108
Author:   karl
Date:     2023-08-30 01:21:27 +0200 (Wed, 30 Aug 2023)
Log Message:
-----------
ppt-slides (30aug23)

Modified Paths:
--------------
    trunk/Master/texmf-dist/doc/latex/ppt-slides/DEPENDS.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-slides.sty

Modified: trunk/Master/texmf-dist/doc/latex/ppt-slides/DEPENDS.txt
===================================================================
--- trunk/Master/texmf-dist/doc/latex/ppt-slides/DEPENDS.txt	2023-08-29 23:21:18 UTC (rev 68107)
+++ trunk/Master/texmf-dist/doc/latex/ppt-slides/DEPENDS.txt	2023-08-29 23:21:27 UTC (rev 68108)
@@ -1,20 +1,49 @@
-hard pgfopts
-hard xcolor
+
+hard anyfontsize
+hard changepage
+hard crumbs
+hard enumitem
+hard fontsize
+hard hardwrap
 hard href-ul
+hard ifoddpage
+hard lastpage
 hard pagecolor
-hard varwidth
+hard pgf
+hard pgfopts
 hard qrcode
-hard pgf
-hard tikzpagenodes
-hard enumitem
-hard crumbs
 hard seqsplit
-hard hardwrap
-hard ifoddpage
+hard soul
 hard textpos
-hard anyfontsize
-hard fontsize
-hard changepage
-hard soul
-hard lastpage
-hard titling
\ No newline at end of file
+hard tikzpagenodes
+hard titling
+hard varwidth
+hard xcolor
+soft acmart
+soft biber
+soft biblatex
+soft booktabs
+soft caption
+soft clicks
+soft cmap
+soft comment
+soft crumbs
+soft docshots
+soft ffcode
+soft hypdoc
+soft hyperxmp
+soft ifmtarg
+soft l3build
+soft libertine
+soft libertine
+soft microtype
+soft newtx
+soft pdfcrop
+soft qrcode
+soft scheme-basic
+soft setspace
+soft standalone
+soft textcase
+soft tools
+soft totpages
+soft xetex

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-08-29 23:21:18 UTC (rev 68107)
+++ trunk/Master/texmf-dist/source/latex/ppt-slides/ppt-slides.dtx	2023-08-29 23:21:27 UTC (rev 68108)
@@ -1,7 +1,7 @@
 % \iffalse meta-comment
 % (The MIT License)
 %
-% Copyright (c) 2021-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
@@ -50,7 +50,7 @@
 %<package>\NeedsTeXFormat{LaTeX2e}
 %<package>\ProvidesPackage{ppt-slides}
 %<*package>
-[2022-12-04 0.2.1 Slide Decks a la Power Point]
+[2023-08-29 0.2.2 Slide Decks a la Power Point]
 %</package>
 %<*driver>
 \documentclass{ltxdoc}
@@ -482,11 +482,16 @@
 % \end{macro}
 
 % \begin{macro}{\pptTitle}
-% Then, we define the |\pptTitle| command:
+% Then, we define the |\pptTitle| command, which prints the |title| and |subtitle| on the
+% first page. The first argument is the title, the second is the subtitle. If the second
+% argument is empty, it won't be printed:
 %    \begin{macrocode}
 \newcommand\pptTitle[2]{%
   {\pptBanner{\Huge #1}}%
-  {\pptBanner{\large #2}}%
+  \def\param{#1}%
+  \ifx\param\empty\else%
+    {\pptBanner{\large #2}}%
+  \fi%
 }
 %    \end{macrocode}
 % \end{macro}

Modified: trunk/Master/texmf-dist/source/latex/ppt-slides/ppt-slides.ins
===================================================================
--- trunk/Master/texmf-dist/source/latex/ppt-slides/ppt-slides.ins	2023-08-29 23:21:18 UTC (rev 68107)
+++ trunk/Master/texmf-dist/source/latex/ppt-slides/ppt-slides.ins	2023-08-29 23:21:27 UTC (rev 68108)
@@ -1,6 +1,6 @@
 %% (The MIT License)
 %%
-%% Copyright (c) 2021-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
@@ -26,7 +26,7 @@
 \preamble
 (The MIT License)
 
-Copyright (c) 2021-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/tex/latex/ppt-slides/ppt-slides.sty
===================================================================
--- trunk/Master/texmf-dist/tex/latex/ppt-slides/ppt-slides.sty	2023-08-29 23:21:18 UTC (rev 68107)
+++ trunk/Master/texmf-dist/tex/latex/ppt-slides/ppt-slides.sty	2023-08-29 23:21:27 UTC (rev 68108)
@@ -7,7 +7,7 @@
 %% ppt-slides.dtx  (with options: `package')
 %% (The MIT License)
 %% 
-%% Copyright (c) 2021-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
@@ -31,7 +31,7 @@
 
 \NeedsTeXFormat{LaTeX2e}
 \ProvidesPackage{ppt-slides}
-[2022-12-04 0.2.1 Slide Decks a la Power Point]
+[2023-08-29 0.2.2 Slide Decks a la Power Point]
 
 
 
@@ -129,7 +129,10 @@
 
 \newcommand\pptTitle[2]{%
   {\pptBanner{\Huge #1}}%
-  {\pptBanner{\large #2}}%
+  \def\param{#1}%
+  \ifx\param\empty\else%
+    {\pptBanner{\large #2}}%
+  \fi%
 }
 
 \newcommand*\pptTOC{}



More information about the tex-live-commits mailing list.