Increase Line Spacing in Title - Quick Latex Question

  • Context: LaTeX 
  • Thread starter Thread starter neu
  • Start date Start date
  • Tags Tags
    Latex
Click For Summary
SUMMARY

To increase line spacing specifically for a title in LaTeX, users can utilize the command \\[optional_length_argument] to manually insert breaks. This allows for customized spacing without affecting the rest of the document. For example, using \\[0.2in] between title lines achieves the desired effect. This method is particularly useful when global line spacing adjustments are not suitable.

PREREQUISITES
  • Familiarity with LaTeX document structure
  • Understanding of LaTeX commands and syntax
  • Knowledge of font specifications in LaTeX
  • Basic experience with formatting titles in LaTeX
NEXT STEPS
  • Research the use of \\[optional_length_argument] in LaTeX for line spacing
  • Explore advanced title formatting techniques in LaTeX
  • Learn about LaTeX font customization options
  • Investigate global vs. local formatting commands in LaTeX
USEFUL FOR

LaTeX users, document designers, and anyone looking to customize title formatting in their LaTeX documents.

neu
Messages
228
Reaction score
3
I hope this is the correct section, I don't see why not?

I want to increase my line spacing JUST for my title and nowhere else. The only line spacing change command I can find is a global one.

Any help?
 
Physics news on Phys.org
You could manually insert breaks into your title with the \\[optional_length_argument] command, e.g.
Code:
First line of title \\[\baselineskip] Second line of title
or
Code:
First line of title \\[0.2in] Second line of title
 
thanks very much
 

Similar threads

  • · Replies 1 ·
Replies
1
Views
4K
  • · Replies 3 ·
Replies
3
Views
4K
  • · Replies 9 ·
Replies
9
Views
6K
  • · Replies 1 ·
Replies
1
Views
2K
  • · Replies 3 ·
Replies
3
Views
1K
  • · Replies 3 ·
Replies
3
Views
2K
  • · Replies 23 ·
Replies
23
Views
3K
  • · Replies 12 ·
Replies
12
Views
4K
  • · Replies 3 ·
Replies
3
Views
3K
  • · Replies 0 ·
Replies
0
Views
3K