Text Formatting ⇒ List of items shiftted to right
-
- Posts: 59
- Joined: Sun Apr 27, 2008 12:50 pm
List of items shiftted to right
I needed to create list of items:
1. Item
bla bla bla
2. Item
bla bla bla
I have found this:
\begin{enumerate}[label=\arabic*, parsep=10pt, font=\bfseries]
\item \textbf{List Item}\\
bla bla bla \\
\item \textbf{List Item}
\end{enumerate}
Works okay, except of the list is shifted to the right.
What can I do so as to have it aligned (numbered items) as the previous text, i.e. to left?
Thanks a lot...
ak
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: 10364
- Joined: Mon Mar 10, 2008 9:44 pm
Re: List of items shiftted to right
you could use the
leftmargin=*
option,Stefan