Tagged Questions
8
votes
3answers
757 views
Two column table, enumerate first column but not second
I need to have a two column table, where the first column contains enumerations and the second take plain text. For example,
Column 1 Column 2
1. Step 1 Reason 1
2. Step 2 ...
14
votes
2answers
2k views
How to Continue Enumerate Across Columns in Beamer
I am trying to create two columns of a single enumerated list on a single frame in beamer. How do I go about getting the enumeration to continue from one column to the next?
6
votes
1answer
502 views
Alignment within enumerate
I'm looking for a way to sort of combine the features of enumerate (and other list-like environments) with features of tabular environments.
Specifically, what I like about enumerate is that it ...