diff options
author | Karl Berry <karl@freefriends.org> | 2024-12-25 20:55:44 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2024-12-25 20:55:44 +0000 |
commit | 273dd420a1e9e6210bf1a6c3ae51a47a139f6bb7 (patch) | |
tree | ce7ef3432c4de3d740c9a8ff0998515d04674d63 /Master/texmf-dist/tex | |
parent | 616cbb3220c198cdf102161842600f1a481d831e (diff) |
clicks (25dec24)
git-svn-id: svn://tug.org/texlive/trunk@73208 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex')
-rw-r--r-- | Master/texmf-dist/tex/latex/clicks/clicks.sty | 5 |
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 |