Bug Tracker 
| ID | 100🔗 |
|---|---|
| Date: | 2015-11-12 03:56:41 |
| Status | Closed (Fixed) |
| Category | datatool |
| Version | 2.23 |
| Summary | \DTLifstringeq depends on Babel |
Sign in to subscribe to notifications about this report.
Description
The simple example below shows results that depend on using or not Babel.
Without Babel: T/F/T/T
With Babel english: F/F/T/T
With Babel french: F/F/T/T
MWE
Download (407B)
\documentclass[12pt,a4paper,final]{article}
\usepackage[utf8]{inputenc}
\usepackage[english]{babel}
\usepackage[T1]{fontenc}
\listfiles
\usepackage[verbose]{datatool}
\begin{document}
\DTLifstringeq{an apple}{an~apple}{true}{false}
\DTLifstringeq{An apple}{an~apple}{true}{false}
\DTLifstringeq*{an apple}{an~apple}{true}{false}
\DTLifstringeq*{An apple}{an~apple}{true}{false}
\end{document}
Evaluation
This should now be fixed in version 2.32.
Comments
0 comments.
Add Comment
Page permalink: https://www.dickimaw-books.com/bugtracker.php?key=100
