0

I need the word "Appendix" on both (1)Table of contents and (2) the appendix page to read "Appendix A.mytitleFirstApp" instead of the current "A.mytitleFirstApp". I found the solution to (1) at Adding the word "APPENDIX" to Table of Contents in LaTeX but the solutions of (2) at Adding to the appendix title and Add the word Appendix to header does not work for me. MWE as follows.

\documentclass[12pt,a4paper,onecolumn]{report}
\usepackage[titletoc]{appendix}%title
\begin{document}
\tableofcontents
\chapter{Introduction}
\chapter{mychp2}

\begin{appendices}% I didnt use \appendix because I wanted the word "Appendix" to appear in table of contents too \chapter{First} \chapter{sec} \end{appendices} \end{document}``` Thank you

  • From your MWE, I did see 'Appendix' in the header of the appendix page. I didn't see the form "A,mytitleFirstApp" appear. – Tom May 17 '22 at 15:57
  • i realised i have another command suppressing the words "chapter" and "appendix" for the headings. Thank you. – Spherical Moments May 17 '22 at 17:08

0 Answers0