summaryrefslogtreecommitdiff
path: root/macros/latex/contrib/ppt-slides/ppt-slides.tex
diff options
context:
space:
mode:
Diffstat (limited to 'macros/latex/contrib/ppt-slides/ppt-slides.tex')
-rw-r--r--macros/latex/contrib/ppt-slides/ppt-slides.tex16
1 files changed, 15 insertions, 1 deletions
diff --git a/macros/latex/contrib/ppt-slides/ppt-slides.tex b/macros/latex/contrib/ppt-slides/ppt-slides.tex
index 13b771cc75..d3ae36d062 100644
--- a/macros/latex/contrib/ppt-slides/ppt-slides.tex
+++ b/macros/latex/contrib/ppt-slides/ppt-slides.tex
@@ -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 @@ If you don't use \ff{\char`\\pptLeft} or \ff{\char`\\pptRight}, nothing will
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}