Is there a way to make a one column abstract in a two column document be the same width as the following twocolumn text?
This question follows on from this answer.
MWE:
\documentclass[twocolumn]{article}
\usepackage{blindtext}
\title{Title}
\begin{document}
\twocolumn[
\begin{@twocolumnfalse}
\maketitle
\begin{abstract}
\blindtext
\end{abstract}
\end{@twocolumnfalse}
]
\Blindtext
\end{document}