Bug Tracker RSS feed

ID 291🔗
Date: 2025-03-10 15:16:11
Last update: 2025-03-16 13:59:09
Status Closed (Fixed)
Category datatool
Version 3.0.1
Summary Missing file `datatool-lua.def' for math=lua.
Cross Ref 289

Return to Search Results

Sign in to subscribe to notifications about this report.

Description

Iam using LuaHBTeX (Version 1.21.0) (MiKTeX 25.2 Portable) and the MWE leads to the following error:
...
...
(C:/PortableApps/Miktex/texmfs/install/tex/latex/amsmath/amstext.sty
(C:/PortableApps/Miktex/texmfs/install/tex/latex/amsmath/amsgen.sty))
(C:/PortableApps/Miktex/texmfs/install/tex/latex/amsmath/amsbsy.sty)
(C:/PortableApps/Miktex/texmfs/install/tex/latex/amsmath/amsopn.sty))

! Package datatool Error: Missing file `datatool-lua.def' for math=lua. No math
 commands available! .

See the datatool package documentation for explanation.
Type  H <return>  for immediate help.
 ...

l.929  }

?

MWE

Download (113B)

\documentclass{scrreprt}
\usepackage{datatool}
\usepackage{amsmath}

\begin{document}
Test
\end{document}

Evaluation

I don't understand why it's still missing in MikTeX. It's correct in TeX Live, but I've just uploaded v3.1 and I've double-checked that the file is in the tds archive so hopefully that should fix it.

Update: based on the comment from issue #289, it seems the files are now in MikTeX, so I'm closing this as fixed.

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. 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=291

Return to Search Results