Tagged Questions
6
votes
1answer
147 views
Problem with old ConTeXt separated list example
I have been trying to get the following small example from ConTeXt garden to work without success.
\starttext
\usemodule[database]
\def\SendMe#1#2#3#4{\framed
[align={flushleft,lohi},
width=4cm,
...
4
votes
2answers
274 views
Cutting a table to fit the available space on a page
I have a long list of data, in a CSV file, formatted like this:
tiger, 300, 10.0, 7, 4.0
lion, 200, 15.0, 5, 3.0
bear, 100, 15.0, 3, 1.0
fish, 10, 10.0, 2, 0.1
The first rows are more important ...
5
votes
2answers
386 views
Replacing matching text with a macro containing information from a CSV file
I have some data stored in a CSV file, in this manner:
000000001 @ name @ information @ more information @ some more information
I also have a information.tex file containing the numbers from the ...