My question is focused on the possibility of an Eclipse IDE and its plugin Texlipse. After generating the PDF file, I would like to add the prefix (or something similar), which would include system time. I hope my question is at least somewhat understandable. I think that a similar problem solved everyone, who must distribute pdf files between other colleagues. I know it's a stupid way versioning, but simple.
Thanks
pdflatex --output-dir=output/ --jobname=``date +%d_%m_%y-%H_%M_%S`` testtex.texBut this way will produce so many files. (for each compile times, you get new file and the old files are not deleted)
– lazyboy Dec 15 '12 at 20:46