Tagged Questions
14
votes
2answers
130 views
Use TeX macros to store multiple data
I'm trying to use TeX macros to store multiple data such as website url/name. Here is an example :
\documentclass{article}
\def\Google{{http://www.google.com}{Google Search}}
\makeatletter
...
3
votes
2answers
316 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}
...