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 | 26🔗 |
---|---|
Date: | 2013-05-24 06:41:55 |
Status | Closed (Fixed) |
Category | glossaries |
Version | 3.04 |
Summary | Spurious parentheses with smallcaps option |
OS | Linux (TeX Live 2012 and 2013) |
Sign in to subscribe to notifications about this report.
Description
Spurious parentheses appear after glossaries terms with smallcaps option.Nicola provided me an workaround: remove 'smallcaps' option and add:
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% \renewcommand*{\newacronymhook}{% \edef\tmp{\noexpand\textsc{\the\glsshorttok}}% \expandafter\glsshorttok\expandafter{\tmp}% } \renewcommand*{\acrpluralsuffix}{\textup{\glspluralsuffix}} %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%but I wonder if it could be somehow integrated in the package.
The minimal working example I provide contains 'libertine' package in order to get bold small caps.
The same trouble arises with 'glossaries' v3.05 (pretest TeX Live 2013).
MWE
Download (383B)
\documentclass{article} \usepackage{libertine} \usepackage[smallcaps]{glossaries} \makeglossaries % \newacronym{label}{svm}{support vector machine} \newglossaryentry{electrolyte}{ name=electrolyte, description={solution able to conduct electric current} } % \begin{document} \begin{itemize} \item \gls{label} \item \gls{electrolyte} \end{itemize} % \printglossary \end{document}
Evaluation
Fixed in version 3.07
Comments
0 comments.
Add Comment
Page permalink: https://www.dickimaw-books.com/bugtracker.php?key=26