Search found 1 match

by BKthesis
Mon Feb 13, 2012 9:56 pm
Forum: Text Formatting
Topic: Getting date & time into logfile
Replies: 1
Views: 1592

Getting date & time into logfile

I sometimes process my LaTex through a server for publication I want to get the current date and time into the log file. I've tried things such as:

\usepackage{datetime}
\ClassWarning{}{Processing File... \today \currenttime}%
\typeout{Processing File... \today \currenttime}%
\newcommand ...