Text FormattingList of items shiftted to right

Information and discussion about LaTeX's general text formatting features (e.g. bold, italic, enumerations, ...)
Post Reply
kostoglotov
Posts: 59
Joined: Sun Apr 27, 2008 12:50 pm

List of items shiftted to right

Post by kostoglotov »

Hi there,
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

Recommended reading 2024:

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

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

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

Re: List of items shiftted to right

Post by Stefan Kottwitz »

Hi,

you could use the leftmargin=* option,

Stefan
LaTeX.org admin
Post Reply