Tagged Questions
3
votes
2answers
71 views
How to make a short running author list?
I am writing a paper (using the amsart class) where we have four authors. The problem is that the author names on the even pages spill over onto the page numbers and obscure them. What I'd like to do ...
3
votes
1answer
187 views
\thanks command specific to each author
What is the correct way to have a \thanks command for a specific author ?
I don't want to use \author{auth1 \and auth2} for obvious reasons (i.e. be able to distinguish the authors).
I have tried ...
4
votes
1answer
53 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
1k views
Authors in amsart
Is there any way of having a nicely formatted authors section in amsart?
By nicely formated I mean something like here:
5
votes
3answers
384 views
amsart.cls capitalizes the article title. How to disable it?
I am writing an article with amsart.cls. amsart.cls capitalizes the title of the article. I looked into amsart.cls and found that \MakeUppercase is used in \maketitle. I tried to turn off this, but I ...
6
votes
1answer
1k views
title too long when using amsart
I am going to submit an artcile to a conference, and it requires the authours to use amsart document class. When I use this class, on the top of each page, it shows the title or authros name(and ...
5
votes
2answers
1k views
Moving the date in amsart
I am using the amsart documentclass. I use \maketitle at the beginning of my file:
\date{\today}
\maketitle
The problem is that amsart places the date in a footnote at the bottom of the first page, ...
5
votes
2answers
1k views
Disable/toggle smallcaps in the title
I am using the amsart document class. I want to to change the text in the titles (such as in \author) to be written normally and not in small caps.
How can I change this globally? That is, so that ...
8
votes
3answers
12k views
How to write a footnnote attached to the author in a LaTeX paper?
I want to attach a footnote to each author of a paper and write that their research was supported by different grants. How do I do that? Simply \footnote after each author does not work!
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 ...