Hello all,
Right now, when i use \paragraph I get the normal text starting right next to the "title" of the paragraph. How do I get a new line after the \paragraph and the text after that being indented just as a \section has normally?
Thanks a lot!
Text Formatting ⇒ how do I get a new line after \paragraph
NEW: TikZ book now 40% off at Amazon.com for a short time.

- Stefan Kottwitz
- Site Admin
- Posts: 10348
- Joined: Mon Mar 10, 2008 9:44 pm
how do I get a new line after \paragraph
Hi ougka,
it depends on your document class. Which one are you using? \paragraph has to be redefined.
Alternatively, you could use the titlesec package which provides flexible commands for customizing headings. The standard class examples in the appendix of the titlesec documentation are a good start.
Stefan
it depends on your document class. Which one are you using? \paragraph has to be redefined.
Alternatively, you could use the titlesec package which provides flexible commands for customizing headings. The standard class examples in the appendix of the titlesec documentation are a good start.
Stefan
LaTeX.org admin
Re: how do I get a new line after \paragraph
Hello Stephan,
Thanks a lot for your reply. I am using the \documentclass[a4paper,oneside,12pt]{book} class!
Any more specific ideas of how to redefine \paragraph? I would like to avoid using another package for doing this if possible...
Thanks again
Thanks a lot for your reply. I am using the \documentclass[a4paper,oneside,12pt]{book} class!
Any more specific ideas of how to redefine \paragraph? I would like to avoid using another package for doing this if possible...
Thanks again
how do I get a new line after \paragraph
OS: Win 7 64-bit LaTeX: MikTeX 2.9 64-bit Editor: TXC 1 RC1
how do I get a new line after \paragraph
Thank you. paragraph renewcommand is very useful. 
