I have a list of items inside enumerate. I'd like to lay them out in two columns, separated by an image. The numbering matters, so I can't break them into two separate enumerate environment. Is there a way to persuade multicols to do this for me ?
An alternate strategy is to manually break, and somehow start the second enumerate at the right count. This is inelegant, but would suffice. Is there a way to do that ?

