I want to insert date into my document. I was able to notice that \today
gives the current date, but anything written with "date" style
will not appear in typesetted document. It doesn't look good if I put it
under "Author" with ctrl+enter.
So I tried to put it into page headers and it appears that
\markboth{lefttext}{righttext} should do this but I can not get it
working. I get the following latex error message:
Package babel error: you haven't defined the language ENGLISH yet
\end{document}
This happens no matter if I use \markboth in preamble or in text.
Any good ideas how to insert date in the document?