Bug Tracker
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
Page permalink: https://www.dickimaw-books.com/bugtracker.php?key=12