Latex

From Andreida
Revision as of 11:34, 15 June 2016 by Andreas (talk | contribs) (→‎Misc)

Links

Misc

Custom header/footer

\documentclass{...}
\usepackage{fancyhdr}
\pagestyle{fancy}
\lhead{}
\chead{}
\rhead{}
\lfoot{}
\cfoot{}
\rfoot{}

last page

\usepackage{lastpage}
Page \thepage~/~\pageref{LastPage} }