Search found 2 matches

by shearerp
Thu Apr 15, 2010 12:54 am
Forum: Document Classes
Topic: tocloft and amsart interaction
Replies: 2
Views: 2940

Re: tocloft and amsart interaction

I don't need to use amsart, so for now I'll just change to article. I might need it later though if I submit to a journal that wants AMS formatting.
by shearerp
Thu Apr 15, 2010 12:26 am
Forum: Document Classes
Topic: tocloft and amsart interaction
Replies: 2
Views: 2940

tocloft and amsart interaction

If I compile the code below [TeXShop running LaTeX]


%\documentclass[12pt]{article} % tocloft works with this
\documentclass[12pt]{amsart} % tocloft doesn't work with this

\usepackage{tocloft}

\begin{document}
\tableofcontents

\section{Test}
sdfsdfsdf
\subsection{testsub}
dfsdfsdf
\end ...