I'd like to typeset the items in an enumerate environment side-by-side. Preferably, each item would take up only as much space as necessary, perhaps plus some extra padding, and the next item would be immediately after it (unless, of course, the items ran off the end of the page, in which case it should wrap to the next line, but in my situation this won't be happening).
I found the multienum package, but it only has a certain number of positioning options, rather than automatically laying out items like would normally be done with text. Its syntax may also be slightly horrifying.
Any suggestions for alternatives?
Edit: this is what I'm eventually going for (multiple sub-items on their own line):
(a) Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do
eiusmod tempor incididunt ut labore et dolore magna aliqua.
[ 1 2 ] [ x 0 ]
(i) [ 3 4 ] (ii) [ 0 3 ] (iii) etc.
[ 5 6 ] [-2 4 ]
(b) ...
with a reasonable amount of horizontal space between items.
