Text Formatting ⇒ Centering a section of text
-
- Posts: 92
- Joined: Fri Apr 24, 2009 8:02 pm
Centering a section of text
\begin{center}
\section*{text}
\end{center}
The prob is that when I try to apply this successively, later on in the same text using the same method, it fails. I get the following error: Somethings wrong - perhaps a missing \item.
Any help would be appreciated, as I am fairly new at using tex.
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
- Stefan Kottwitz
- Site Admin
- Posts: 10348
- Joined: Mon Mar 10, 2008 9:44 pm
Centering a section of text
I would not use a center environment around \section. Have a look at this topic, your problem was discussed there. Try \centering, concerning centered section titles have a look at the titlesec example further in that topic.
Stefan
-
- Posts: 92
- Joined: Fri Apr 24, 2009 8:02 pm
Re: Centering a section of text
-Michael