Skip to content

Instantly share code, notes, and snippets.

@dunz0r
Created April 23, 2015 10:45
Show Gist options
  • Select an option

  • Save dunz0r/61bd55a9f220bed1b00e to your computer and use it in GitHub Desktop.

Select an option

Save dunz0r/61bd55a9f220bed1b00e to your computer and use it in GitHub Desktop.
\documentclass[10pt]{article}
\usepackage{xintexpr}
\def\roundandprint #1{\xinttheiexpr #1\relax }
% This will be true as long as we don't have more than one party per year
\def\ partynumber{\xintexpr \year - 1990 \relax}
\begin{document}
\roundandprint{\partynumber}
\end{document}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment