At the moment I have page numbers at the top. I would like to be able to move them to the down of the page center or right. I have searched in Google but I haven't found solutions that work for me.
How to change page number localization on page?
Edit:
I have found the solution:
Code: Select all
\pagestyle{fancy}
Code: Select all
\documentclass[a4paper,12pt]{book}
\usepackage[T1]{fontenc}
\usepackage[utf8]{inputenc}
\usepackage[tableposition=top]{caption}
\usepackage{etoolbox}
\usepackage{graphicx}
\usepackage{fancyhdr}
\usepackage[top=2.75cm, bottom=2.50cm, left=3.00cm, right=2.50cm]{geometry}
\pagenumbering{arabic}
\widowpenalty=500
\clubpenalty=500
\setlength{\parskip}{3ex plus 2ex minus 2ex}
\linespread{1.3}
\pagestyle{fancy}