I would like to change the figures and tables captions from say:
Figure 1:
to
Figure S1:
I know I need to use the caption package, but cannot find the correct option

any ideas?
thanks
NEW: TikZ book now 40% off at Amazon.com for a short time.
Code: Select all
\renewcommand*{\thefigure}{S\arabic{figure}}
Code: Select all
\renewcommand*{\thetable}{S\arabic{table}}
NEW: TikZ book now 40% off at Amazon.com for a short time.