Search found 1 match

by hildogjr
Mon Sep 30, 2019 8:18 pm
Forum: New Members
Topic: Add page number on appendices env start page
Replies: 0
Views: 2511

Add page number on appendices env start page

How to add the page number / change the page style of the initial appendix page?

I am using the follow code:
\documentclass[a4paper,12pt,oneside]{abntex2}
\usepackage{appendix}
\renewcommand{\appendixtocname}{Apêndice}
\renewcommand*\cftappendixname{\appendixname\enspace}

\begin{document ...