I am writing a paper discussing numerical results of simulations. I am still tuning those simulations itself, so the results keep changing slightly. I don't want to re-type numbers over from what I computed all the time into the LaTeX document by hand.
I am currently using python to extract results and spit it out files in LaTeX format which are then \include'd (tabulars with numbers, basically), but this approach is not very flexible -- in particular, I can't refer to those numbers in running text.
Is there a packaged way to have e.g. text file with name value lines and then refer to value using \name in LaTeX, or something similar?
tabularcode, rather use\input. Perhaps thedatatoolpackage could be of help here. It allows you to read data from a CSV file and perform operations/tests on the database entries. – Werner Oct 27 '11 at 08:13