01-26-2008, 08:35 PM
[quote TheTominator]I presently have a LaTeX document which has a chapter consisting of 10+ pages of tabular information...
Thank you for this detailed explanation.
The output is very repetitive - the same table information displayed 10,000 times or so. If I can't get some sort of continuous display (which HTML was good for), then I'll want to make sure the tables do not break over the page.
I'll check out the PHP-PDF link. The main purpose of the program is heavy-duty computation of this mass spec data... so, re-tooling it for PHP would be onerous, though not impossible. But there must be some python hooks I can use.
Thanks for thinking about this with me. I already made my first table in LaTeX - just in a text editor, so that I can see the repetitive aspects of it and how it applies to my data. Now I will try to get Python to do the same thing...
Thank you for this detailed explanation.
The output is very repetitive - the same table information displayed 10,000 times or so. If I can't get some sort of continuous display (which HTML was good for), then I'll want to make sure the tables do not break over the page.
I'll check out the PHP-PDF link. The main purpose of the program is heavy-duty computation of this mass spec data... so, re-tooling it for PHP would be onerous, though not impossible. But there must be some python hooks I can use.
Thanks for thinking about this with me. I already made my first table in LaTeX - just in a text editor, so that I can see the repetitive aspects of it and how it applies to my data. Now I will try to get Python to do the same thing...