Tagged Questions
7
votes
1answer
66 views
Define macro based on Datatool contents
I can define a macro of the form \csname../dirX Color\endcsname manually and use it as desired. However, I am unable to do the same thing based on the contents as read by the datatool package.
The ...
4
votes
1answer
71 views
Expansion Issue with omit list provided to \DTLdisplaydb
In my DB the number of columns is rather large. Hence, I am trying to eliminate any columns which contain only 0 entries.
The number of columns, nor the column keys, are know upfront.
So, I step ...