date - LaTeX command for last modified -
is there latex command prints "last modified" date of actual document? since latex projects consist of more 1 file command ideally prints date of actual file, not of project.
unfortunately, tex not provide commands such information; way such information
- by running non-tex script create tex file before running latex , including file in main latex document somehow, or
- by running external script from tex (which works if so-called write18 or shellescape feature enabled; you'd have consult manual of tex implementation this, , not have stubborn sysadmin).
it possible extended texs support file info commands (luatex perhaps?), it's not part of tex proper.
Comments
Post a Comment