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?
Text Formatting ⇒ Adjust Section Position
NEW: TikZ book now 40% off at Amazon.com for a short time.

- Stefan Kottwitz
- Site Admin
- Posts: 10345
- Joined: Mon Mar 10, 2008 9:44 pm
Adjust Section Position
Hi,
you could use the titlesec package for that, and possibly for further customization of headings. For example:
Stefan
you could use the titlesec package for that, and possibly for further customization of headings. For example:
Code: Select all
Code, edit and compile here:
\usepackage{titlesec}\titleformat{\section}{%\centering\normalfont\Large\bfseries}{\thesection}{1em}{}
Stefan
LaTeX.org admin