Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
0% found this document useful (0 votes)
21 views

Linux Index

The document discusses basic list environments in LaTeX such as enumerate, itemize, and description. It also covers extensions to lists provided by the memoir class. Memoir allows customization of list spacing and symbols used before each item. Options are available to remove inter-item space, change the numbering style in enumerate from numbers to letters or Roman numerals, and customize the bullet for each item in itemize lists.

Uploaded by

science1990
Copyright
© © All Rights Reserved
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
21 views

Linux Index

The document discusses basic list environments in LaTeX such as enumerate, itemize, and description. It also covers extensions to lists provided by the memoir class. Memoir allows customization of list spacing and symbols used before each item. Options are available to remove inter-item space, change the numbering style in enumerate from numbers to letters or Roman numerals, and customize the bullet for each item in itemize lists.

Uploaded by

science1990
Copyright
© © All Rights Reserved
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 2

1

Basic lists
Plain LATEX versions
The enumerate environment:

1. The first item

2. The second item


You can put paragraph text in between items

3. The third item

The itemize environment:

• The first item

• The second item


You can put paragraph text in between items

• The third item

The description environment.

hello a common greeting

goodbye a common farewell

Memoir extensions
The memoir class, as usual, has extended the functionality of the first two
of the above lists. The functionality is based on the enumerate package. If
you need even more options, you may look to the paralist package to solve
your problems.
The new things you can do revolve mostly around list spacing and the
symbols used before each item. To remove all inter-item space, put the
\tightlists command anywhere before your lists. (The \defaultlists
command will return things to normal.) Following are some of the things
you can do with the new enumerate and itemize environments.
2

Some enumerate environments


A1 This env. has an optional argument to change the look of it.
A2 The argument is [{A}1].
A3 The text in the curly brackets is included as is. (It can be anything.)
A4 The ‘1’ is the index of the item. Other options are available. . .
i Index options are: [1] (default), [i],[I],[A]
ii 1 goes 1,2,3,4,. . .
iii i goes i,ii,iii,iv,. . .
iv I goes I,II,III,IV,. . .
v A goes A,B,C,D,. . .

Some itemize environments


• Memoir lets you adjust the spacing of your lists individually.
• This list contains a \firmlist command, which reduces some of the
inter-item spacing.

§ Option arguments for itemize allow you to customise the bullet for
each item.

§ You probably don’t want to use this list as an example.

$ This list contains a \tightlist command, which removes all inter-


item space.
$ These spacing commands also work in enumerate.
$ You can put anything you want for the bullet.

You might also like