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
LaTeX Beginner's Guide LaTeX Cookbook LaTeX TikZ graphics TikZによるLaTeXグラフィックス
Post Reply