TeX/year
Appearance
< TeX
Synopsis
[edit | edit source]\year=<integer> \year<integer>
Description
[edit | edit source]\year is a parameter that TeX initiates to the current year. It may be changed to any integer <integer> with either of two equivalent forms above.
Examples
[edit | edit source]Recall that the command \number will typeset the decimal representation of whatever follows it, and so
\number\year
will typeset 2025 (the current year), if the \year parameter has not be redefined.
\year=670 \number\year
will typeset 670.