Feature 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 15🔗
Date: 2013-08-28 13:27:52
Status Open
Category datatool
Summary Read scientific notation

Sign in to subscribe to notifications about this report.

Description

Hi,

i discovered the datatool package and it is extreme useful! There is just one feature i miss: read numbers in scientific notation (1e5) and recognize them as number (so they can be used e.g. for sorting). Is anything like this planned?

Thanks for this great piece of software! Bye Jonas

PS: I just had another idea: Is there any way to speed up datatool? Even for small csv-files (about 100 rows) it is really slow. Doing the same parsing, sorting, replacing things, reordering of columns, ... with any scripting language or so would be possible in less than a second and datatool needs minutes.

MWE

No mwe.tex

Evaluation

Parsing scientific notation is something I've been thinking of implementing, but so far I haven't had time.

TeX is a typesetting tool and isn't designed for processing data. If you can write a scripting language, you're better off using that to parse and sort the data and then just write out the TeX code to a file that can be input into your document. For users who don't know any scripting languages, datatooltk may speed things up a bit.

Comments

0 comments.


Add Comment

Name (optional):

Are you human? Please confirm the feature request 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/featuretracker.php?key=15