Smile for the Camera: a new cybercrime short story ebook.

Bug Tracker RSS feed

One or more errors has occurred:

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 86🔗
Date: 2015-04-22 10:07:07
Status Closed (Not a Bug)
Category glossaries
Version 3.04
Summary [argument] must be [{argument}

Sign in to subscribe to notifications about this report.

Description

Hi Nicola,

while trying to imitate the interface of the nomencl package (at least what I'm using) i stumbled upon several bugs in the glossaries package:

There are several calls to macros with optional arguments inside the package.

You call

\macro[argument that makes [] fail]
As you don't have control over the content of the optional arguments, all arguments, including optional ones, must be enclosed by braces like
\macro[{argument that works with []}]
During macro expansion TeX removes one level of braces around the argument so you don't change the contents while you allow arguments to contain square brackets, which are normal characters for TeX.

The example shows how to work around the problem by adding the braces at some places. The macros are from version 2012/11/18 v3.04 (NLCT) of the glossaries package.

BTW: Using optional arguments side the same package that defines them is TeXnically not very elegant as recognising optional arguments costs several macro calls. As you know the the number of optional arguments used in the call, you can save these additional calls.

MWE

No mwe.tex

Evaluation

I'm sorry I don't know why your mwe didn't get uploaded, but v3.04 is very old and any patches applied to those internal commands are unlikely to be compatible with the latest version.

The need to enclose nested [] within an optional argument is common to all LaTeX optional arguments and is not particular to glossaries, so I can't really consider this a bug in glossaries. I can't change the syntax of any of the commands as it would break compatibility.

Comments

0 comments.


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.

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=86