views:

75

answers:

1

Using the LaTeX command \today, I can insert the current date. Is there any way to insert the current year with a simple command? All I want is the simple 4 digit year that shows up in \today

+10  A: 
\the\year

Here\yearrepresents a number and\thelets you output it as a text.

abenthy
For the sake of completeness, is there a way to get just `'10`
Geoff