summaryrefslogtreecommitdiff
path: root/macros/latex/contrib/changes/userdoc/setcommentmarkup_ex.tex
diff options
context:
space:
mode:
Diffstat (limited to 'macros/latex/contrib/changes/userdoc/setcommentmarkup_ex.tex')
-rw-r--r--macros/latex/contrib/changes/userdoc/setcommentmarkup_ex.tex4
1 files changed, 2 insertions, 2 deletions
diff --git a/macros/latex/contrib/changes/userdoc/setcommentmarkup_ex.tex b/macros/latex/contrib/changes/userdoc/setcommentmarkup_ex.tex
index 121e2d9dc8..1cc3bcc640 100644
--- a/macros/latex/contrib/changes/userdoc/setcommentmarkup_ex.tex
+++ b/macros/latex/contrib/changes/userdoc/setcommentmarkup_ex.tex
@@ -1,4 +1,4 @@
\setcommentmarkup{-- #1 --}
-\setcommentmarkup{\ifthenelse{\isColored}{\color{authorcolor}}{}#1}
-\setcommentmarkup{\ifthenelse{\isAnonymous{#2}}{}{\textbf{#3: }}#1}
+\setcommentmarkup{{\IfIsColored{\color{authorcolor}}{}#1}}
+\setcommentmarkup{\IfIsAnonymous{#2}{}{\textbf{#3: }}#1}
\setcommentmarkup{[\arabic{authorcommentcount}] #1}