I am using the aps journal template and appendices are added by using
\appendix
\section{bla bla}
So the result I get is:
"Appendix A: bla bla"
However I would like to know how to change the "Appendix A" for "App A" for example.
Thanks
I am using the aps journal template and appendices are added by using
\appendix
\section{bla bla}
So the result I get is:
"Appendix A: bla bla"
However I would like to know how to change the "Appendix A" for "App A" for example.
Thanks
\renewcommand\appendixname{App}– Gonzalo Medina Aug 15 '15 at 03:39appendixpackage, which is not needed here. – Alan Munn Aug 15 '15 at 06:16\documentclass{revtex4-1}and issue that\renewcommandthe appendix name is correctly changed. See whether this question has a better answer for you How to change the name of document elements like "Figure", "Contents", "Bibliography" etc.? – Alan Munn Aug 16 '15 at 14:45