Latest news 2025-07-01: Ebook Sale July 2025. Cybercrime fiction short stories Unsocial Media and Smile for the Camera free; crime fiction short story The Briefcase free; short story noir crime fiction I’ve Heard the Mermaid Sing free; crime fiction novel The Private Enemy US$1.99; illustrated children’s story The Foolish Hedgehog US$0.99.

Bug Tracker RSS feed

ID 308🔗
Date: 2025-07-04 10:57:37
Last update: 2025-07-06 14:45:26
Status Closed (Not a Bug)
Category glossaries
Version 4.7
Summary Sytle super broken

Return to Search Results

Sign in to subscribe to notifications about this report.

Description

After a package update the glossaries option: style=super breaks in combination with other packages. Latex shows errors in the generated *.acr file. This might be table related, e.g. removing the tabularx and colortbl packages fixes the problem.

MWE

Download (352B)

\documentclass{article}

\usepackage{tabularx} 
%\usepackage{colortbl}

\usepackage[acronym, nomain]{glossaries} 
\makeglossaries

\newacronym{err}{Error}{Error Test}
\newacronym{erl}{longError}{Long Error Test}

\begin{document}

\printglossary[type=\acronymtype, style=super]

\section{Section}
\gls{err}
\gls{erl}
	
\end{document}

Evaluation

Expanding out all the glossary commands, the \printglossary command from your example is essentially:

\documentclass{article}

\usepackage{tabularx}
%\usepackage{colortbl}

\usepackage{supertabular}

\newlength\glsdescwidth
\setlength{\glsdescwidth}{0.6\hsize}

\begin{document}
\section{Acronyms}

\tablehead{}\tabletail{}%
\begin{supertabular}{lp{\glsdescwidth}}
Error & Error Test. 1\tabularnewline
longError & Long Error Test. 1\tabularnewline
\end{supertabular}

\end{document}
Which produces the same error message:
! Extra }, or forgotten \endgroup.
\@endpbox ...finalstrut \@arstrutbox \par \egroup 
                                                  \ST@dimen =\ht \ST@pbox \a...
Therefore this is a problem with an incompatibility with the tabularx and supertabular packages and is outside of the control of the glossaries package. Therefore I will have to close it as not a bug (in glossaries).

I recommend you use the long style instead.

Comments

3 comments.

🔗Comment from Denis
Date: 2025-07-04 16:19:03

Thanks, the author of the array package suspects that an update to array broke the compatibility to supertabular.

Replying to Comment #165:

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.

🔗Comment from Nicola Talbot 🦜
Date: 2025-07-04 16:26:08
Repying to: Denis 2025-07-04 16:19:03

Thank you for your feedback.

Replying to Comment #166:

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.

🔗Comment from Crepsley
Date: 2025-07-06 13:31:35

Hello together,

I had also exactly that problem after the latest update (today: 6th Jul 2025). At least I'm now able to compile my document again. Thank you a lot for your observations and insights. That really helped me out! 🙏

Best regards,
Crepsley

Replying to Comment #167:

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

Return to Search Results