Tagged Questions
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}
...
7
votes
1answer
544 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 ...