diff options
author | Karl Berry <karl@freefriends.org> | 2022-09-13 20:42:11 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2022-09-13 20:42:11 +0000 |
commit | 494b51f66dc0628cc67ed24af5c98eeb5797285c (patch) | |
tree | a167ed8097e53bb8a9083d8484450779a01fc733 /Master/texmf-dist/doc | |
parent | a2d8f2e5e9527675202437dc3b8bf0de90a3524a (diff) |
clicks (13sep22)
git-svn-id: svn://tug.org/texlive/trunk@64374 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc')
-rw-r--r-- | Master/texmf-dist/doc/latex/clicks/README.md | 1 | ||||
-rw-r--r-- | Master/texmf-dist/doc/latex/clicks/clicks.pdf | bin | 257190 -> 261653 bytes | |||
-rw-r--r-- | Master/texmf-dist/doc/latex/clicks/clicks.tex | 8 |
3 files changed, 5 insertions, 4 deletions
diff --git a/Master/texmf-dist/doc/latex/clicks/README.md b/Master/texmf-dist/doc/latex/clicks/README.md index f0ba1fd2bc7..f77fe273236 100644 --- a/Master/texmf-dist/doc/latex/clicks/README.md +++ b/Master/texmf-dist/doc/latex/clicks/README.md @@ -1,4 +1,5 @@ [![make](https://github.com/yegor256/clicks/actions/workflows/latexmk.yml/badge.svg)](https://github.com/yegor256/clicks/actions/workflows/latexmk.yml) +[![CTAN](https://img.shields.io/ctan/v/clicks)](https://ctan.org/pkg/clicks) [![License](https://img.shields.io/badge/license-MIT-green.svg)](https://github.com/yegor256/clicks/blob/master/LICENSE.txt) This LaTeX package simulates animiation in slide deck, similar to what PowerPoint can do. diff --git a/Master/texmf-dist/doc/latex/clicks/clicks.pdf b/Master/texmf-dist/doc/latex/clicks/clicks.pdf Binary files differindex 39146542d2c..41a3696a455 100644 --- a/Master/texmf-dist/doc/latex/clicks/clicks.pdf +++ b/Master/texmf-dist/doc/latex/clicks/clicks.pdf diff --git a/Master/texmf-dist/doc/latex/clicks/clicks.tex b/Master/texmf-dist/doc/latex/clicks/clicks.tex index 7a64b63990a..79676014101 100644 --- a/Master/texmf-dist/doc/latex/clicks/clicks.tex +++ b/Master/texmf-dist/doc/latex/clicks/clicks.tex @@ -1,6 +1,6 @@ % (The MIT License) % -% Copyright (c) 2021 Yegor Bugayenko +% Copyright (c) 2021-2022 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 @@ -28,7 +28,7 @@ \title{\ff{clicks}: \LaTeX{} Package \\ for Slide Deck Animation} \author{Yegor Bugayenko} -\date{0.2.0 2021/09/18} +\date{0.3.1 2022/09/13} \begin{document} \pagenumbering{gobble} @@ -76,7 +76,7 @@ If you need to render the document without animation, just use the \ff{static} package option. The optional parameters at \ff{\char`\\plick\{\}} and \ff{\char`\\plush\{\}} -are the minutes: how much you are planning to stay at this animation. +are the minutes: how long you are planning to stay at this animation. The minutes are accumulated in the \ff{minutes} counter, which you can show, for example, at your header. This will help you track time during the presentation. The commands @@ -89,4 +89,4 @@ in the \ff{yegor256/clicks} GitHub repository. If you want to add a feature or fix a bug, you are welcome to submit an issue or make a pull request. -\end{document}
\ No newline at end of file +\end{document} |