TransWikia.com

two items in one line with itemize

TeX - LaTeX Asked on August 20, 2020

I have the below list, but i want item a & b to be in the same lline, is there a way to do that?

begin{itemize}
item [$rightarrow$]<1> a. 
item [$rightarrow$]<2> b.
item [$rightarrow$]<3> c.
item [$rightarrow$]<4> d.
item [$rightarrow$]<5> g 
end{itemize}

2 Answers

if what you want is to replace the items, you can use "only":

begin{frame}
begin{itemize}
only<1>{item [$rightarrow$] a.}
only<2>{item [$rightarrow$] b.}
only<3>{item [$rightarrow$] c.}
end{itemize}
end{frame}

Answered by M.G. on August 20, 2020

For items in two columns tasks is an easy solution:

documentclass{beamer}
usepackage{tasks}

begin{document}
begin{frame}
begin{tasks}[label=$rightarrow$](2)
task a pause
task b pause
task c pause
task d pause
task g pause
end{tasks}
end{frame}
end{document}

if you want to see other ways of doing this you can see, for example, this question.

Answered by Luis Turcio on August 20, 2020

Add your own answers!

Ask a Question

Get help from others!

© 2024 TransWikia.com. All rights reserved. Sites we Love: PCI Database, UKBizDB, Menu Kuliner, Sharing RPP