Text FormattingAdjust Section Position

Information and discussion about LaTeX's general text formatting features (e.g. bold, italic, enumerations, ...)
Post Reply
farnaz
Posts: 9
Joined: Tue Nov 08, 2011 7:00 am

Adjust Section Position

Post by farnaz »

Hi,
I have a question about section position.
I am trying to adjust section position in middle of column. whould any one help me?
sections are normally placed in left side. How can I modify them?

Recommended reading 2024:

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

NEW: TikZ book now 40% off at Amazon.com for a short time.

User avatar
Stefan Kottwitz
Site Admin
Posts: 10324
Joined: Mon Mar 10, 2008 9:44 pm

Adjust Section Position

Post by Stefan Kottwitz »

Hi,

you could use the titlesec package for that, and possibly for further customization of headings. For example:

Code: Select all

\usepackage{titlesec}
\titleformat{\section}{%
  \centering\normalfont\Large\bfseries}{\thesection}{1em}{}

Stefan
LaTeX.org admin
Post Reply