Latex Remove Spaces Between Items in List -


What is the best way to format the list to remove the space between the list items

With enumitem package it is easy:

  \ documentclass {article} \ usepackage {enumitem } \ Start {Document} Less space: \ start {item}} [noitemsep] \ item foo \ item bar \ item baz \ end {itemize} more compact: \ start {itemize} [noitemsep, nolistsep] \ item foo \ item Bar \ item Baz \ end {itemize} \ end {document}  

Enumitem package to customize tablets, numbers and length Uvidhaan available.

Parloyal package offers a very compact list: lists within paragraphs such as compactum, compartments and inapareum and inapetimes.


Comments