Document ClassesBeamer - ragged2e package

Information and discussion about specific document classes and how to create your own document classes.
Post Reply
superodge
Posts: 17
Joined: Tue Jun 24, 2008 3:01 pm

Beamer - ragged2e package

Post by superodge »

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

Recommended reading 2024:

LaTeXguide.org • LaTeX-Cookbook.net • TikZ.org

NEW: TikZ book now 40% off at Amazon.com for a short time.

User avatar
Stefan Kottwitz
Site Admin
Posts: 10322
Joined: Mon Mar 10, 2008 9:44 pm

Beamer - ragged2e package

Post by Stefan Kottwitz »

Hu superodge,

welcome to this board!

It should work if you use \justifying inside the list environment too:

Code: Select all

\begin{itemize}
\justifying
\item ...
Stefan
LaTeX.org admin
superodge
Posts: 17
Joined: Tue Jun 24, 2008 3:01 pm

Re: Beamer - ragged2e package

Post by superodge »

it seems to work!
thank you
Post Reply