Math & Scienceachemso | RSC Bibliography Style

Information and discussion about LaTeX's math and science related features (e.g. formulas, graphs).
Post Reply
benzol
Posts: 1
Joined: Fri Jun 15, 2012 7:22 am

achemso | RSC Bibliography Style

Post by benzol »

Hello, I'm trying to write the supporting information for a manuscript that we are planning to submit to an RSC journal, and I was wondering is it possible to use RSC style when I have

Code: Select all

\documentclass[journal=chreay,manuscript=suppinfo,a4paper]{achemso}
Some other related issues: if I don't use journal=chreay, it will generate an empty table of contents. But when I have journal=chreay, the text "Supporting Information for:" is missing, and the page numbering becomes 1,2,3... instead of S1,S2,S3...)

I read about the solution (http://tex.stackexchange.com/questions/2642) for using RSC style when using achemso class, but it doesn't work for my case.

Here is a working example:

Code: Select all

\documentclass[journal=chreay,manuscript=suppinfo,a4paper]{achemso}

\author{benzol}
\affiliation{abc univeristy}
\title[paper SI]{Supporting Information for the paper}

\begin{document}
\thispagestyle{empty}
\newpage
\tableofcontents
\thispagestyle{empty}
\newpage
\setcounter{page}{1}
\setlength\parindent{0pt}
\section{General}
All reagents and starting materials were purchased from Acros and used without further purification.

\section{Synthesis}
Compound 1 was synthesized according to the literature method.

\section{NMR Spectra}

\end{document}
Thank you for your time!

Recommended reading 2024:

LaTeXguide.org • LaTeX-Cookbook.net • TikZ.org

Learn LaTeX easily with newest books:

The LaTeX Beginner's Guide: 2nd edition and perfect for students writing a thesis

The LaTeX Cookbook: 2nd edition full of practical examples for mathematics, physics, chemistry, and more

LaTeX Graphics with TikZ: the first book about TikZ for perfect drawings in your LaTeX thesis

josephwright
Site Moderator
Posts: 814
Joined: Tue Jul 01, 2008 2:19 pm

Re: achemso | RSC Bibliography Style

Post by josephwright »

The achemso class is intended only for submissions to the ACS (as you might expect). As such, there is no facility to make changes for non-ACS journals. The RSC provide templates for their journals at http://www.rsc.org/Publishing/Journals/ ... es/tex.asp, but for supplementary information the formatting of text is usually not significant. I would recommend using the standard article class and loading appropriate support.
Joseph Wright
Post Reply