I'm using texmaker and PdfLaTeX. With the exception of changing the .tex filename, does anyone know how to modify the output file name based on a parameter?
I am aware that the following line...
%& -job-name=XYZ
if placed at the beginning of the document would be parsed as an additional parameter. In the above case this would instruct the generation of XYZ.pdf when typeset, therefore:
%& -job-name=XYZ_26Dec2012
would accordingly produce XYZ_26Dec2012.pdf
How can I get the 26Dec2012 to change based on the actual date (automatically), therefore keeping a chronology of working documents as they change over time?
XYZ.pdftoXYZ_26Dec2012.pdf. – Tim Hoffmann Mar 17 '13 at 23:47ararainTexmakerto build your documents? – StrongBad May 24 '13 at 16:58