summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/tex/latex/clicks/clicks.sty
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/tex/latex/clicks/clicks.sty')
-rw-r--r--Master/texmf-dist/tex/latex/clicks/clicks.sty5
1 files changed, 3 insertions, 2 deletions
diff --git a/Master/texmf-dist/tex/latex/clicks/clicks.sty b/Master/texmf-dist/tex/latex/clicks/clicks.sty
index a370bf60319..0e88477d65b 100644
--- a/Master/texmf-dist/tex/latex/clicks/clicks.sty
+++ b/Master/texmf-dist/tex/latex/clicks/clicks.sty
@@ -31,7 +31,7 @@
\NeedsTeXFormat{LaTeX2e}
\ProvidesPackage{clicks}
-[2024/12/20 0.4.2 Slide Deck Animation]
+[2024/12/25 0.4.3 Slide Deck Animation]
@@ -60,9 +60,10 @@
\RequirePackage{etoolbox}
\makeatletter
\newcommand\print[1]{%
+ \gappto\clicks@body{{#1}}%
\def\param{#1}%
\ifx\param\empty\else%
- \gappto\clicks@body{{#1\par}}%
+ \gappto\clicks@body{{\par}}%
\fi%
}
\makeatother