astro-group-bristol/developer-group

Making abstract full text width in Latex (Revtex4-2)

Opened this issue · 1 comments

Add this to your preamble to make abstract text width

\makeatletter
\renewcommand\frontmatter@abstractwidth{\dimexpr\textwidth\relax}
\makeatother

Fix from stackexchange.com

🚀