How can I change the caption of all figures in LaTeX to include a prefix? For example, make all figures appear as "Supplementary Figure 1", "Supplementary Figure 2", ... rather than "Figure 1", "Figure 2"?

thanks.

link|improve this question

76% accept rate
feedback

1 Answer

up vote 1 down vote accepted

The answer is to use the following command:

\renewcommand{\figurename}{Supplementary Figure}
link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.