How to include the title of papers in my reference list?

I'm preparing the manuscript in Latex and following the JPC B style. In the main TeX file I use the following

\documentclass[journal=jpcbfk,manuscript=article]{achemso}

\usepackage[version=3]{mhchem}

\newcommand*{\mycommand}[1]{\texttt{\emph{#1}}}

\usepackage{graphicx}

\usepackage{subfig}

\usepackage{multirow}

\usepackage{longtable}

\usepackage{achemso}

\usepackage{array,booktabs}

\usepackage{float}

\newcolumntype{C}[1]{>{\centering\arraybackslash}p{#1}}

\usepackage{caption}

\bibliographystyle{achemso}

and at the end

\bibliography{citations}{}

It is writing the reference in the following manner

Zhang, Z.; Xu, Z.; Yang, Z.; Liu, Y.; Wang, J.; Shao, Q.; Li, S.; Lu, Y.; Zhu, W. The Journal of Physical Chemistry B 2013, 117, 4827–4835.

But I need the following

Zhang, Z.; Xu, Z.; Yang, Z.; Liu, Y.; Wang, J.; Shao, Q.; Li, S.; Lu, Y.; Zhu, W. Theoretical investigation of some systems. J. Phys. Chem. B 2013, 117, 4827–4835.

More Tarak Karamakar's questions See All
Similar questions and discussions