Make inline lists
The enumitem
package has an inline
option which implements inline versions of the standard lists using starred versions of the basic list environments. As with other enumitem
lists, labels and (horizontal) spacing can be set with key values as well as custom settings for the elements between the list items (typically punctuation).
1 | \documentclass{article} |