Latest news 2025-12-02: New blog post: History of TeX on RISC OS.

Bug Tracker RSS feed

ID 313🔗
Submitted by: Denis Bitouzé
Date: 2025-12-03 20:29:54
Last update: 2025-12-04 12:02:35
Status Closed (Fixed)
Category datatool
Version 3.4.2
Summary Conflict if glossaries before datatool

Return to Search Results

Sign in to subscribe to notifications about this report.

Description

I know:
  1. datatool should be loaded before hyperref,
  2. hyperref should be loaded before glossaries,
but, in case glossaries is loaded before datatool, the compilation fails because of:
! LaTeX Error: Control sequence \l__datatool_tmpa_tl already defined.
It would be nice if such an error could be avoided.

MWE

Download (102B)

\documentclass{article}
\usepackage{glossaries}
\usepackage{datatool}
\begin{document}
\end{document}

Evaluation

The problem occurs when datatool-base is loaded before datatool (rather than implicitly during datatool loading) and glossaries loads datatool-base.

Fixed in v3.4.3. Please allow a few days for it to reach the TeX distributions.

Comments

1 comment.

🔗Comment from Denis Bitouzé
Date: 2025-12-04 12:38:48

Many thanks for the quick fix!

Replying to Comment #170:

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

Return to Search Results