summaryrefslogtreecommitdiff
path: root/macros/latex/contrib/snaptodo/test/before_after.tex
diff options
context:
space:
mode:
authorNorbert Preining <norbert@preining.info>2021-11-26 03:00:58 +0000
committerNorbert Preining <norbert@preining.info>2021-11-26 03:00:58 +0000
commitfcabaaa4d96d05af090f9a0eaa43bf5f0a8c1be2 (patch)
treeeceeb34adb05a4fe3a8c27819e41cc577ec94004 /macros/latex/contrib/snaptodo/test/before_after.tex
parent943ea506edb031810b6b44d4095741f8c3500186 (diff)
CTAN sync 202111260300
Diffstat (limited to 'macros/latex/contrib/snaptodo/test/before_after.tex')
-rw-r--r--macros/latex/contrib/snaptodo/test/before_after.tex6
1 files changed, 3 insertions, 3 deletions
diff --git a/macros/latex/contrib/snaptodo/test/before_after.tex b/macros/latex/contrib/snaptodo/test/before_after.tex
index 99552464e2..88dc16b644 100644
--- a/macros/latex/contrib/snaptodo/test/before_after.tex
+++ b/macros/latex/contrib/snaptodo/test/before_after.tex
@@ -16,9 +16,9 @@ promote the general Welfare, and secure the Blessings of Liberty to ourselves
and our Posterity, do ordain and establish this Constitution for the United
States of America.
-\def\todoexample{%
+\def\snaptodoexample{%
\pgfmathtruncatemacro\wc{round(1+rnd*10)}%
- \todo{%
+ \snaptodo{%
\foreach\w in{1,...,\wc}{%
\pgfmathsetmacro\l{1+rnd*10}%
\rule{\l pt}{1ex}
@@ -26,7 +26,7 @@ States of America.
},
}
\catcode`\,=\active
-\let,=\todoexample
+\let,=\snaptodoexample
\section{After todo notes}