Text Formatting ⇒ Adjust Section Position
Adjust Section Position
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?
NEW: TikZ book now 40% off at Amazon.com for a short time.
And: Currently, Packt sells ebooks for $4.99 each if you buy 5 of their over 1000 ebooks. If you choose only a single one, $9.99. How about combining 3 LaTeX books with Python, gnuplot, mathplotlib, Matlab, ChatGPT or other AI books? Epub and PDF. Bundle (3 books, add more for higher discount): https://packt.link/MDH5p
- Stefan Kottwitz
- Site Admin
- Posts: 10324
- Joined: Mon Mar 10, 2008 9:44 pm
Adjust Section Position
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