Hello,
I'm new to this website, I'm a phd student in economics
My question is about ragged2e package applied in Beamer
I have a presentation, and I wanted to justify the paragraphs so I used this package and added \justifying.
Everything went well except that bullet list items weren't affected...
How do we justify bullet list items too?
Thank you
Document Classes ⇒ Beamer - ragged2e package
NEW: TikZ book now 40% off at Amazon.com for a short time.
- Stefan Kottwitz
- Site Admin
- Posts: 10322
- Joined: Mon Mar 10, 2008 9:44 pm
Beamer - ragged2e package
Hu superodge,
welcome to this board!
It should work if you use \justifying inside the list environment too:
Stefan
welcome to this board!
It should work if you use \justifying inside the list environment too:
Code: Select all
\begin{itemize}
\justifying
\item ...
LaTeX.org admin
Re: Beamer - ragged2e package
it seems to work!
thank you
thank you