Skip to main content

Questions tagged [datatool]

{datatool} is a tool to create and manipulate databases.

1 vote
0 answers
64 views

I am using \begin{filecontents*}[overwrite]{glo.tex} \newglossaryentry{A} { name=B, description={C} } \end{filecontents*} \documentclass[german, ngerman]{article} \usepackage[ngerman]{babel} \...
user1's user avatar
  • 2,564
0 votes
1 answer
88 views

I move from the 2021 distribution to the 2025. And compiling my .tex file a receive an error from the datatool package. I have the latest version of datatool (3.4.1). Here is my code: \documentclass[...
JBOP's user avatar
  • 129
1 vote
2 answers
67 views

I'm using the datatool package to load and display data from a text file (TestData.txt) in LaTeX. The last column, Description, contains a list of items that I'd like to iterate over and display (e.g.,...
Marco Moldenhauer's user avatar
1 vote
1 answer
38 views

I'm using datatool to create a table with data from a CSV file. The output is the following: But I'd like to add some PDF meta data via hypersetup, for example, pdftitle=foo. So, loading the hyperref ...
Sigur's user avatar
  • 38.3k
0 votes
1 answer
121 views

I would like to use the glossaries package to create a list of abbreviations and a list of symbols. I like the acronym style definition with style=alttree but without a page number. I tried using a ...
SENTiNEL's user avatar
  • 133
5 votes
0 answers
826 views

Consider the following MWE: \documentclass{article} \usepackage[ngerman]{babel} \usepackage{glossaries} \begin{document} text \end{document} When compiling this code with latexmk the following ...
David's user avatar
  • 83
0 votes
1 answer
93 views

I have a csv file with the following columns Section Subsection item_number text A N 1 "first_text_n" A M 1 "first_text_m" A M 3 "second_text_m" I would like to use ...
Daniel Kagan's user avatar
3 votes
1 answer
58 views

The MWE with TeXLive2024 using pdflatex yields: But, with updated TeXLive2025 yields: Use of \??? doesn't match its definition. ??? ! LaTeX Error: Erroneous variable \1used! l.47 \DTLloaddb[...
Peter Grill's user avatar
1 vote
1 answer
88 views

I am building a table in latex: using dynamically loaded values from csv files these csv files are differently formatted (different column names!) and I want these to be formatted using siunitx -- ...
FooBar's user avatar
  • 1,143
7 votes
1 answer
198 views

I want siunitx's S column type to operate on dynamically-loaded data, i.e., data inserted into a cell via a \DTLfetch directive, where \DTLfetch is a macro provided by the datatool package. The ...
FooBar's user avatar
  • 1,143
1 vote
2 answers
95 views

I have a table where I am dynamically loading values. For now, just a single value for testing, but all the numbers here will eventually be loaded. \documentclass{article} \usepackage{booktabs} \...
FooBar's user avatar
  • 1,143
1 vote
3 answers
175 views

I would like a table that: can use with A4 or A5 paper can span mutiple pages can use the whole textwidth break lines in the row when needed read the data from a csv file \documentclass[a4paper,...
Udo's user avatar
  • 29
4 votes
2 answers
128 views

I would like to check if a certain word is in the column type so I can run a conditional on it. My approach is that I gather all entries of the column type in one command (e.g. \mylist) to check if ...
lukascbossert's user avatar
1 vote
1 answer
85 views

\documentclass[10pt]{article} \usepackage{fourier} \usepackage[margin=0cm, paperwidth=8.6cm, paperheight=4.5cm]{geometry} \usepackage[T1]{fontenc} \usepackage[utf8]{inputenc} \usepackage[french]{babel}...
Ousseynou Diagne's user avatar
2 votes
1 answer
74 views

I am reading a CSV file with datatool. If a cell contains multiple separators (,), the part in between the separators is missing (cell1.3.2 in the example below). How can I read in the complete cells? ...
luki's user avatar
  • 2,078

15 30 50 per page
1
2 3 4 5
28