Hi!
How can I do no newline between the title of the subsection and the rest of text?
I mean:
Not:
1.1. The subsection.
Text.....
but this:
1.1. The subsection. Text.....
I'd be grateful for your help!
Text Formatting ⇒ The subsection title and text in the same line?
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
The subsection title and text in the same line?
Hi Kayah,
it depends on the document class, since the class defines such commands. Which class do you use?
I would use the
titlesec package for achieving that subsection heading layout, or KOMA-Script features if it's a KOMA class.
Stefan
it depends on the document class, since the class defines such commands. Which class do you use?
I would use the

Stefan
LaTeX.org admin
Re: The subsection title and text in the same line?
That's right, sorry.
I use a book class.
I did it!
I used titlesec package. Thank's for your help.

I did it!
