Page LayoutStart new paragraph with \paragraph{}

Information and discussion about page layout specific issues (e.g. header and footer lines, page formats, page numbers).
Post Reply
yoran
Posts: 2
Joined: Wed May 13, 2009 11:36 am

Start new paragraph with \paragraph{}

Post by yoran »

Hi,

When I use \paragraph{xxx} and then some text, Latex doesn't start a new paragraph but sets the text on the same line as the title "xxx". How can I make Latex start a new line after \paragraph{xxx}?

Thank you,
Yoran

Recommended reading 2024:

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

Learn LaTeX easily with newest books:

The LaTeX Beginner's Guide: 2nd edition and perfect for students writing a thesis

The LaTeX Cookbook: 2nd edition full of practical examples for mathematics, physics, chemistry, and more

LaTeX Graphics with TikZ: the first book about TikZ for perfect drawings in your LaTeX thesis

User avatar
localghost
Site Moderator
Posts: 9202
Joined: Fri Feb 02, 2007 12:06 pm

Start new paragraph with \paragraph{}

Post by localghost »

The titlesec package might be helpful in this case.


Best regards
Thorsten
yoran
Posts: 2
Joined: Wed May 13, 2009 11:36 am

Re: Start new paragraph with \paragraph{}

Post by yoran »

I don't see how I can use that package. Can someone tell me?
User avatar
localghost
Site Moderator
Posts: 9202
Joined: Fri Feb 02, 2007 12:06 pm

Start new paragraph with \paragraph{}

Post by localghost »

The package manual has some examples how to format headings. You can obtain it from the link in my last reply or on your local machine by opening a command prompt.

Code: Select all

texdoc titlesec
Post Reply