Nirmal Govind wrote: > 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"?
If you're using prettyref, you have to define a new format in preamble:
\newrefformat{app}{appendix~\ref{#1}}
and then use "app:foo" for labels.
Juergen.
