Document Classestoo long Title on alternative pages

Information and discussion about specific document classes and how to create your own document classes.
Post Reply
rajvir_003
Posts: 3
Joined: Sat Apr 21, 2012 8:34 am

too long Title on alternative pages

Post by rajvir_003 »

hi,i am using amsart class and my title of paper is long...itz k on first page..but gtes out when it appears on alternative pages

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

Stefan Kottwitz
Site Admin
Posts: 10335
Joined: Mon Mar 10, 2008 9:44 pm

Re: too long Title on alternative pages

Post by Stefan Kottwitz »

Hi,

welcome to the board!

Perhaps explain a bit more, what the problem is. What you mean that it appears on alternative pages. Do you have several title pages? Or do you mean a title in the header?

Sorry, your post looks like carelessly typed in seconds without reading it yourself. Do you expect that readers in contrast would take their time and think about this problem and write a careful answer?

Just an advice, it would be good if would write the same like you would like to read it in a serious forum. That's improving the chance to get a problem fixed.

Stefan
LaTeX.org admin
rajvir_003
Posts: 3
Joined: Sat Apr 21, 2012 8:34 am

Re: too long Title on alternative pages

Post by rajvir_003 »

actually i am writing a paper with documentclass{amsart}..as i am getting author name on the top of even page numbers and title of my paper on odd number pages..now the problem is that my title is too long and it does'nt fitt..now what to do...
User avatar
Stefan Kottwitz
Site Admin
Posts: 10335
Joined: Mon Mar 10, 2008 9:44 pm

too long Title on alternative pages

Post by Stefan Kottwitz »

Use the optional argument of \title.

Stefan
LaTeX.org admin
rajvir_003
Posts: 3
Joined: Sat Apr 21, 2012 8:34 am

Re: too long Title on alternative pages

Post by rajvir_003 »

i have used \title already..if i use documentclass{article}..then title and author name doesnot appear on top..but in tran-l and amsart it appears..and i need it..but how to adjust title on top of odd pages to text width...?
User avatar
Stefan Kottwitz
Site Admin
Posts: 10335
Joined: Mon Mar 10, 2008 9:44 pm

too long Title on alternative pages

Post by Stefan Kottwitz »

rajvir_003 wrote:i have used \title already.
Great. But as I said above, use the optional argument:

Code: Select all

\title[short text]{long text}
I guess you would understand if I deal with your question as briefly as possible, if at all. For your next post, I recommend you write normal sentences and use common capitalization, as you do in your article.

Understand, this is both a public forum and a LaTeX solutions archive. It's not a chat, where your writing would be ok, also for me. Here, we answered thousands of questions here and fixed thousands of problems which all is for the public to google and to read. You are welcome to join us, or visit a chat if you would just like to chat.

Stefan
LaTeX.org admin
Post Reply