Is there any command or package to insert the version of LaTeX used to create a document? I am looking for a header or footer in the first page that says something like compiled with pdfTeX 3.1415926-1.40.11-2.2 (TeX Live 2010).
Tell me more
×
TeX - LaTeX Stack Exchange is a question and answer site for
users of TeX, LaTeX, ConTeXt, and related typesetting systems. It's 100% free, no registration required.
|
|
|||
|
There is |
|||||
|
|
Not as specific as you want, but Pdftex has the primitive You can make a shell script that creates a file based on the first line of the output of |
|||
|
|
\ProvidesPackageand you will see that there is a global name for the package with the version in it. So as long as the package authors use that declaration you can find it in\csname ver@<package>.sty\endcsname. Ask your own question, though; this is a separate issue. – Matthew Leingang Oct 25 '10 at 13:04