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]}

Wolfgang

_______________________________________________
dev-context mailing list -- [email protected]
To unsubscribe send an email to [email protected]

Reply via email to