summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/tex/latex/xsim/xsim.environments.code.tex
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2019-10-13 21:43:03 +0000
committerKarl Berry <karl@freefriends.org>2019-10-13 21:43:03 +0000
commit59e719d7e1969d25917e37c43d81239fa593396a (patch)
tree6097b5adce2ecaf15fa76068cfdd058cd41c1158 /Master/texmf-dist/tex/latex/xsim/xsim.environments.code.tex
parente0ce141fcde2bce358ce1f883ceff960742cae4a (diff)
xsim (13oct19)
git-svn-id: svn://tug.org/texlive/trunk@52371 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex/latex/xsim/xsim.environments.code.tex')
-rw-r--r--Master/texmf-dist/tex/latex/xsim/xsim.environments.code.tex6
1 files changed, 3 insertions, 3 deletions
diff --git a/Master/texmf-dist/tex/latex/xsim/xsim.environments.code.tex b/Master/texmf-dist/tex/latex/xsim/xsim.environments.code.tex
index b9235ba555e..2aacf63f51a 100644
--- a/Master/texmf-dist/tex/latex/xsim/xsim.environments.code.tex
+++ b/Master/texmf-dist/tex/latex/xsim/xsim.environments.code.tex
@@ -350,9 +350,9 @@
\xsim_step_exercise_counter:nn {#1} {#2}
\xsim_set_properties:nnx {#1} {#2}
{
- page-value = \arabic{page} ,
+ page-value = \the\value{page} ,
page = \thepage ,
- section-value = \arabic{section} ,
+ section-value = \the\value{section} ,
section = \thesection
}
}
@@ -360,7 +360,7 @@
{
\xsim_set_properties:nnx {#1} {#2}
{
- chapter-value = \arabic{chapter} ,
+ chapter-value = \the\value{chapter} ,
chapter = \thechapter
}
}