0
votes
0answers
47 views

How to make columns in itemize?

I want to put two/three columns of short formulas under one item in itemize. Like this: Item name % and now here come two columns under this item formula 1 formula 2 formula 3 ...
3
votes
1answer
82 views

Two-column itemization with title in each column

I'd like to make a two-column list with some kind of titles, with "normal" text before and after. I tried it with the package "multicol" an with "minipage", neiter turned out well. Since the problem ...
3
votes
1answer
677 views

How do I alternate images and only have captions for the first one?

I'm trying to create an itemized list with alternating images in beamer. I've got the list part and the images to work, but things break down when I try to add captions. Basically, I only want to ...
5
votes
2answers
737 views

Same indentation of itemize and itemize in columns

How can I get the indentation to be the same for normal itemize and itemize in columns? Like in the example code below, the itemize in a column is less indented. \documentclass{beamer} ...