Text Formattingspace between lines in list environment

Information and discussion about LaTeX's general text formatting features (e.g. bold, italic, enumerations, ...)
Post Reply
ghostanime2001
Posts: 402
Joined: Fri May 20, 2011 9:41 am

space between lines in list environment

Post by ghostanime2001 »

How do you make a list where the lines are single-spaced like in word but there is enough room between any 2 lines so that they are readable? because the list im using leaves a blank line only but i don't want a blank line but ENOUGH space between two lines so both lines are readable

Recommended reading 2024:

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

NEW: TikZ book now 40% off at Amazon.com for a short time.

5gon12eder
Posts: 126
Joined: Sun Feb 13, 2011 8:36 pm

space between lines in list environment

Post by 5gon12eder »

Have a look at the enumitem package.

Best
I'm using pdfTeX, Version 3.1415926-1.40.10 (TeX Live 2009/Debian).
ghostanime2001
Posts: 402
Joined: Fri May 20, 2011 9:41 am

Re: space between lines in list environment

Post by ghostanime2001 »

this only works for enumerate, description and itemize but what about list environment?
5gon12eder
Posts: 126
Joined: Sun Feb 13, 2011 8:36 pm

Re: space between lines in list environment

Post by 5gon12eder »

You can use the package to define your own list environments. See section 2.2 of the manual.
I'm using pdfTeX, Version 3.1415926-1.40.10 (TeX Live 2009/Debian).
Post Reply