Bug Tracker RSS feed

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 12🔗
Date: 2013-01-02 09:41:36
Status Closed (Fixed)
Category datatool
Version 2.11
Summary Bug when glossaries loaded before datatool

Sign in to subscribe to notifications about this report.

Description

glossaries v3.04 datatool v2.11

Hello.
When glossaries is loaded before datatool, there is an error :

(/usr/local/texlive/2012/texmf-dist/tex/latex/datatool/datatool.sty
! LaTeX Error: Command \@dtl@mathprocessor already defined.
               Or name \end... illegal, see p.192 of the manual.
l.115 \newcommand*{\@dtl@mathprocessor}{fp}
There is also an error when a package loaded via \usepackage \RequirePackage{glossaries} See the MWE.

Thanks.

MWE

Download (380B)

\documentclass{minimal}

\usepackage{filecontents}
\begin{filecontents}{RequireGlossaries.sty}
  \NeedsTeXFormat{LaTeX2e}
  \ProvidesPackage{RequireGlossaries}
  \RequirePackage{glossaries}
\end{filecontents}

%\usepackage{RequireGlossaries} % uncomment and comment \usepackage{glossaries}
\usepackage{glossaries}
\usepackage{datatool}

\begin{document}
  DOCUMENT
\end{document}

Evaluation

glossaries v3.04 added datatool-base as a required package. This is causing the conflict. As a workaround, load datatool before glossaries.

Fixed in v2.13 (2013-01-15).

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