Page Layout ⇒ amsart | Random Full Stop with additional Subsection
amsart | Random Full Stop with additional Subsection
I am using document class amsart to write up my thesis. I have been using section/subsections. When I put in a new subsection the first paragraph starts with a full stop and I'm not sure where it has come from and how to get rid of it.
Just wondering if anyone knows how I could get rid of it?
Many thanks
NEW: TikZ book now 40% off at Amazon.com for a short time.
And: Currently, Packt sells ebooks for $4.99 each if you buy 5 of their over 1000 ebooks. If you choose only a single one, $9.99. How about combining 3 LaTeX books with Python, gnuplot, mathplotlib, Matlab, ChatGPT or other AI books? Epub and PDF. Bundle (3 books, add more for higher discount): https://packt.link/MDH5p
-
- Posts: 707
- Joined: Tue Mar 25, 2008 5:02 pm
amsart | Random Full Stop with additional Subsection
Code: Select all
\makeatletter
\def\@addpunct#1{%
\relax\ifhmode
\ifnum\spacefactor>\@m \else\fi
\fi}
\makeatother
I recommend option (a); the amsart class is not intended in any way to be used for a thesis. I'd recommend the "report" class, if your school doesn't have its own document class that does the formatting the way they want it. If it's a short document (i.e., no chapters), then "article" is better than "report"; most theses should use "report" or a variant on it.