i am trying to insert my keywords after the abstract, introduced in the preamble. This is the last thing to do on my very first LaTeX document. but it does not work. Researching the web doesn't help yet, only manual writing the keywords after the abstract (i don't think this is intended?!).
Code: Select all
\documentclass[journal=ancham,manuscript=article]{achemso}
%...
%...
\keywords{XXX, YYY, ZZZ}
\begin{document}
\begin{abstract}[i][Keywords:]%first try[/i]
TEXTEXTEXTEXTEXTEXTEXT
\end{abstract}
%after that, second try:
\begin{keywords}
XXX, YYY, ZZZ
%\end{keywords}
Thanks ex ante.