next up previous contents index
Siguiente: Citas (quote, quotation, verse) Subir: Entornos Anterior: Listas y descripciones (itemize,   Índice General   Índice de Materias

Justificaciones y centrado (flushleft, flushright, center)

Los entornos flushleft y flushright producen párrafos justificados a la izquierda y a la derecha (sin nivelación de bordes). El entorno center genera texto centrado. Si no se introduce para dividir los renglones, entonces LATEX lo hará automáticamente.


\begin{example}
\begin{flushleft}
Este texto est{\'a}\\ justificado a
la izquier...
...a
forzar que todas las l{\'\i}neas
tengan longitud.
\end{flushleft}\end{example}


\begin{example}
\begin{flushright}
Este texto est{\'a}\\ justificado a
la derech...
...r que todas las l{\'\i}neas
tengan igual longitud.
\end{flushright}\end{example}


\begin{example}
\begin{center}
En el centro\\ de la tierra
\end{center}\end{example}



Albert Ruiz Cirera 2004-12-02