I want to insert some information from a csv text file or from a mdb (MS data base) base into a latex document. For example I have a document with math exercises and I would like to insert the first and the second element (i.e. exercise) of the base into \begin{enumerate} \end{enumerate}. How could this achieved in LaTeX?
Tell me more
×
TeX - LaTeX Stack Exchange is a question and answer site for
users of TeX, LaTeX, ConTeXt, and related typesetting systems. It's 100% free, no registration required.
|
|
||||
|
The
If you wanted to stop the list at 2 items, you could use a counter
|
|||||
|
datatoolpackage? – Harish Kumar Feb 20 '12 at 10:15