hexadecimal pagenumbering

This commit is contained in:
john stone 2013-07-20 00:53:40 +02:00
parent 0be83f265a
commit e5884370c8

View File

@ -47,6 +47,7 @@
% \setmonofont[Mapping=tex-text]{Courier Prime} % \setmonofont[Mapping=tex-text]{Courier Prime}
\fi \fi
\RequirePackage{fmtcount}
\RequirePackage{scrpage2} \RequirePackage{scrpage2}
\RequirePackage{graphicx} \RequirePackage{graphicx}
@ -57,7 +58,7 @@
\setheadsepline{0.5pt} \setheadsepline{0.5pt}
\ifoot[]{Datenschleuder. \@volume / \@year} \ifoot[]{Datenschleuder. \@volume / \@year}
\ofoot[]{\thepage} \ofoot[]{\texttt{0x\ifthenelse{\value{page}>15}{}{0}\hexadecimal{page}}}
\setfootsepline{0.5pt} \setfootsepline{0.5pt}
%FIXME: use abstract environment in prior of nasty DSabstract command %FIXME: use abstract environment in prior of nasty DSabstract command