GeneralFlush Left text and more than 4 nests for a list

LaTeX specific issues not fitting into one of the other forums of this category.
Post Reply
railfan1975
Posts: 3
Joined: Mon Apr 07, 2008 1:02 am

Flush Left text and more than 4 nests for a list

Post by railfan1975 »

Hi! I'm fairly new to LaTeX and had two questions.

1) I want all of my text to be flush left without having to declare it everytime I type a paragraph. Is there some way I can include that setting in the preamble?

2) I would like to be able to nest more than 4 times using enumerate and itemize. Is there a setting I can modify to do this or a package I can use?

Thanks!
JT

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

Stefan Kottwitz
Site Admin
Posts: 10335
Joined: Mon Mar 10, 2008 9:44 pm

Flush Left text and more than 4 nests for a list

Post by Stefan Kottwitz »

Hi JT,

1) you can use the package ragged2e, see its documentation.

2) the UK TeX FAQ gives some answer here. You can find packages dealing with the subject in the TeX Catalogue: Enumerating and Listing Items.

Stefan
railfan1975
Posts: 3
Joined: Mon Apr 07, 2008 1:02 am

Re: Flush Left text and more than 4 nests for a list

Post by railfan1975 »

Thanks!
Post Reply