summaryrefslogtreecommitdiff
path: root/tex/context/base/strc-lst.mkvi
diff options
context:
space:
mode:
authorContext Git Mirror Bot <phg42.2a@gmail.com>2015-07-24 11:15:05 +0200
committerContext Git Mirror Bot <phg42.2a@gmail.com>2015-07-24 11:15:05 +0200
commit6e7cc70fb03f474ce8167eb37421daa1d2d4ba41 (patch)
treeac1eea6719d68e8c43a5ab03cdc82fafaef8c3f5 /tex/context/base/strc-lst.mkvi
parent2271a10837b52d2a73e7be99d65cf80b28775859 (diff)
downloadcontext-6e7cc70fb03f474ce8167eb37421daa1d2d4ba41.tar.gz
2015-07-24 10:29:00
Diffstat (limited to 'tex/context/base/strc-lst.mkvi')
-rw-r--r--tex/context/base/strc-lst.mkvi8
1 files changed, 7 insertions, 1 deletions
diff --git a/tex/context/base/strc-lst.mkvi b/tex/context/base/strc-lst.mkvi
index 71fc09829..24aeaae7c 100644
--- a/tex/context/base/strc-lst.mkvi
+++ b/tex/context/base/strc-lst.mkvi
@@ -856,6 +856,12 @@
% nothing, nb we use the [] syntax here because we end with a \cs
\stopsetups
+\unexpanded\def\currentlistentrytitlesynchronize
+ {\the\t_lists_every_renderingsynchronize}
+
+\unexpanded\def\currentlistentrytitlerendered
+ {\currentlistentrytitlesynchronize\currentlistentrytitle}
+
\startsetups[\??listrenderings:command]
\edef\p_command{\listalternativeparameter\c!command}%
\ifx\p_command\empty
@@ -863,7 +869,7 @@
\else
\p_command
\currentlistentrynumber
- {\the\t_lists_every_renderingsynchronize\currentlistentrytitle}%
+ \currentlistentrytitlerendered % {\currentlistentrytitlesynchronize\currentlistentrytitle}
\currentlistentrypagenumber
\fi
\stopsetups