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 | 114🔗 |
---|---|
Date: | 2016-08-27 05:10:02 |
Status | Open Sign in if you want to bump this report. |
Category | datatool |
Version | 2.27 |
Summary | fp and pgfmath |
Sign in to subscribe to notifications about this report.
Description
In the MWE file provided, when using the optionmath=fp
everything is fine, but when using math=pfgmath
in the log file, it appears
´ ABD: EveryShipout initializing macros ./file.tex:10: Dimension too large. <to be read again> = l.10 ...olumn{scores}{Assignment 1}{\averagescore} % I can't work with sizes bigger than about 19 feet. Continue and I'll use the largest value I can.And if I also uncomment the next line (
\DTLsdforkeys{scores}{Assignment 1}{\stdev}
) it will appear one "2" in the output file.
MWE
Download (446B)
\documentclass{article} %\usepackage[math=fp]{datatool} \usepackage[math=pgfmath]{datatool} \DTLloaddb{scores}{sample-student-records.csv} % this data file may be found in http://www.ctan.org/tex-archive/macros/latex/contrib/datatool/samples \begin{document} \DTLmeanforcolumn{scores}{Assignment 1}{\averagescore}% %\DTLsdforkeys{scores}{Assignment 1}{\stdev} \begin{tabular}{cc} left & right \end{tabular} \end{document}
Evaluation
This is a limitation of the pgfmath library not a bug in datatool, so unfortunately there's nothing I can do about it (other than add a note in the manual that there are different drawbacks to the available libraries).
Comments
0 comments.
Add Comment
Page permalink: https://www.dickimaw-books.com/bugtracker.php?key=114