Skip to content

Instantly share code, notes, and snippets.

@huwr
Last active August 29, 2015 14:00
Show Gist options
  • Save huwr/11240772 to your computer and use it in GitHub Desktop.
Save huwr/11240772 to your computer and use it in GitHub Desktop.
%Make date format of \today command Australian.
%sc and old style figures
\renewcommand{\today}{
\oldstylenums{\number\day}\space
\ifcase\month\or
\sc{January}\or \sc{February}\or \sc{March}\or \sc{April}\or
\sc{May}\or \sc{June}\or \sc{July}\or \sc{August}\or \sc{September}\or
\sc{October}\or \sc{November}\or \sc{December}
\fi\space
\oldstylenums{\number\year}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment