General ⇒ Date placeholder
Date placeholder
does TC provide a placeholder for the current date?
I want to add a date to the end of the file (e.g. document_30082010.pdf).
I guess you could do it with a small shell script defined as a post-processor.
But then the "viewer functionality" would be broken (open a PDF viewer after the compiling/postprocessing is finished), because you don't have the right filename - you would need something like %bm_%date.pdf.
Is there something like this in TC?
Regards,
div
Learn LaTeX easily with newest books:
The LaTeX Beginner's Guide: 2nd edition and perfect for students writing a thesis
The LaTeX Cookbook: 2nd edition full of practical examples for mathematics, physics, chemistry, and more
LaTeX Graphics with TikZ: the first book about TikZ for perfect drawings in your LaTeX thesis
Re: Date placeholder
Re: Date placeholder
Yes, that workaround is working (and I'm using it so far).
Maybe the placeholder will be added in a future version.