diff --git a/bacco.sty b/bacco.sty index 4ec7bb0..f046c02 100644 --- a/bacco.sty +++ b/bacco.sty @@ -106,3 +106,12 @@ \addcontentsline{toc}{section}{References} \noindent }{} + +% Revision command - no page break, can appear on same page as references +\renewcommand{\revision}[1]{% + \vspace{1em}% + \begin{center}% + \tiny{Revision: #1} \\ + \tiny{Compiled on \today}% + \end{center}% +}