I'm using memoir with the companion page style and the madsen chapter style.
\documentclass[11pt, openany, oneside]{memoir} %Start chapter in even or odd page
\usepackage[utf8]{inputenc} %Carácteres españoles
\usepackage[spanish]{babel} %Traducción de Título, Seccion, etc.
\setcounter{secnumdepth}{2} %Profundidad de Numeracion de titulos
\setcounter{tocdepth}{2} %Profundidad de Numeracion de TOC
\pagestyle{companion}
\chapterstyle{madsen} %Chapter style
\setcounter{chapter}{-1} %Comenzar a numerar en 0
\usepackage{epsfig} %??
%\setlength{\parindent}{0pt} %Eliminar indent inicial
\nonzeroparskip %Aumentar espacio entre párrafo
\tightlists %Less space betwenn item lists
On pages where there is no heading the page number is at the bottom, center position. On pages with heading the page number is at the top, left position.
Is this the default behaviour? I don't like it at all.
Is there a way to make it consistent through all document? I would prefer bottom-center.
Note: I have tried to read the Memoir class documentation but it is a bit hard for me.
epsfigpackage, which is in the distributions only for typesetting old documents. Prefergraphicxwith its much more powerful commands. – egreg Sep 29 '12 at 15:26\chaptermacro (or one it calls to assign the page style), using\thispagestyle{...}explicitly, or (if such an option is available) selecting a particular alternative style offered by the class file. – barbara beeton Sep 29 '12 at 15:42