I'm new to Latex. I'm familiar with the enumerate environment as well as the tabular environment, but I am trying to combine the two; that is to say, I want the items in the list to be broken up into several columns rather than one long column. Any tips?
|
A little example with the
Since multienum internally uses a
|
|||||||||
|
|
Are you possibly interested in typesetting enumerated material in a multicolumn setting? If so, the The following MWE shows how it may be used (the "lipsum" package provides filler text). Note that the text in the enumerate environment will be "balanced" across columns, i.e., each item will not necessarily start in a new column.
|
|||
|
|
|
You can use the Also, I added
If you prefer different label styles, you can customize the |
|||||
|
|



shortlstpackage? – Werner Sep 25 '11 at 22:13