Bug Tracker
ID: | 26 🔗 |
---|---|
Status: | Closed (Fixed) |
Category: | glossaries |
Version: | 3.04 |
OS: | Linux (TeX Live 2012 and 2013) |
Date: | 2013-05-24 06:41:55 |
Summary: | Spurious parentheses with smallcaps option |
Report
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
\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.07Add comment or return to search results.
Watch This Report
If you would like to be notified whenever updates are made to this report, please fill in your email address in the box below and click on "Notify Me of Changes" button. (Please ensure the address is valid.) Your details won't be passed on to third parties in line with this site's Privacy Policy.
If you supply your name, it will be used in the email greeting, which provides a more personal message, otherwise you'll just get a generic greeting. If you have previously supplied your name when signing up for notifications, you don't need to resupply it unless you want to change it.
If you have previously subscribed to notifications for this report, you can unsubscribe by clicking on the "Stop Notification" button.
The "Confirm Bug ID" field helps to protect against spambots. Please enter the bug ID (which you can find at the top of this page).
To unsubscribe from all notifications use the notifications page.
Comment
You can append a comment to the report using the form below. Comments are checked first before being added. Any spam or offensive content will be removed first according to this site's Terms of Website Use. Please bear in mind that I develop and maintain free software in my spare time. If you want commerical level support then you can hire a TeX consultant.
The "Confirm Bug ID" field helps to protect against spambots. Please enter the bug ID (which you can find at the top of this page).