Hello,
I am a first time user of beamer poster and I am in troubles with
justifying a text paragraph. I am working with the next block of text:
==================================================================================
\begin{block}{Introdução}
\begin{itemize}
\item Desde a publicação de seu famoso artigo, em 1926, em que
Hubble delineava sobre seu sistema de classificação, entender a
morfologia de galáxias se tornou um importante aspecto da astronomia
extragaláctica.
\end{itemize}
\end{block}
==================================================================================
I know if I want left justified I can use \flushleft, or if I want
right justified I can use \flushright. But I don't know a command to
beaty justify the text, some thing like the MS-word justify command.
Ok, that's it. I need a command to justify the text.
Hello,
I did it!
To make the text appear justified use:
\usepackage{ragged2e}
and put
\justifying
inside your block of text.
The answer was at
http://www.nabble.com/justified-text-in-beamer-td18575109.html