Document ClassesChange Section and Subsection Headings in Amsart class

Information and discussion about specific document classes and how to create your own document classes.
Post Reply
Firat
Posts: 2
Joined: Tue Jan 04, 2011 9:46 am

Change Section and Subsection Headings in Amsart class

Post by Firat »

Hi Everybody,

I want to make simple templates for a journal. But I am not expert in latex so I search in internet for improving my knowledge.

I want to include journal logo and some information top of the article. I saw that it is possible in amsart class (as far as I know). I make something, but ???

Also the section headings not look like very good. I prefer that all section, subsection headings are in bold face, left alignment, not capital letter and indipendent from paragraph.

I am waiting for your suggestions and recommendations for the above problem

Thanks in advance

Firat

Recommended reading 2024:

LaTeXguide.org • LaTeX-Cookbook.net • TikZ.org

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

frabjous
Posts: 2064
Joined: Fri Mar 06, 2009 12:20 am

Re: Change Section and Subsection Headings in Amsart class

Post by frabjous »

I wouldn't use the amsart class to begin with. I'd start with the standard article.cls and work from there. (Or perhaps start with the memoir or Koma Script article classes.) The AMS packages have a lot of quirks it would be best to steer clear of if at all possible.

Are these templates for your own personal use, or are they to be the official templates for your journal? Nothing personal of course, I wonder about the wisdom of having someone new to LaTeX creating templates!

Are these templates to take the form of .tex documents which will be supplied to users to fill in, or are they going to be a document class (.cls) file, or is it a package (.sty) file?

I think I'd answer the problem about the headings differently depending on the above.

What exactly was the problem with the logo? Your description was unclear.
Firat
Posts: 2
Joined: Tue Jan 04, 2011 9:46 am

Re: Change Section and Subsection Headings in Amsart class

Post by Firat »

Thanks for your answer frabjous. In the first page of the article I want to include a logo (eps file). I made something in amsart.cls and work good. But I want to see that also in article.cls. I wonder if it possible or not

Thanks in advance

Firatt
User avatar
frabjous
Posts: 2064
Joined: Fri Mar 06, 2009 12:20 am

Change Section and Subsection Headings in Amsart class

Post by frabjous »

I'm sure you can make it work with the article class, but if you want help with that, you need to provide more information, like where you want this logo, and on which pages, etc. I'd also recommend including a .pdf of the logo for those using older versions of pdflatex.

You also haven't made it clear whether you are creating a modified .cls file or just a .tex file.

Uploading the files you're working on or providing a minimal working example would get faster results.
Post Reply