Tagged Questions
4
votes
2answers
85 views
Timestamp in document / pdf name
Let's assume my document is called test.tex. Instead of creating a test.pdf I would like to add a suffix date stamp to the filename, e.g. test_2013_05_29 (test_yyyy_mm_dd). I am compiling with ...
9
votes
1answer
136 views
Does \today use the system clock or take time off of a time server?
I would like to know whether \today gets time off of a time server or the system clock, and when. Does it get the time when compiling? Upon viewing the document created?
6
votes
1answer
196 views
Require a certain (or later) version of a package?
Is there a way to enforce that a certain version, or a later version, of a package is loaded when building the document? I've found that compiling a document on another platform, where the package ...
10
votes
4answers
3k views
Having a LaTeX PDF display the date the document was printed, not compiled…
I have been looking around for quite some time trying to find a way for a PDF (created using XeTeX) to adjust the date accordingly by the date it was printed - not compiled. I am familiar with \date, ...