From 7b54e54f2d405718ed64b72d6c17f5546b137e87 Mon Sep 17 00:00:00 2001 From: Karl Berry Date: Thu, 2 May 2024 19:43:09 +0000 Subject: ppt-slides (2may24) git-svn-id: svn://tug.org/texlive/trunk@71155 c570f23f-e606-0410-a88d-b1316a301751 --- Master/texmf-dist/doc/latex/ppt-slides/README.md | 9 +++++++-- .../texmf-dist/doc/latex/ppt-slides/ppt-slides.pdf | Bin 935972 -> 935953 bytes .../source/latex/ppt-slides/ppt-slides.dtx | 4 ++-- .../texmf-dist/tex/latex/ppt-slides/ppt-slides.sty | 4 ++-- 4 files changed, 11 insertions(+), 6 deletions(-) (limited to 'Master') diff --git a/Master/texmf-dist/doc/latex/ppt-slides/README.md b/Master/texmf-dist/doc/latex/ppt-slides/README.md index f1f92da99d1..d742b04bb0b 100644 --- a/Master/texmf-dist/doc/latex/ppt-slides/README.md +++ b/Master/texmf-dist/doc/latex/ppt-slides/README.md @@ -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 @@ but more precise, uniform, and visually strict. 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 @@ and then use in preamble: \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. 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 95c1024bffd..39b45d9a9a0 100644 Binary files a/Master/texmf-dist/doc/latex/ppt-slides/ppt-slides.pdf and b/Master/texmf-dist/doc/latex/ppt-slides/ppt-slides.pdf 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 e0618f0a8d4..0509442173d 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 @@ %\NeedsTeXFormat{LaTeX2e} %\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] % %<*driver> \documentclass{ltxdoc} @@ -610,7 +610,7 @@ }% }% &% - ``#3''% + ``#3{}''% \def\param{#4}% \ifx\param\empty\else% \par\vspace*{1em}% 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 3e38bdeab25..b8de7fc1a2f 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} -[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}% -- cgit v1.2.3