[Tugindia] tugindia Digest, Vol 93, Issue 8

inderjeet singh inderjeetsinghit at gmail.com
Mon Sep 20 19:27:21 CEST 2010


On Mon, Sep 20, 2010 at 6:00 AM,  <tugindia-request at tug.org> wrote:

>
> Today's Topics:
>
>   1. Help in beamer (ramki at ee.iitkgp.ernet.in)
>
>
> ----------------------------------------------------------------------
>
> Message: 1
> Date: Mon, 20 Sep 2010 09:13:39 +0530 (IST)
> From: ramki at ee.iitkgp.ernet.in
> To: tugindia at tug.org
> Subject: [Tugindia] Help in beamer
> Message-ID:
>        <1411200108.10603.1284954219566.JavaMail.root at mailstore1.iitkgp.ac.in>
> Content-Type: text/plain; charset=utf-8
>
> Dear Sir/Madam,
>        In using beamer for preparing slides for presentation, how to make the sentences and paragraphs in 'justified' fashion? In powerpoint, we have this option. But in beamer, the right ends of the paragraphs/sentences are in uneven fashion. I wish to make the paragraphs 'justified' so that the right ends of the written paragraphs or sentences are even. I require help in this regard.
>
>        Another help is that I wish to know if there is any workshop on LaTex in India. Please do post such information.
>

There is an approach for this thing also. See following code it will
surely help you.

\documentclass{beamer}
\usepackage{ragged2e}
\usepackage{lipsum}
\begin{document}
\begin{frame}
   \frametitle{Foo}
   \justifying
   \lipsum[1]
\end{frame}
\end{document}




-- 
With Regards,
INDERJEET SINGH

inderjeetsinghit at gndec.ac.in
www.softwarelovers.co.cc



More information about the tugindia mailing list