New MembersAdd page number on appendices env start page

You would like to introduce yourself before starting to post? That's a nice idea and here is the forum for you...
Post Reply
hildogjr
Posts: 1
Joined: Mon Sep 30, 2019 8:01 pm

Add page number on appendices env start page

Post by hildogjr »

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

I am using the follow code:

Code: Select all

\documentclass[a4paper,12pt,oneside]{abntex2}
\usepackage{appendix}
    \renewcommand{\appendixtocname}{Apêndice}
    \renewcommand*\cftappendixname{\appendixname\enspace}

\begin{document}
     \begin{appendices}
     \appendixpage
     Other appendix pages...
     \end{appendices}
\end{document}
I want to change the \appendixpage page style to add the page number that the top-right corner as the default class style pages. I am using the pdftexcompilation.

Recommended reading 2024:

LaTeXguide.org • LaTeX-Cookbook.net • TikZ.org

NEW: TikZ book now 40% off at Amazon.com for a short time.

And: Currently, Packt sells ebooks for $4.99 each if you buy 5 of their over 1000 ebooks. If you choose only a single one, $9.99. How about combining 3 LaTeX books with Python, gnuplot, mathplotlib, Matlab, ChatGPT or other AI books? Epub and PDF. Bundle (3 books, add more for higher discount): https://packt.link/MDH5p

Post Reply