Another qn - what do I need to do to the label for the appendix so that when I cross-reference it, it doesn't say "Section A" and instead says "Appendix A"?
\newrefformat{app}{\ref{#1}}
in preamble and then \label{app:...}
Herbert
Another qn - what do I need to do to the label for the appendix so that when I cross-reference it, it doesn't say "Section A" and instead says "Appendix A"?