I have create some sort of Template I'm using for my reports. The Data shown in those document is collected by a script running on a webserver.
I was wondering if there is an appropriate method for creating the whole reports via scripting. My first intention was to simply replace strings withing the .texfile but this seems to be a very dirty method.
I'm considering writing my own tool which should be capable of setting some sort of variables within the .tex file. Maybe in combination with a package created for this purpose. The final goal would be, to run everything as a web-service giving you the ability to simply download the finished report.
Are there any Tools which are already doing this?
\inputcommands in the main TeX file. From time to time I generate whole TeX file which is processed by some TeX engine afterwards. – Malipivo Jun 07 '14 at 06:13