According to Brazilian norms, all pages starting from the second should be numbered in their corners. However, in my document, some weird stuff happens: the second page is numbered in its center and all pages starting from the third bear no numbering at all.
I'm using Sharelatex.
My code is as follows:
Code: Select all
\documentclass[12pt,openright,twoside,a4paper,english,french,
spanish,brazil]{abntex2}
\usepackage[abntex2]{abntex2cite}
\usepackage{helvet}
\renewcommand{\familydefault}{\sfdefault}
\setlength{\parindent}{1.3pt}
\setlength{\parskip}{0.2cm}
\usepackage{indentfirst}
\usepackage[T1]{fontenc}
\usepackage{titlesec, blindtext, color}
\usepackage[utf8x]{inputenc}
\usepackage[brazil]{babel}
\usepackage{mathtools}
\usepackage{amsmath}
\usepackage{amsfonts}
\usepackage{amssymb}
\usepackage{amsthm}
\usepackage{graphicx}
\usepackage{dsfont}
\usepackage{hyperref}
\usepackage{mathabx}
\usepackage[left = 3.0cm, right = 2.0cm,up= 3.0cm ,down=2.0cm]{geometry}
\theoremstyle{plain}
\newtheorem{teo}{Teorema}
\newtheorem{lem}{Lema}
\newtheorem{cor}{Corolário}
\newtheorem{defi}{Definição}
\newtheorem{exa}{Exemplo}
\newtheorem{exe}{Exercício}
\newtheorem{nota}{Notação}