Bug Tracker
I’m currently working on a major new version of the datatool package. This may take a while. Please be patient. (Experimental version available for testing.)
ID | 214🔗 |
---|---|
Submitted by: | Nicola Talbot 🦜 |
Date: | 2022-10-26 14:16:50 |
Last update: | 2022-10-26 14:19:59 |
Status | Closed (Not a Bug) |
Category | glossaries |
Version | 4.50 |
Summary | Command \glossaryentryfield undefined |
Sign in to subscribe to notifications about this report.
Description
When updating to glossaries v4.50, I get an error:Command \glossaryentryfield
undefined
MWE
Download (843B)
% arara: pdflatex % arara: makeglossaries if found("aux", "@istfilename") % arara: bib2gls: {group: on} if found("aux", "glsxtr@resource") % arara: pdflatex % arara: pdflatex if found("log", "Rerun to") \documentclass{article} \usepackage{glossaries} \makeglossaries \loadglsentries{example-glossaries-parent} \newglossarystyle{mystyle}% {% \renewenvironment{theglossary}{\begin{itemize}}{\end{itemize}}% \renewcommand*{\glossaryheader}{}% \renewcommand*{\glsgroupheading}[1]{}% \renewcommand*{\glossaryentryfield}[5]{% \item \glstarget{##1}{##2} (##3) ##4\glspostdescription\space ##5% }% \renewcommand*{\glossarysubentryfield}[6]{% \item \quad\glstarget{##2}{##3} (##4) ##5\glspostdescription\space ##5% }% \renewcommand*{\glsgroupskip}{}% } \begin{document} \glsaddall \printglossary[style=mystyle] \end{document}
Evaluation
This is not a bug. In version 4.50, all commands and options that have been deprecated for over 6 years have been removed. You will need to use rollback if they are still required, but it's better to use the newer commands instead. See After updating to glossaries v4.50 I'm getting undefined commands or options errors (e.g. \glossaryentryfield) for further details.
Comments
0 comments.
Add Comment
Page permalink: https://www.dickimaw-books.com/bugtracker.php?key=214