References
S1. Last, First. Title Volume (number): pages (year).
S2. Last2, First2. Title2 Volume2 (number2): pages (year).
This would be similar to redefining table and figures to be Table S1 and Figure S1, etc., which can be done by
Code: Select all
\renewcommand{\thetable}{S\arabic{table}}
\renewcommand{\thefigure}{S\arabic{figure}}
Thank you!
P.S. The specific document I'm using now uses the article class with the achemso package and associated BibTeX style.