How to add a page number on the bootom of the first pages in table of contents, list of figures/tables and bibliography?
\tableofcontents
\listoftables
\listoffigures
\bibliography{filename}
Preamble:
\documentclass[12pt,a4paper,oneside]{mwbk}
\usepackage[tableposition=top]{caption}
\usepackage{graphicx}
\usepackage{threeparttable}
\usepackage{polski}
\usepackage{enumitem}
\usepackage{color}
\usepackage[cp1250]{inputenc}
\usepackage{verbatim}
\usepackage{nameref}
\usepackage{natbib}
\usepackage{hyperref}
\usepackage{setspace}
\bibliographystyle{asr}
\bibpunct{[}{]}{;}{a}{}{,}
\fussy
\widowpenalty=10000
\clubpenalty=10000
\addtolength{\textwidth}{1,5cm}
\addtolength{\hoffset}{0cm}
\addtolength{\textheight}{0cm}
\addtolength{\voffset}{0cm}
EDIT: additional information added previously is not relevant
scrpage2. Whatever it is the best to provide a minimal example. – Marco Daniel Dec 16 '11 at 22:09page-numberingisn't the correct tag. – Marco Daniel Dec 16 '11 at 22:12page-numberingfrom a lot of questions. ;-) (Perhaps this is a question formeta.) – lockstep Dec 16 '11 at 22:17