{amsart} is a document class provided by AMS, roughly equivalent to `article`, but conforming to the AMS journal style.
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!
5
votes
0answers
75 views
Include a paper in a dissertation
I'm start writing my dissertation and I want to include two papers that I wrote in the appendix. I want them to appear in the original format that they were written (amsart). I'm using a template ...
6
votes
1answer
1k views
Table of contents with indents and dots
I have a table of contents that looks like the following in my working example.
\documentclass[a4paper,12pt]{amsart}
\usepackage{tikz}
\usepackage{graphicx}
\usepackage{ellipsis}
\usepackage{soul}
...
5
votes
1answer
70 views
Is there a proper way to use mathdesign fonts in amsart?
\documentclass{amsart}
\usepackage[bitstream-charter]{mathdesign}
gives
Package mathdesign/mdbch Warning: Package 'amsfonts' shouldn't be used in conjonction with package mdbch
Is there a ...
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 ...
3
votes
2answers
68 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 ...
1
vote
0answers
39 views
flexisym incompatible with AMS classes since last expl3 update
It seems that since the last expl3 update (March 14, 2013), the flexisym package (used by breqn) is no longer compatible with the AMS document classes. Here is a minimal failing example:
...
6
votes
2answers
80 views
Beamer article mode + amsart freezes latex
If i try to get an article from my beamer slide using article mode and amsart style, my compiler (pdfLaTeX, LaTeX) gets stuck in an infinite loop:
\documentclass{amsart}
\usepackage{beamerarticle}
...
2
votes
2answers
88 views
Problems with bottom margin and alignment of text
1.) The space between the page number and the text margin is too small and I'd like to adjust it.
Somebody recommended, the geometry package, e.g.
\usepackage[
top = 2.75cm,
bottom = 5.50cm,
left ...
3
votes
1answer
85 views
Remove indent from table environment, and center-set the resulting table
How can I center my table if I'd like it to be ´1.5\textwidth´?
\documentclass{amsart}
\usepackage{graphicx}
\usepackage{booktabs}
\usepackage{ctable}
\usepackage{tabularx}
\usepackage{rotating}
...
3
votes
2answers
75 views
Omit specific subsection from table of contents?
Is it possible to omit a single specific subsection from the table of contents, while keeping it numbered as usual within the main body, and keeping other subsections listed?
(I am using the amsart ...
1
vote
1answer
90 views
Making the entries of bordermatrix smaller
How do I make the entries in bordermatrix smaller?
\documentclass[reqno]{amsart}
\usepackage{amssymb}
\usepackage{mathrsfs}
\usepackage{amsmath}
\usepackage{amsthm}
\usepackage{stackrel}
...
3
votes
2answers
214 views
How do I eliminate extra vertical space between the title and the first section heading?
When I use the amsart class with a lot of in-text figures, I find that the section headings do not stand out quite as much as I would like. Thus, I have taken to adding the following to my preamble, ...
7
votes
1answer
288 views
\section and \subsection alternating in the header
Right now, I'm trying to finalize the layout of my diploma thesis - unfortunately I cannot figure out how to achieve the heading I want.
I'm using the amsart document class and try to achieve the ...
8
votes
1answer
373 views
Why is LaTeX replacing 2010 for the math subject classification with 1991?
I am trying to compile a .tex document and convert it to PDF where I used the command:
\subjclass[2010]{***(primary), and ***(secondary)}
(*** correspond to some suitable number from the subject ...
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:
3
votes
1answer
184 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 ...
5
votes
1answer
77 views
Error using amsart with algorithmic[x]
I use the algorithm and algorithmicx packages to type algorithms in a paper and my main document class is amsart. All is well until I try to use \listofalgorithms. This returns a variety of error ...
0
votes
0answers
47 views
Bibtitlestyle font change [closed]
I am trying to modify the amsart.cls in order to get the same font as for Part.
Inside the class definition there are a few lines that define the bibiliography title style
...
1
vote
1answer
83 views
underline in a part of a section title in amsart
I want to use math symbols including underline (e.g. $\underline{R}_{H,V}$) in a section title in a document in amsart documentclass with table of contents. So I typed (roughly)
...
3
votes
1answer
85 views
What is the font size of the references section in the amsart class?
Does anyone happen to know what the default fontsize of the references section in the amsart class is?
1
vote
1answer
230 views
Change the vertical spacing between “References” heading and bibliographic entries
I am using BibTeX with the amsart class. Is there a way to decrease the vertical spacing between the "References" section heading and the bibliographic entries?
5
votes
1answer
175 views
\date command - replacing “Date:” by something else
I'm using \documentclass{amsart}. In the tex file, before \maketitle I write \date{22th october 2012}, and then I obtain "Date: 22th october 2012." as a result.
Using \date, I want it to print ...
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 ...
10
votes
3answers
431 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 ...
5
votes
2answers
659 views
AMSTeX table of contents
I'm using the docoumentclass amsart. Two things I don't like:
The table of contents (TOC) looks kind of poor, is there an easy way to change it? I like it from article more.
If I use \section*{bla} ...
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 ...
4
votes
1answer
153 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 ...
5
votes
1answer
1k views
Left aligned section title
I use a LaTeX template which center aligns all section titles. I want to left align these section titles but I do not know how. I tried
\begin{flushleft}
\section{\textbf{Introduction and ...
4
votes
1answer
827 views
Removing brackets from the reference [duplicate]
Possible Duplicate:
How to use 1. (number followed by dot) format instead of [1] format in bibliography
I'm using the amsart class, and the command \begin{thebibliography} for references.
...
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 ...
7
votes
1answer
173 views
How to boldface a section header? (including title and number)
I'm using class amsart, and I want to boldface each section's header.
That is, the part \section{whatever} - it appears as, for instance, <3. Whatever>
Now I wish to boldface the <3. Whatever> ...
3
votes
1answer
177 views
AMS article section headings in sans-serif
I want to produce an AMS article document using only a sans-serif font. The following almost achieves this:
\documentclass{amsart}
\renewcommand{\familydefault}{\sfdefault}
...
However, section ...
5
votes
2answers
166 views
subsection vs Theorem
This a typographical/style question. Inside a subsection (after just one paragraph) I have some theorems (amsmath environment). The word Theorem looks stronger (bold, starting with a capital letter) ...
8
votes
2answers
1k views
Newlines after section headings in amsart
This latex code:
\documentclass[9pt]{amsart}
\begin{document}
\subsubsection*{Animals}
Rabbit horse monkey cow
\end{document}
Generates something that looks approximately like this:
...
9
votes
2answers
918 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
335 views
Adding indents to the ToC without adding dotted lines between sections
I wanted to add indents to format my ToC so I added the tocloft package I saw recommended on other threads. Now the indentation is perfect, but there is a dotted line in between each section in the ...
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:
...
3
votes
2answers
222 views
Equation Spacing in AMSART
I'm having some small amount of inconsistency with my equation spacing when using the amsart class.
I have the following:
Paragraph 1 text here.
\begin{equation}
F_n = F_{n - 1} + F_{n - 2}
...
1
vote
1answer
185 views
Incomplete Mailto in PDF with amsart [closed]
When I use the amsart class and run LaTeX => PDF, the email macro produces strange output. Namely, the PDF shows an incomplete mailto. For example:
\documentclass{amsart}
\email{a.b@c.d}
...
7
votes
1answer
240 views
Abstract with amsart class and fontspec (with XeLaTeX)
There is an error message which I do not understand when I use amsart in conjunction with fontspec. The math text in the abstract seems to be deemed too small?
The error is
\textfont 6 is ...
3
votes
1answer
398 views
table of contents title removed
I wanted to change my paragraph style in my report so that there was no indentation. I used in my preamble:
\usepackage[parfill]{parskip}
Whilst this has dealt with the indentation, it appears to ...
3
votes
2answers
396 views
How to have an amsart-like subsection style
If you use the amsart class, then it puts a period after the subsection title, but not if there is no title. For example, if I write
\subsection{Title}
Blah1
\subsection{}
Blah2
Then amsart ...
5
votes
3answers
381 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 ...
2
votes
1answer
584 views
amsart and titlesec - title font won't change
Ok, I am very new to LaTeX. I am using a default template. I have been trying to figure out how to change the font sizes and other formatting. Reading forums convinced me to try titlesec. All titlesec ...
7
votes
2answers
842 views
Error “Please insert PRERENDERUNICODE”
I meet a subtle problem. My simplest code is as follows. I am working in Win 7-32bit, my editor is WinEdt 7.0 (Build: 20120125 (v. 7.0)), saved as UTF-8, compiled with pdflatex(MiKTeX2.9).
...
7
votes
2answers
2k views
Using \textsuperscript to put commas between consecutive footnotes in amsart document
I'm trying to insert a comma between consecutive footnote markers in an amsart document. I'm trying to do this without using the footmisc package, since for some reason it causes the footnotes in my ...
7
votes
1answer
543 views
Footnote indentation with amsart and setspace
A follow-up to this question: amsart, setspace, and footnotes
As explained there, using the setspace package in an amsart document removes the indentation in the first lines of footnotes. This is ...
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 ...
2
votes
1answer
2k views
two questions about amsart
If I'm writting a mathematical paper and I'm using
\documentclass[a4paper,titlepage]{amsart}
on the first page there's the titel at the very top of the page. On the second page there's the authors ...
