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 3194 times
Any idea how to remove the long gap?

Recommended reading 2024:

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

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

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