On 5/10/2026 11:09 AM, Wolfgang Schuster wrote:
Hi,

there is currently way no create references for \sym and \txt entries in lists (even though old manuals document this), the following fix adds them to both types.

-\protected\def\strc_itemgroups_start_symbol#text%
+\tolerant\protected\def\strc_itemgroups_start_symbol[#reference]#:#text%
   {\def\strc_itemgroups_extra_symbol{#text}%
    \c_strc_itemgroups_symbol\conditionaltrue
-   \startitemgroupitem
+   \startitemgroupitem[#reference]%
    \dotagsetitem\s!symbol}

-\protected\def\strc_itemgroups_start_text#text%
+\tolerant\protected\def\strc_itemgroups_start_text[#reference]#:#text%
   {\def\strc_itemgroups_extra_symbol{#text}%
    \c_strc_itemgroups_symbol\conditionaltrue
    \c_strc_itemgroups_txt\conditionaltrue
-   \startitemgroupitem}
+   \startitemgroupitem[#reference]}

Sure,

Hans


-----------------------------------------------------------------
                                          Hans Hagen | PRAGMA ADE
              Ridderstraat 27 | 8061 GH Hasselt | The Netherlands
       tel: 038 477 53 69 | www.pragma-ade.nl | www.pragma-pod.nl
-----------------------------------------------------------------
_______________________________________________
dev-context mailing list -- [email protected]
To unsubscribe send an email to [email protected]

Reply via email to