On Mon, Jun 06, 2011 at 01:33:04PM +0530, Shrinivasan T wrote:
> > Would this help?
> >
> > http://pravin.insanitybegins.com/posts/using-devanagari-in-latex
> > http://pravin.insanitybegins.com/files/devanagari.pdf
> >
> 
> Thanks.
> 
> Exploring this.
> 
> Do anyone have a sample document where Tamil, English and one more language
> in a same page using latex?
> 
> Please share with me, if you have such one.
> 
> If you can create such page, please help by creating a doc.

Maybe you could combine the previous with this:

http://www.ctan.org/tex-archive/macros/omega/latex/contrib/tamil-omega/examples

This document has Tamil and English only, though.

Kumar
-- 
:
####[ GNU/Linux One Stanza Tip (LOST) ]#######################

Sub : Generating a random number under bash          LOST #728

#!/bin/bash
RANGE=100; NUMBER=0     # Change value of RANGE as needed
while [ $NUMBER -lt 1 ]; do
   NUMBER=$RANDOM; let "NUMBER %= $RANGE"
done; echo $NUMBER; exit
   
####[ramesh_y (at) yahoo.com]#################################
:
_______________________________________________
ILUGC Mailing List:
http://www.ae.iitm.ac.in/mailman/listinfo/ilugc

Reply via email to