Is there a standard way to give a list of bullets a title in LaTeX? For instance, if I wanted something akin to this:
Pros:
- Pro 1
- Pro 2
- Etc.
Cons:
- Con 1
- Con 2
- Etc.
|
|
|
I'm not aware of any "standard" way to do it, but often |
|||||
|
|
One thing you could do, is nest these itemize environments in a description environment:
But note that I had to add a Edit: I did not see Seamus' update... which is cleaner and to the point, but here is another solution:
|
||||
|
|
What about:
OK, so it's a bit "unsemantic" but it looks fine... Alternatively, use
|
|||||||||||
|