\fancyfoot[CE,CO]{Revision 1.2}
However, I have to manually remember to update that revision number. I'd much rather it pull it automatically from this table:
Code: Select all
\markboth{Revision History}{}
\section*{Revision History}
\addcontentsline{toc}{section}{Revision History}
\addtocounter{section}{1}
\begin{tabularx}{\textwidth}{ c l X l}
\toprule
Revision & Date & Description & Editor \\ \midrule
1.0 & 2008-11-13 & Initial document & Elvis \\
1.1 & 2008-12-01 & Removed Elvis & Bob Dylan \\
1.2 & 2008-12-02 & Clarifications & MJ\\
\bottomrule
\end{tabularx}