Increase Line Spacing in Title - Quick Latex Question

  • Context: LaTeX 
  • Thread starter Thread starter neu
  • Start date Start date
  • Tags Tags
    Latex
Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
2 replies · 4K views
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