On Sat, Dec 11, 2010 at 4:30 PM, <[email protected]> wrote:

> Date: Fri, 10 Dec 2010 17:58:56 +0530
> From: Sengottuvel <[email protected]>
>
> Dear all,
>
>    How to Tamil document prepare in Latex. Any one send a sample source
> file in Latex.
>
> What are the packages should be installed.
>
> Guide me.,.,
>
> --
> with regards,
> T.Sengottuvel
>

Try this one. This use enough packages for typesetting Tamil (including
Tamil hyphenation).

\documentclass{article}
\usepackage{fontspec}

\usepackage{xunicode}

\usepackage{xltxtra}

\usepackage{polyglossia}


 \setdefaultlanguage{tamil}

\setmainfont[Script=Tamil]{Lohit Tamil}

\begin{document}
வணக்கம்
\end{document}

Kevin Siji

--------------------------------------------------
Subscriptions, Archive, and List information, etc.:
  http://tug.org/mailman/listinfo/xetex

Reply via email to