{amsart} is a document class provided by AMS, roughly equivalent to `article`, but conforming to the AMS journal style.

learn more… | top users | synonyms

10
votes
3answers
428 views

Enumerate alignment problem in theorem environment

I'm using amsart. When I create an enumeration inside a theorem environment, the numbering is not aligned properly: Theorem 14. (1) (2) (3) (4) How do I shift the (2),(3),... to be aligned with ...
3
votes
2answers
829 views

Fix for amsart.cls tableofcontents bug regarding starred sections?

The command \section* is meant to produce a section that is not listed in the table of contents. However, when using amsart.cls, such sections are still listed. I believe this is a known bug. How ...
5
votes
1answer
501 views

Amsart with algorithm2e introduces extraneous text into pdf file with Texlive 2011

I just removed the default Ubuntu TexLive 2009 installation and installed TexLive 2011 using install-tl. However, now I am facing problems with the amsart and algorithm2e packages. Specifically, when ...
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 ...
9
votes
2answers
935 views

Lineno - numbering abstract's lines.

The package lineno.sty is not numbering my abstract's lines. Any suggestions? Thanks. \documentclass[a4paper,12pt]{amsart} \usepackage{indentfirst} \usepackage{hyperref} \usepackage{showkeys} ...
15
votes
4answers
1k views

How to prevent paragraph breaks after theorem environments?

By default, the list environments (such as itemize) have the nice property that if you add a blank line after it, it starts a new paragraph, and if you don't, the paragraph continues. So The ...
7
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!
5
votes
1answer
828 views

amsart, setspace, and footnotes

When I use the setspace package in an amsart document, the indentation of footnotes is messed up: the first-line indent is lost, with everything pushed to the left. Sample document: ...
4
votes
1answer
152 views

Mimicking amsart's font sizes in the article class

I've been trying to customize the tableofcontents and sections to my own liking in the amsart class, but a lot (if not all) of the packages for either of these two functions are incompatible with ...
2
votes
1answer
3k views

pdfTeX warning: destination with same identifier has been already used, duplicate ignored (weird behavior)

Here is a minimal example: \documentclass{amsart} \usepackage{amsthm} \usepackage[pdftex]{hyperref} \newtheoremstyle{myexercise}{\baselineskip}{\baselineskip}{}{}{\bfseries}{.}{ ...
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 ...
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 ...