Tagged Questions
4
votes
1answer
52 views
Problem with abstracts in the jams-l document class
I am preparing a submission to the Journal of the American Mathematical Society, and I'm using the jams-l document class. However, the abstract always appears after the body of my article text. Anyone ...
4
votes
2answers
329 views
Missing abstract with amsart class
I'm not very good at LaTeX but I've been using it to write my dissertation. Have just come to the end and trying to format everything correctly. Whenever I try to put my Abstract paragraph into the ...
9
votes
2answers
920 views
Abstract with light background color
Is there a way to add a background color to the abstract? I tried various combinations of \colorbox and the \begin{abstract} ... \end{abstract} environment, but nothing worked.
I use the current ...
5
votes
1answer
5k views
How do I put keywords after abstract in amsart?
I'm using amsart and want to place keywords after abstract but amsart places them in the footnote. Does anyone know how Ι can override this?
An example of the code I've been using:
...
7
votes
2answers
2k views
Abstract not showing up when removing \maketitle
I have the code:
\maketitle
\begin{abstract}Some text \end{abstract}
\newpage
\section{some section}
But when I comment out \maketitle the document shows \section{some section}, not the abstract ...