Search found 1 match

by pkawak
Thu Sep 04, 2025 7:17 pm
Forum: Page Layout
Topic: Keywords not printed in Paper
Replies: 4
Views: 9291

Re: Keywords not printed in Paper

You can have LaTeX add the keywords after the abstract by inserting

Code: Select all

\setkeys{acs}{keywords = true}
right after the \documentclass line like this

Code: Select all

\documentclass[]{achemso}
\setkeys{acs}{keywords = true}