Text FormattingEnumerate item has a huge gap between word

Information and discussion about LaTeX's general text formatting features (e.g. bold, italic, enumerations, ...)
Post Reply
StylishGiraffe
Posts: 3
Joined: Mon Apr 18, 2016 11:35 am

Enumerate item has a huge gap between word

Post by StylishGiraffe »

I tried to use a numbering with enumerate.

Code: Select all

\begin{enumerate}
\item \textbf{Sample Title}
\linebreak
Lorem Ipsum blablabla
The result is this
Changed formatting from inline to block.
Changed formatting from inline to block.
ask.png (3.25 KiB) Viewed 3262 times
Any idea how to remove the long gap?

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
cgnieder
Site Moderator
Posts: 2000
Joined: Sat Apr 16, 2011 7:27 pm

Enumerate item has a huge gap between word

Post by cgnieder »

Welcome to the LaTeX community!

Use \\ instead of \linebreak.

Regards
site moderator & package author
StylishGiraffe
Posts: 3
Joined: Mon Apr 18, 2016 11:35 am

Re: Enumerate item has a huge gap between word

Post by StylishGiraffe »

Thanks!
Post Reply