im working currently on a manuscript for journal that requires the use of the achemso package. Furthermore they require that the list of authors in the bibliography entry should be truncated after a max of 9 authors. Meaning that after the nineth author "et al." will be put in the bibliographic entry.
I looked a bit around and found that this can be done via etalmode=truncate as well as the maxauthors=9 options.
however when i add these to my header (see below) i get the message
Code: Select all
! LaTeX Error: Unknown option `etalmode=truncate' for package `achemso'.
Code: Select all
\documentclass[journal=jacsat,manuscript=article]{achemso}
\usepackage[etalmode=truncate, maxauthors=9]{achemso}
\setkeys{acs}{usetitle=true} %to show title of publciation in reference
\setkeys{acs}{keywords = true} %to show keywords
\linespread{1.5} %double line space
\usepackage{natbib}
\usepackage{hyperref}
\usepackage{color}
\hypersetup{colorlinks=false,pdfborder={0 0 0}} %to avoid coloured markers around hyperref links
\usepackage{fixltx2e}
.....