texlive[71155] Master/texmf-dist: ppt-slides (2may24)

commits+karl at tug.org commits+karl at tug.org
Thu May 2 21:43:09 CEST 2024


Revision: 71155
          https://tug.org/svn/texlive?view=revision&revision=71155
Author:   karl
Date:     2024-05-02 21:43:09 +0200 (Thu, 02 May 2024)
Log Message:
-----------
ppt-slides (2may24)

Modified Paths:
--------------
    trunk/Master/texmf-dist/doc/latex/ppt-slides/README.md
    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/README.md
===================================================================
--- trunk/Master/texmf-dist/doc/latex/ppt-slides/README.md	2024-05-02 19:42:58 UTC (rev 71154)
+++ trunk/Master/texmf-dist/doc/latex/ppt-slides/README.md	2024-05-02 19:43:09 UTC (rev 71155)
@@ -1,3 +1,5 @@
+# LaTeX Slidedeck à la PPT
+
 [![make](https://github.com/yegor256/ppt-slides/actions/workflows/l3build.yml/badge.svg)](https://github.com/yegor256/ppt-slides/actions/workflows/l3build.yml)
 [![CTAN](https://img.shields.io/ctan/v/ppt-slides)](https://ctan.org/pkg/ppt-slides)
 [![License](https://img.shields.io/badge/license-MIT-green.svg)](https://github.com/yegor256/ppt-slides/blob/master/LICENSE.txt)
@@ -8,7 +10,8 @@
 Check [this series of lectures](https://github.com/yegor256/ssd16)
 fully designed with the use of this package.
 
-First, [install it](https://en.wikibooks.org/wiki/LaTeX/Installing_Extra_Packages)
+First,
+[install it](https://en.wikibooks.org/wiki/LaTeX/Installing_Extra_Packages)
 from [CTAN](https://ctan.org/pkg/ppt-slides)
 and then use in preamble:
 
@@ -25,7 +28,9 @@
 \end{document}
 ```
 
-Otherwise, you can download [`ppt-slides.sty`](https://yegor256.github.io/ppt-slides/ppt-slides.sty) and add to your project.
+Otherwise, you can download
+[`ppt-slides.sty`](https://yegor256.github.io/ppt-slides/ppt-slides.sty)
+and add to your project.
 
 If you want to contribute yourself, make a fork, then create a branch,
 then run `l3build ctan` in the root directory.

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-05-02 19:42:58 UTC (rev 71154)
+++ trunk/Master/texmf-dist/source/latex/ppt-slides/ppt-slides.dtx	2024-05-02 19:43:09 UTC (rev 71155)
@@ -50,7 +50,7 @@
 %<package>\NeedsTeXFormat{LaTeX2e}
 %<package>\ProvidesPackage{ppt-slides}
 %<*package>
-[2024-01-23 0.3.2 Slide Decks a la Power Point]
+[2024-05-02 0.3.3 Slide Decks a la Power Point]
 %</package>
 %<*driver>
 \documentclass{ltxdoc}
@@ -610,7 +610,7 @@
       }%
     }%
     &%
-    ``#3''%
+    ``#3{}''%
     \def\param{#4}%
     \ifx\param\empty\else%
       \par\vspace*{1em}%

Modified: trunk/Master/texmf-dist/tex/latex/ppt-slides/ppt-slides.sty
===================================================================
--- trunk/Master/texmf-dist/tex/latex/ppt-slides/ppt-slides.sty	2024-05-02 19:42:58 UTC (rev 71154)
+++ trunk/Master/texmf-dist/tex/latex/ppt-slides/ppt-slides.sty	2024-05-02 19:43:09 UTC (rev 71155)
@@ -31,7 +31,7 @@
 
 \NeedsTeXFormat{LaTeX2e}
 \ProvidesPackage{ppt-slides}
-[2024-01-23 0.3.2 Slide Decks a la Power Point]
+[2024-05-02 0.3.3 Slide Decks a la Power Point]
 
 
 
@@ -194,7 +194,7 @@
       }%
     }%
     &%
-    ``#3''%
+    ``#3{}''%
     \def\param{#4}%
     \ifx\param\empty\else%
       \par\vspace*{1em}%



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