texlive[64405] Master/texmf-dist: ppt-slides (15sep22)

commits+karl at tug.org commits+karl at tug.org
Thu Sep 15 21:57:45 CEST 2022


Revision: 64405
          http://tug.org/svn/texlive?view=revision&revision=64405
Author:   karl
Date:     2022-09-15 21:57:45 +0200 (Thu, 15 Sep 2022)
Log Message:
-----------
ppt-slides (15sep22)

Modified Paths:
--------------
    trunk/Master/texmf-dist/doc/latex/ppt-slides/ppt-slides.pdf
    trunk/Master/texmf-dist/doc/latex/ppt-slides/ppt-slides.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/ppt-slides.pdf
===================================================================
(Binary files differ)

Modified: trunk/Master/texmf-dist/doc/latex/ppt-slides/ppt-slides.tex
===================================================================
--- trunk/Master/texmf-dist/doc/latex/ppt-slides/ppt-slides.tex	2022-09-15 19:57:32 UTC (rev 64404)
+++ trunk/Master/texmf-dist/doc/latex/ppt-slides/ppt-slides.tex	2022-09-15 19:57:45 UTC (rev 64405)
@@ -29,7 +29,7 @@
 \usepackage{textcomp}
 \title{\LaTeX{} Package for Slide Decks \`a la PowerPoint\texttrademark}
 \author{Yegor Bugayenko}
-\date{0.1.2 2022/09/12}
+\date{0.1.4 2022/09/15}
 \pptLeft{\thetitle}
 \pptRight{\href{https://github.com/yegor256}{@yegor256}}
 
@@ -158,6 +158,20 @@
 be printed at the bottom.
 
 \clearpage
+\pptSection[Minutes]{Tracking Minutes}
+By default, if you render your slide deck in non-static mode (option \ff{static} for clicks package),
+there will be minutes tracking in the right top corner of each slide. You can turn this off
+by using \ff{nominutes} option of the package:
+\begin{ffcode*}{fontsize=\small}
+\documentclass{article}
+\usepackage{clicks}
+\usepackage[template,scheme=light,nominutes]{ppt-slides}
+\begin{document}
+...
+\end{document}
+\end{ffcode*}
+
+\clearpage
 \pptSection[Wide]{Wide Slides}
 Sometimes you need your slide content to take all visible horizontal space:
 \begin{ffcode*}{fontsize=\scriptsize}

Modified: trunk/Master/texmf-dist/tex/latex/ppt-slides/ppt-slides.sty
===================================================================
--- trunk/Master/texmf-dist/tex/latex/ppt-slides/ppt-slides.sty	2022-09-15 19:57:32 UTC (rev 64404)
+++ trunk/Master/texmf-dist/tex/latex/ppt-slides/ppt-slides.sty	2022-09-15 19:57:45 UTC (rev 64405)
@@ -21,7 +21,7 @@
 % SOFTWARE.
 
 \NeedsTeXFormat{LaTeX2e}
-\ProvidesPackage{ppt-slides}[2022/09/12 0.1.2 Slide Decks à la Power Point]
+\ProvidesPackage{ppt-slides}[2022/09/15 0.1.4 Slide Decks à la Power Point]
 
 \RequirePackage{pgfopts}
 \makeatletter
@@ -33,6 +33,7 @@
   scheme/.estore in = \ppt at scheme,
   directory/.estore in = \ppt at directory,
   directory/.default = .,
+  nominutes/.estore in = \ppt at nominutes,
   directory
 }
 \ProcessPgfOptions*

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	2022-09-15 19:57:32 UTC (rev 64404)
+++ trunk/Master/texmf-dist/tex/latex/ppt-slides/ppt-templates/ppt-9x6.tex	2022-09-15 19:57:45 UTC (rev 64405)
@@ -74,13 +74,15 @@
       \begin{textblock}{4}[1,0](15,1)%
         {\ttfamily\normalsize {\thepage{}}{\footnotesize{\color{grey}/\pageref{LastPage}}}}
       \end{textblock}%
-      \ifcsname c at minutes\endcsname
-        \ifnum\value{minutes}=0\else%
-          \begin{textblock}{1}[1,0](15.8,0.2)%
-            \tikz{\node[inner sep=2pt,circle,draw=grey]{\color{grey}\scriptsize\ttfamily\theminutes{}};}
-          \end{textblock}%
+      \makeatletter\ifdefined\ppt at nominutes\else
+        \ifcsname c at minutes\endcsname
+          \ifnum\value{minutes}=0\else%
+            \begin{textblock}{1}[1,0](15.8,0.2)%
+              \tikz{\node[inner sep=2pt,circle,draw=grey]{\color{grey}\scriptsize\ttfamily\theminutes{}};}
+            \end{textblock}%
+          \fi
         \fi
-      \fi
+      \fi\makeatother
     \fi
   }
 



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