summaryrefslogtreecommitdiff
path: root/macros/latex/contrib/ppt-slides
diff options
context:
space:
mode:
authorNorbert Preining <norbert@preining.info>2023-08-30 03:01:17 +0000
committerNorbert Preining <norbert@preining.info>2023-08-30 03:01:17 +0000
commit4fee29360f7566a474b6143951b0744fa151edc9 (patch)
tree1af77d3ca21368f054b09f30dd60e8028a91be62 /macros/latex/contrib/ppt-slides
parent64e26532c685fd24d6983508c6239e3c268b810b (diff)
CTAN sync 202308300301
Diffstat (limited to 'macros/latex/contrib/ppt-slides')
-rw-r--r--macros/latex/contrib/ppt-slides/DEPENDS.txt59
-rw-r--r--macros/latex/contrib/ppt-slides/ppt-slides.dtx13
-rw-r--r--macros/latex/contrib/ppt-slides/ppt-slides.ins4
-rw-r--r--macros/latex/contrib/ppt-slides/ppt-slides.pdfbin932594 -> 932994 bytes
4 files changed, 55 insertions, 21 deletions
diff --git a/macros/latex/contrib/ppt-slides/DEPENDS.txt b/macros/latex/contrib/ppt-slides/DEPENDS.txt
index 74961c7a1d..6607b6fe61 100644
--- a/macros/latex/contrib/ppt-slides/DEPENDS.txt
+++ b/macros/latex/contrib/ppt-slides/DEPENDS.txt
@@ -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 qrcode
hard pgf
-hard tikzpagenodes
-hard enumitem
-hard crumbs
+hard pgfopts
+hard qrcode
hard seqsplit
-hard hardwrap
-hard ifoddpage
-hard textpos
-hard anyfontsize
-hard fontsize
-hard changepage
hard soul
-hard lastpage
-hard titling \ No newline at end of file
+hard textpos
+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
diff --git a/macros/latex/contrib/ppt-slides/ppt-slides.dtx b/macros/latex/contrib/ppt-slides/ppt-slides.dtx
index 8aca5a1bee..ba92737063 100644
--- a/macros/latex/contrib/ppt-slides/ppt-slides.dtx
+++ b/macros/latex/contrib/ppt-slides/ppt-slides.dtx
@@ -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}
diff --git a/macros/latex/contrib/ppt-slides/ppt-slides.ins b/macros/latex/contrib/ppt-slides/ppt-slides.ins
index 5dfdeca0b5..a5f87589b0 100644
--- a/macros/latex/contrib/ppt-slides/ppt-slides.ins
+++ b/macros/latex/contrib/ppt-slides/ppt-slides.ins
@@ -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
diff --git a/macros/latex/contrib/ppt-slides/ppt-slides.pdf b/macros/latex/contrib/ppt-slides/ppt-slides.pdf
index 3293f9a60e..b1097df20e 100644
--- a/macros/latex/contrib/ppt-slides/ppt-slides.pdf
+++ b/macros/latex/contrib/ppt-slides/ppt-slides.pdf
Binary files differ