Bug Tracker RSS feed

ID 41🔗
Date: 2013-10-02 10:44:58
Status Closed (Fixed)
Category glossaries
Version 3.08a
Summary \si macro (from siunitx) doesn't work

Return to Search Results

Sign in to subscribe to notifications about this report.

Description

The joined MCE used to work with glossaries v3.07 but not with v3.08a.

MWE

Download (272B)

\listfiles
%
\documentclass{article}
\usepackage{siunitx}
\usepackage{glossaries}
%
\makeglossaries
%
\newglossaryentry{ohm}{%
  name=ohm,
  symbol={\si{\ohm}},
  description=unit of electrical resistance%
}
%
\begin{document}
\glsaddall
%
\printglossaries
\end{document}

Evaluation

Thanks. I'll get that fixed.

Update 2013-10-09

This bug is now fixed in version 3.09a (experimental release). Once the new version has stabilized I'll upload it to CTAN.

Update 2013-11-14

I've now uploaded glossaries version 4.0 to CTAN.

Comments

1 comment.

🔗Comment from Denis Bitouzé
Date: 2013-10-04 16:58:47

Please, let me know when I could test your fix.

Replying to Comment #16:

Name (optional):

Are you human? Please confirm the bug report ID (which can be found at the top of this page) or login if you have an account. All guest comments have to be manually checked before they appear on the page. There are too many bots trying to spam the site to allow unauthenticated users to post without verification.

Comment:


You can use the following markup:

Block:

[pre]Displayed verbatim[/pre]
[quote]block quote[/quote]

In line:

[tt]code[/tt]
[file]file/package/class name[/file]
[em]emphasized text[/em]
[b]bold text[/b]
[url]web address[/url] [sup]superscript[/sup]
[sub]subscript[/sub]

Ordered list:
[ol]
[li]first item[/li]
[li]second item[/li]
[/ol]

Unordered list:
[ul]
[li]first item[/li]
[li]second item[/li]
[/ul]

You can use the Preview button to review your message formatting before submitting.


Add Comment

Name (optional):

Are you human? Please confirm the bug report ID (which can be found at the top of this page) or login if you have an account. All guest comments have to be manually checked before they appear on the page. There are too many bots trying to spam the site to allow unauthenticated users to post without verification.

Comment:


You can use the following markup:

Block:

[pre]Displayed verbatim[/pre]
[quote]block quote[/quote]

In line:

[tt]code[/tt]
[file]file/package/class name[/file]
[em]emphasized text[/em]
[b]bold text[/b]
[url]web address[/url] [sup]superscript[/sup]
[sub]subscript[/sub]

Ordered list:
[ol]
[li]first item[/li]
[li]second item[/li]
[/ol]

Unordered list:
[ul]
[li]first item[/li]
[li]second item[/li]
[/ul]

You can use the Preview button to review your message formatting before submitting.

Page permalink: https://www.dickimaw-books.com/bugtracker.php?key=41

Return to Search Results