Nirmal Govind schrieb:
Hi.. how do I rename the heading of an Appendix so that it shows up as "Appendix A: <Title>" instead of just "A: <Title>". And how would I change that to be "Appendix 1: <Title>" to have numbers instead of letters? I'm writing a paper using the article class.
write as first line in your appendix (after you insert it with layout->toggle appendix
\renewcommand\thesection{Appendix \arabic{section}:}
Remember, that you'll get Problems with the TOC. You have to change the label width
Herbert
