Generaltitlespacing

LaTeX specific issues not fitting into one of the other forums of this category.
Post Reply
dmuthu_cse
Posts: 97
Joined: Fri Sep 04, 2009 4:56 pm

titlespacing

Post by dmuthu_cse »

Hello friends,

i am trying to format my section titles with titlesec package, such that i can get space before and after... so, i tried like this,

Code: Select all

\titlespacing{\section}{0pt}{*2}{*2}
Moreover, i am using book class..

But after introducing title spacing, the immediate paragraph next to section gets indented... like this...

1.1 INTRODUCTION

<space is present here>This is the text under section....

it should be

1.1 INTRODUCTION

This is the text under section.... "Like this"

Please do help .. Thanks in advance...

Regards,
Muthu

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

titlespacing

Post by localghost »

Refer to Section 3.3 (Spacing related tools, p. 5f) of the titlesec manual.


Best regards
Thorsten
dmuthu_cse
Posts: 97
Joined: Fri Sep 04, 2009 4:56 pm

Re: titlespacing

Post by dmuthu_cse »

Hello Thorsten,

Thanks... That's working fine...

Regards,
Muthu
Post Reply