Tagged Questions
6
votes
1answer
199 views
Storing unexpanded macro definitions (including #1, #2, …) for later use (now includes full usecase)
Preliminary Info
I'm working on a new LaTeX package to make scoping more flexible. To do this I'll be capturing and reintroducing user defined commands behind the scenes.
(For a comprehensive ...
4
votes
1answer
194 views
One cell too many with datatool and longtable
I am aware of the previous post datatool with longtable, but it didn't solve my problem.
I've a document with 10 tables or so, for each table I use this piece of code:
\DTLsetseparator{;}
...
3
votes
2answers
319 views
Weird error when using datatool's `\DTLaddall` in a `\DTLforeach`
Given test.csv containing:
donor,core,non-core
Norway,137.6,111.4
The Netherlands,116.6,85.8
and data-problem.tex containing:
\documentclass{article}
\usepackage{datatool}
\begin{document}
...