summaryrefslogtreecommitdiff
path: root/macros/latex/contrib/snaptodo/test/before_after.tex
diff options
context:
space:
mode:
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}