4
votes
2answers
371 views

Enumerate environments in abstract [closed]

Consider usage of the standard enumerate environment inside the standard (article) abstract environment: \begin{abstract} We discuss several exciting topics: \begin{enumerate} \item Topic 1, ...
7
votes
1answer
434 views

The abstract environment changes the \linewidth for the whole document

In the article class, it seems that using the abstract environment has an effect to the rest of the document. More precisely, it seems that it redefines the \linewidth, which equals \textwidth without ...
9
votes
3answers
7k views

Remove paragraph indent from abstract in article class

I'm just getting started with LaTeX to write scientific papers. I don't want to have paragraph indentation, so I've used the parskip package to deal with that. However, that doesn't seem to deal with ...