I have a source file called 2011-05-27_Myfilename.tex and I'd like to create a PDF file from it called only Myfilename.pdf.
Can this be configured from within the .tex file itself?
(It seems to be possible with
pdflatex -jobname=Myfilename.tex 2011-05-27_Myfilename.tex
However, as many different files are concerned, It would be easier to have an option like output=Myfilename in the LaTeX source code.)
Makefilescripts to generate my PDFs. If that is your case, too, it's easy to enough to either rename the.texor the.pdfin the process. – ℝaphink May 27 '11 at 7:23Makefileapproach sounds like a good workaround, however I did not use it yet. As I'm using GUI editors it is quite easy to use the keyboard shortcut to run pdflatex. – Martin May 27 '11 at 7:28