
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%
%  Omega/Aleph for Malayalam (മലയാളം)
%
%  Alex A.J. <indicTeX@gmail.com>
%
%
%
%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%

\documentclass[12pt]{article}

\usepackage[a4paper,margin=.8in]{geometry}
\usepackage[ps2pdf,colorlinks=true,%
        pdftitle={Typesetting Malayalam Using Omega/Aleph},%
        pdfauthor={Alex A.J.}]{hyperref}

\usepackage{omal}

\renewcommand{\rmdefault}{pnc}


\begin{document}

\title{\bfseries Typesetting Malayalam Using $\bf\Omega{}/\aleph$}
\author{{\bfseries Alex A.J.}\\
\href{mailto:indictex@gmail.com}{(indicTeX@gmail.com)}}
\date{}
\maketitle

\noindent \copyright\ Copyright 2005,2006,2007 Alex A.J.
This document is freely redistributable.

\tableofcontents

\vfill\eject


\section{Obtaining and Installing the Package}

\subsection{Requirements}

The package has only been tested on Linux
systems (Debian and Fedora). However, it
should work fine on any Operating system
having a working \TeX\ distribution. 
The freely available utf-8 editor \textbf{Yudit}
is required for preparing source files (\textit{Actually,
any editor capable of producing Malayalam utf-8 files
can be used}\/).

\subsection{Where to Get It}

The primary distribution site for the package is:


{\href{http://sarovar.org/projects/malayalam}{\bfseries %
http://Sarovar.org/projects/malayalam}}

There are two versions of the package. One is for \LaTeX\ and the other is for Omega.
The Omega package (this one) has support for more fonts.
If you want to install the fonts from ILDC CD-ROM, download the \textbf{ildc-cdac} package also.

\subsection{Installation}

\subsubsection{Package Installation}

Installation is fairly simple. Guidelines are
given below. Make additional directories
as necessary.

\begin{enumerate}
\item Download and untar the package to a temporary
directory.
\item Change to the installation directory and
type {\tt ./install.sh}. Follow the instructions.
\item After installation, try to compile the examples
in the {\tt examples} subdirectory.
\end{enumerate}

\subsubsection{Fonts from ILDC CD-ROM}

In 2006, \textbf{Ministry of Communication and Information Technology},
Govt. of India, brought out a CD-ROM as part of their \textbf{Technology Development
for Indian Languages (TDIL)} project. The CD contains several font families which are also available
as free downloads from their website. The fonts from C-DAC and other required files are now available
as a separate package from {\href{http://sarovar.org/projects/malayalam}{\bfseries %
Sarovar}}. You can install it by downloading \textbf{ildc-cdac} package.
Installation is explained in the README file inside the package.


\subsubsection{Using Fonts from CDAC ISM Software}

The package includes support for using the
beautiful Malayalam fonts available with the
`ISM Publisher' software. You can get the fonts from
an ISM CD-ROM. Mount the CD-ROM under Linux
and cd to \textsf{Fonts/MALYALAM/PSFONTS/}. Copy 
all the PFB files to
\textsf{/usr/share/texmf/fonts/type1/malayalam/ism%
\footnote{/usr/share/texmf/ is the default TEXMF
root folder on Linux. Change it according to your installation.}}
and run \textsf{texhash}. After that they can be used with the
package. Usage is explained elsewhere in this document.


\section{UTF-8 Editors}

During the early days of this package, Indic language support for
Linux was still spartan. The only utf-8 editor available was yudit.
However, things have improved very much since then. Now there are
a number of editors capable of producing acceptable Malayalam utf-8 documents.
All major Linux distros now supports many Indian languages. Editors like
\textbf{Kile} now handles Malayalam utf-8 files perfectly. Most distributions
use `Inscript' transliteration scheme for entering Malayalam characters.

Configuring a Linux system for Malayalam is a somewhat tedious job. 
It is beyond the scope of this document to explain these things. 
There are many tutorials on the internet explaining how to do it.
Only yudit is explained here.

\subsection{Configuring Yudit}

Get the latest version (currently 2.8.1) of Yudit from
{\href{http://yudit.org}{\bfseries http://yudit.org}}.
This is included in recent distributions of Debian
and Fedora Linux. On Debian, run Synaptic and
install Yudit from the `Editors' section.
Fonts and configuration files can be found in the
`\textbf{yudit}' subdirectory of the package.


After installation (as root of course) login as your normal user and run
Yudit. This will create ``\verb"~/.yudit"'' and several subdirectories.

Copy \textbf{keli.ttf} from the `\texttt{yudit}' subdirectory of the
package into \verb"~/.yudit/fonts/". Vera.ttf is included in many
Linux Distributions. On Sarge, install the package\\
\textbf{ttf-bitstream-vera}. The font will be available in\\
\texttt{/usr/share/fonts/truetype/ttf-bitstream-vera}. Copy the font
to \verb"~/.yudit/fonts/".

Open ``\verb"~/.yudit/yudit.properties"'' in your favorite text editor
and make the following changes (\textit{A sample configuration file can
be found in the `yudit' subdirectory of the package}).

\begin{itemize}
\item Add the following line:\\
\texttt{yudit.font.Indic=keli.ttf:mlym,TSCu\_Times.ttf:taml,raghu.ttf:deva,Vera.ttf}
\item Find the line starting with \textbf{yudit.editor.fonts}.
Delete one of the entries between the commas and add \textbf{Indic}.\\
For e.g., \texttt{yudit.editor.fonts=default,TrueType,Misc,Indic}
\item Do the same for the line starting with \textbf{yudit.fonts}.\\
For e.g., \texttt{yudit.fonts=default,Indic,Times,Helvetica,Lucida,Misc}
\end{itemize}


Now copy \textbf{Malayalam2.my} from the `yudit' subdirectory of the package
to\\
``\verb"~/.yudit/data"''.

Run Yudit and click on the Toolbar item that says `straight' (to the left of `Unix').
The Kmap setup window will popup. On the middle section, click on F2 \textit{(Note:
You can choose any key from F2 to F12)}. From the
left section, select \textbf{Malayalam2} and click the blue arrow next to it.
Finally click OK. Click repeatedly on the Toolbar item that says `default' 
( to the right of the zoom-out button) until you get `\textbf{Indic}'.
Now you can enter Malayalam text after pressing the F2 \textit{(or F2-F12,
as the case maybe)} Key. To change to English typing, press the F1 key.


\section{Working with Malayalam Text}

\subsection{Preparing Your Document}

Prepare your \TeX\ source file using Yudit (or another utf-8 editor of your choice) and save it as
a utf-8 document.

To  typeset Malayalam, you have to include
the following line in the preamble of your source file:

\medskip

\noindent {\verb"\usepackage{omal}"}


\medskip


\subsection{Typing Malayalam}

Malayalam and English can be directly input using Yudit. You have to include
`\verb"\mal"' before every occurance of
Malayalam text. It is best to enclose them inside a group.


{\bfseries Table \ref{tbl:trans}}  shows the Input mechanism for Malayalam
using Yudit.


\begin{table}[!htp]
\caption{\Large Malayalam Keyboard Input for Yudit}
\label{tbl:trans}
{\Huge
\begin{center}
\begin{tabular}{|l|c|l|c|l|c|}
\hline
{\tt a}  		& {\mal അ}		&
{\tt ka}  	& {\mal ക}		&
{\tt pa}    	& {\mal പ}\\   	\hline
{\tt A}     	& {\mal ആ}		&
{\tt gha}   	& {\mal ഘ}		&
{\tt pha}  	& {\mal ഫ}\\ 		\hline
{\tt i}      	& {\mal ഇ}		&
{\tt ga}     	& {\mal ഗ}		&
{\tt ba}    	& {\mal ബ}\\		\hline
{\tt I}     	& {\mal ഈ}		&
{\tt gha}	& {\mal ഘ}		&
{\tt bha}	& {\mal ഭ}\\		\hline
{\tt u}      	& {\mal ഉ}      	&
{\tt nga}  	& {\mal ങ}		&
{\tt ma}   	& {\mal മ}\\		\hline
{\tt U}   	& {\mal ഊ}	  	&
{\tt ca}  	& {\mal ച}     	&
{\tt ya}  	& {\mal യ}\\ 		\hline
{\tt .r}   	& {\mal ഋ}		&
{\tt cha}   	& {\mal ഛ}		&
{\tt ra}  	& {\mal ര}\\		\hline
{\tt e}  		& {\mal എ}      	&
{\tt ja}  	& {\mal ജ}     		&
{\tt la}  	& {\mal ല}\\ 		\hline
{\tt E}   	& {\mal ഏ}      	&
{\tt jha}  	& {\mal ഝ}		&
{\tt va}   	& {\mal വ}\\ 		\hline
{\tt ai}    	& {\mal ഐ}		&
{\tt nja}  	& {\mal ഞ}		&
{\tt sha}  	& {\mal ശ}\\		\hline
{\tt o}  		& {\mal ഒ}      	&
{\tt Ta}  	& {\mal ട}		&
{\tt Sa}  	& {\mal ഷ}\\ 		\hline
{\tt O}   	& {\mal ഓ}	      	&
{\tt Tha}  	& {\mal ഠ}		&
{\tt sa}   	& {\mal സ}\\ 		\hline
{\tt au}   	& {\mal ഔ}	      	&
{\tt Da}  	& {\mal ഡ}		&
{\tt ha}   	& {\mal ഹ}\\ 		\hline
{\tt M}   	& {\mal ം}	      	&
{\tt Dha}  	& {\mal ഢ}		&
{\tt La}   	& {\mal ള}\\ 		\hline
{\tt H}   	& {\mal ഃ}	      	&
{\tt Na}  	& {\mal ണ}		&
{\tt zha}   	& {\mal ഴ}\\ 		\hline
		& 		      	&
{\tt ta}  	& {\mal ത}		&
{\tt Ra}   	& {\mal റ}\\ 		\hline
		& 		      	&
{\tt tha}  	& {\mal ഥ}		&
{\tt <<}   	&  zwj\\ 		\hline
		& 		      	&
{\tt da}  	& {\mal ദ}		&
{\tt >>}		& zwnj\\ 		\hline
		& 		      	&
{\tt dha}  	& {\mal ധ}		&
		& 	\\ 		\hline
		& 		      	&
{\tt na}  	& {\mal ന}		&
		& 	\\ 		\hline

\end{tabular}
\end{center}
}

\end{table}

\subsection{Cillu Letters}

Typing \texttt{N, n, r(R), l} and \texttt{L} will produce the Cillu letters
\textbf{{\mal ണ്‍, ന്‍, ര്‍, ല്‍,}} and \textbf{{\mal ള്‍}} respectively. 
Type \texttt{N+, n+, r+, R+, l+} and \texttt{L+} to get the virama
forms \textbf{{\mal ണ്, ന്, ര്, റ്, ല്}} and \textbf{{\mal ള്}}.

\subsection{Miscellanious}

To get Malayalam version of chapter, contents etc. ({\mal അദ്ധ്യായം, ഉള്ളടക്കം} etc.),
use the \textsf{malheads} package option (\verb"\usepackage[malheads]{malayalam}").

If you want to insert some english text inside Malayalam environment, use the command
\verb"{\english <your text>}".

\subsection{Compiling the Source File}

To compile the source file, use:

\medskip

\verb"lambda <filename.tex>"

\medskip

On recent distributions, you can use lamed instead of lambda:

\medskip

\verb"lamed <filename.tex>"

\medskip

You will get {\tt filename.dvi}. A postscript file may be generated using:

\noindent {\tt odvips <filename.dvi> -o <filename.ps>} 

Use {\tt ps2pdf} to generate a pdf file ({\tt ps2pdf <filename.ps>}).


\subsection{Fonts Available With the Package}

The base package includes two Malayalam font families, {\bfseries Keli} ({\keli കേളി})
and {\bfseries Rachana} ({\mal രചന}---default).
The Rachana family includes all characters in the 
Malayalam Traditional Script ({\mal പഴയ ലിപി}).

To use these fonts, specify \textsf{keli} or \textsf{rachana}
as package options, for example:

\medskip

\verb"\usepackage[keli]{omal}"

\medskip

For Traditional script ({\mal പഴയ ലിപി}), use:

\medskip

\verb"\usepackage[oldlipi]{omal}"



\section{Miscellany}

%\subsection{Unicode-related Issues}


\subsection{Things that will not work}

The \texttt{tabbing} environment will not work with Malayalam.
Use \texttt{tabular} instead.

\subsection{Yudit-related issues}

Yudit produces perfect utf-8 code. But this introduces problems
in the display of some ligatures ({\mal കൂട്ടക്ഷരങ്ങള്‍}) like
\textbf{\mal ന്റ, റ്റ, വ്വ, യ്യ} etc. inside Yudit. They will appear as
\textbf{\fontencoding{U}\fontfamily{mkl}\selectfont \<123>\<92>,
\<123>\<100>, \<104>\<122>} and 
\textbf{\fontencoding{U}\fontfamily{mkl}\selectfont \<98>\<121>}.
However, Omega will render them perfectly.



\subsection{Contact Information}


\noindent My postal address is:

\medskip

\noindent Alex A.J.\\
Lilly Dale\\
Mukkolakkal\\
Nedumangad P.O.\\
Thiruvananthapuram-695541\\
Kerala, India.

\medskip

\noindent E-mail: \textbf{indicTeX@gmail.com}

\medskip

\noindent Phone : +91 (0472) 2800128 (R)

\noindent Cell: +91 9947280128

\appendix

\section{Font Samples}

These are the fonts included with the package. They can be specified as package options
as shown below, or used inside the source file like
\textbf{\textbackslash{}keli, \textbackslash{}rachana, \textbackslash{}oldlipi} etc.

\begin{enumerate}

\item \textsf{\textbackslash{}usepackage[oldlipi]\{omal\}}

{\oldlipi\large 
ഒരിക്കല്‍ ഒരു കുറുക്കന്‍ വിശന്നു വലഞ്ഞു നടക്കുകയായിരുന്നു.
അവന്‍ വഴിയില്‍ ഒരു മുന്തിരിവള്ളി കണ്ടു\dots}

\item \textsf{\textbackslash{}usepackage[keli]\{omal\}}

{\keli\large 
ലോകത്തില്‍ അസംഖ്യം മലകള്‍ ഉണ്ട്. അവയില്‍ ചിലത് വലിയതും
ചിലത് ചെറിയതും ആകുന്നു.}

\item \textsf{\textbackslash{}usepackage[rachana]\{omal\}} \textit{(Default)}

{\rachana\large 
ലോകത്തില്‍ അസംഖ്യം മലകള്‍ ഉണ്ട്. അവയില്‍ ചിലത് വലിയതും
ചിലത് ചെറിയതും ആകുന്നു.}

\end{enumerate}

\section{Fonts from ILDC CD-ROM}

These fonts will be available if you install the \textbf{ildc-cdac} package.

The following font families can be specified as package options as shown
below, or they can be used anywhere inside the source file
like \textbf{\textbackslash{}ambili, \textbackslash{}revathi,
\textbackslash{}karthika} etc.


\begin{enumerate}

\item \textsf{\textbackslash{}usepackage[ambili]\{omal\}}

{\ambili\large 
ലോകത്തില്‍ അസംഖ്യം മലകള്‍ ഉണ്ട്. അവയില്‍ ചിലത് വലിയതും
ചിലത് ചെറിയതും ആകുന്നു.}

\item \textsf{\textbackslash{}usepackage[ashtamudi]\{omal\}}

{\ashtamudi\large 
ലോകത്തില്‍ അസംഖ്യം മലകള്‍ ഉണ്ട്. അവയില്‍ ചിലത് വലിയതും
ചിലത് ചെറിയതും ആകുന്നു.}

\item \textsf{\textbackslash{}usepackage[aswathi]\{omal\}}

{\aswathi\large 
ലോകത്തില്‍ അസംഖ്യം മലകള്‍ ഉണ്ട്. അവയില്‍ ചിലത് വലിയതും
ചിലത് ചെറിയതും ആകുന്നു.}

\item \textsf{\textbackslash{}usepackage[bhanu]\{omal\}}

{\bhanu\large 
ലോകത്തില്‍ അസംഖ്യം മലകള്‍ ഉണ്ട്. അവയില്‍ ചിലത് വലിയതും
ചിലത് ചെറിയതും ആകുന്നു.}

\item \textsf{\textbackslash{}usepackage[chippi]\{omal\}}

{\chippi\large 
ലോകത്തില്‍ അസംഖ്യം മലകള്‍ ഉണ്ട്. അവയില്‍ ചിലത് വലിയതും
ചിലത് ചെറിയതും ആകുന്നു.}

\item \textsf{\textbackslash{}usepackage[karthika]\{omal\}}

{\karthika\large 
ലോകത്തില്‍ അസംഖ്യം മലകള്‍ ഉണ്ട്. അവയില്‍ ചിലത് വലിയതും
ചിലത് ചെറിയതും ആകുന്നു.}

\item \textsf{\textbackslash{}usepackage[kaumudi]\{omal\}}

{\kaumudi\large 
ലോകത്തില്‍ അസംഖ്യം മലകള്‍ ഉണ്ട്. അവയില്‍ ചിലത് വലിയതും
ചിലത് ചെറിയതും ആകുന്നു.}

\item \textsf{\textbackslash{}usepackage[kottakkal]\{omal\}}

{\kottakkal\large 
ലോകത്തില്‍ അസംഖ്യം മലകള്‍ ഉണ്ട്. അവയില്‍ ചിലത് വലിയതും
ചിലത് ചെറിയതും ആകുന്നു.}

\item \textsf{\textbackslash{}usepackage[makam]\{omal\}}

{\makam\large 
ലോകത്തില്‍ അസംഖ്യം മലകള്‍ ഉണ്ട്. അവയില്‍ ചിലത് വലിയതും
ചിലത് ചെറിയതും ആകുന്നു.}

\item \textsf{\textbackslash{}usepackage[malavika]\{omal\}}

{\malavika\large 
ലോകത്തില്‍ അസംഖ്യം മലകള്‍ ഉണ്ട്. അവയില്‍ ചിലത് വലിയതും
ചിലത് ചെറിയതും ആകുന്നു.}

\item \textsf{\textbackslash{}usepackage[mridula]\{omal\}}

{\mridula\large 
ലോകത്തില്‍ അസംഖ്യം മലകള്‍ ഉണ്ട്. അവയില്‍ ചിലത് വലിയതും
ചിലത് ചെറിയതും ആകുന്നു.}

\item \textsf{\textbackslash{}usepackage[payippad]\{omal\}}

{\payippad\large 
ലോകത്തില്‍ അസംഖ്യം മലകള്‍ ഉണ്ട്. അവയില്‍ ചിലത് വലിയതും
ചിലത് ചെറിയതും ആകുന്നു.}

\item \textsf{\textbackslash{}usepackage[periyar]\{omal\}}

{\periyar\large 
ലോകത്തില്‍ അസംഖ്യം മലകള്‍ ഉണ്ട്. അവയില്‍ ചിലത് വലിയതും
ചിലത് ചെറിയതും ആകുന്നു.}

\item \textsf{\textbackslash{}usepackage[revathi]\{omal\}}

{\revathi\large 
ലോകത്തില്‍ അസംഖ്യം മലകള്‍ ഉണ്ട്. അവയില്‍ ചിലത് വലിയതും
ചിലത് ചെറിയതും ആകുന്നു.}

\item \textsf{\textbackslash{}usepackage[sabari]\{omal\}}

{\sabari\large 
ലോകത്തില്‍ അസംഖ്യം മലകള്‍ ഉണ്ട്. അവയില്‍ ചിലത് വലിയതും
ചിലത് ചെറിയതും ആകുന്നു.}

\item \textsf{\textbackslash{}usepackage[sruthy]\{omal\}}

{\sruthy\large 
ലോകത്തില്‍ അസംഖ്യം മലകള്‍ ഉണ്ട്. അവയില്‍ ചിലത് വലിയതും
ചിലത് ചെറിയതും ആകുന്നു.}


\end{enumerate}


\section{Font Samples from ISM}

\textbf{The fonts are not included with this package. They must be
purchased separately from C-DAC.}

The following font families can be specified as package options as shown
below, or they can be used anywhere inside the source file
like \textbf{\textbackslash{}aathira, \textbackslash{}revathi,
\textbackslash{}ravivarma} etc. Some families (the bold ones) just contain the bold and
bold-italic variants. The normal and italic shapes are mapped to bold and
bold-italic respectively.

\begin{enumerate}

\item \textsf{\textbackslash{}usepackage[aathira]\{omal\}}

{\aathira\large 
ലോകത്തില്‍ അസംഖ്യം മലകള്‍ ഉണ്ട്. അവയില്‍ ചിലത് വലിയതും
ചിലത് ചെറിയതും ആകുന്നു.}

\item \textsf{\textbackslash{}usepackage[ISMambili]\{omal\}}

{\ISMambili\large 
ലോകത്തില്‍ അസംഖ്യം മലകള്‍ ഉണ്ട്. അവയില്‍ ചിലത് വലിയതും
ചിലത് ചെറിയതും ആകുന്നു.}

\item \textsf{\textbackslash{}usepackage[anakha]\{omal\}}

{\anakha\large 
ലോകത്തില്‍ അസംഖ്യം മലകള്‍ ഉണ്ട്. അവയില്‍ ചിലത് വലിയതും
ചിലത് ചെറിയതും ആകുന്നു.}

\item \textsf{\textbackslash{}usepackage[anjali]\{omal\}}

{\anjali\large 
ലോകത്തില്‍ അസംഖ്യം മലകള്‍ ഉണ്ട്. അവയില്‍ ചിലത് വലിയതും
ചിലത് ചെറിയതും ആകുന്നു.}

\item \textsf{\textbackslash{}usepackage[aparna]\{omal\}}

{\aparna\large 
ലോകത്തില്‍ അസംഖ്യം മലകള്‍ ഉണ്ട്. അവയില്‍ ചിലത് വലിയതും
ചിലത് ചെറിയതും ആകുന്നു.}

\item \textsf{\textbackslash{}usepackage[ISMashtamudi]\{omal\}}

{\ISMashtamudi\large 
ലോകത്തില്‍ അസംഖ്യം മലകള്‍ ഉണ്ട്. അവയില്‍ ചിലത് വലിയതും
ചിലത് ചെറിയതും ആകുന്നു.}

\item \textsf{\textbackslash{}usepackage[ISMaswathi]\{omal\}}

{\ISMaswathi\large 
ലോകത്തില്‍ അസംഖ്യം മലകള്‍ ഉണ്ട്. അവയില്‍ ചിലത് വലിയതും
ചിലത് ചെറിയതും ആകുന്നു.}

\item \textsf{\textbackslash{}usepackage[atchu]\{omal\}}

{\atchu\large 
ലോകത്തില്‍ അസംഖ്യം മലകള്‍ ഉണ്ട്. അവയില്‍ ചിലത് വലിയതും
ചിലത് ചെറിയതും ആകുന്നു.}

\item \textsf{\textbackslash{}usepackage[ayilyambold]\{omal\}}

{\ayilyambold\large 
ലോകത്തില്‍ അസംഖ്യം മലകള്‍ ഉണ്ട്. അവയില്‍ ചിലത് വലിയതും
ചിലത് ചെറിയതും ആകുന്നു.}

\item \textsf{\textbackslash{}usepackage[beckal]\{omal\}}

{\beckal\large 
ലോകത്തില്‍ അസംഖ്യം മലകള്‍ ഉണ്ട്. അവയില്‍ ചിലത് വലിയതും
ചിലത് ചെറിയതും ആകുന്നു.}

\item \textsf{\textbackslash{}usepackage[bhavana]\{omal\}}

{\bhavana\large 
ലോകത്തില്‍ അസംഖ്യം മലകള്‍ ഉണ്ട്. അവയില്‍ ചിലത് വലിയതും
ചിലത് ചെറിയതും ആകുന്നു.}

\item \textsf{\textbackslash{}usepackage[chandrika]\{omal\}}

{\chandrika\large 
ലോകത്തില്‍ അസംഖ്യം മലകള്‍ ഉണ്ട്. അവയില്‍ ചിലത് വലിയതും
ചിലത് ചെറിയതും ആകുന്നു.}

\item \textsf{\textbackslash{}usepackage[chithira]\{omal\}}

{\chithira\large 
ലോകത്തില്‍ അസംഖ്യം മലകള്‍ ഉണ്ട്. അവയില്‍ ചിലത് വലിയതും
ചിലത് ചെറിയതും ആകുന്നു.}

\item \textsf{\textbackslash{}usepackage[devika]\{omal\}}

{\devika\large 
ലോകത്തില്‍ അസംഖ്യം മലകള്‍ ഉണ്ട്. അവയില്‍ ചിലത് വലിയതും
ചിലത് ചെറിയതും ആകുന്നു.}

\item \textsf{\textbackslash{}usepackage[gauri]\{omal\}}

{\gauri\large 
ലോകത്തില്‍ അസംഖ്യം മലകള്‍ ഉണ്ട്. അവയില്‍ ചിലത് വലിയതും
ചിലത് ചെറിയതും ആകുന്നു.}

\item \textsf{\textbackslash{}usepackage[gopika]\{omal\}}

{\gopika\large 
ലോകത്തില്‍ അസംഖ്യം മലകള്‍ ഉണ്ട്. അവയില്‍ ചിലത് വലിയതും
ചിലത് ചെറിയതും ആകുന്നു.}

\item \textsf{\textbackslash{}usepackage[guruvayur]\{omal\}}

{\guruvayur\large 
ലോകത്തില്‍ അസംഖ്യം മലകള്‍ ഉണ്ട്. അവയില്‍ ചിലത് വലിയതും
ചിലത് ചെറിയതും ആകുന്നു.}

\item \textsf{\textbackslash{}usepackage[indulekha]\{omal\}}

{\indulekha\large 
ലോകത്തില്‍ അസംഖ്യം മലകള്‍ ഉണ്ട്. അവയില്‍ ചിലത് വലിയതും
ചിലത് ചെറിയതും ആകുന്നു.}

\item \textsf{\textbackslash{}usepackage[jaya]\{omal\}}

{\jaya\large 
ലോകത്തില്‍ അസംഖ്യം മലകള്‍ ഉണ്ട്. അവയില്‍ ചിലത് വലിയതും
ചിലത് ചെറിയതും ആകുന്നു.}

\item \textsf{\textbackslash{}usepackage[jyothy]\{omal\}}

{\jyothy\large 
ലോകത്തില്‍ അസംഖ്യം മലകള്‍ ഉണ്ട്. അവയില്‍ ചിലത് വലിയതും
ചിലത് ചെറിയതും ആകുന്നു.}

\item \textsf{\textbackslash{}usepackage[jyotsna]\{omal\}}

{\jyotsna\large 
ലോകത്തില്‍ അസംഖ്യം മലകള്‍ ഉണ്ട്. അവയില്‍ ചിലത് വലിയതും
ചിലത് ചെറിയതും ആകുന്നു.}

\item \textsf{\textbackslash{}usepackage[kala]\{omal\}}

{\kala\large 
ലോകത്തില്‍ അസംഖ്യം മലകള്‍ ഉണ്ട്. അവയില്‍ ചിലത് വലിയതും
ചിലത് ചെറിയതും ആകുന്നു.}

\item \textsf{\textbackslash{}usepackage[kamini]\{omal\}}

{\kamini\large 
ലോകത്തില്‍ അസംഖ്യം മലകള്‍ ഉണ്ട്. അവയില്‍ ചിലത് വലിയതും
ചിലത് ചെറിയതും ആകുന്നു.}

\item \textsf{\textbackslash{}usepackage[kanika]\{omal\}}

{\kanika\large 
ലോകത്തില്‍ അസംഖ്യം മലകള്‍ ഉണ്ട്. അവയില്‍ ചിലത് വലിയതും
ചിലത് ചെറിയതും ആകുന്നു.}

\item \textsf{\textbackslash{}usepackage[ISMkarthika]\{omal\}}

{\ISMkarthika\large 
ലോകത്തില്‍ അസംഖ്യം മലകള്‍ ഉണ്ട്. അവയില്‍ ചിലത് വലിയതും
ചിലത് ചെറിയതും ആകുന്നു.}

\item \textsf{\textbackslash{}usepackage[ISMkaumudi]\{omal\}}

{\ISMkaumudi\large 
ലോകത്തില്‍ അസംഖ്യം മലകള്‍ ഉണ്ട്. അവയില്‍ ചിലത് വലിയതും
ചിലത് ചെറിയതും ആകുന്നു.}

\item \textsf{\textbackslash{}usepackage[keerthi]\{omal\}}

{\keerthi\large 
ലോകത്തില്‍ അസംഖ്യം മലകള്‍ ഉണ്ട്. അവയില്‍ ചിലത് വലിയതും
ചിലത് ചെറിയതും ആകുന്നു.}

\item \textsf{\textbackslash{}usepackage[leela]\{omal\}}

{\leela\large 
ലോകത്തില്‍ അസംഖ്യം മലകള്‍ ഉണ്ട്. അവയില്‍ ചിലത് വലിയതും
ചിലത് ചെറിയതും ആകുന്നു.}

\item \textsf{\textbackslash{}usepackage[ISMmalavika]\{omal\}}

{\ISMmalavika\large 
ലോകത്തില്‍ അസംഖ്യം മലകള്‍ ഉണ്ട്. അവയില്‍ ചിലത് വലിയതും
ചിലത് ചെറിയതും ആകുന്നു.}

\item \textsf{\textbackslash{}usepackage[mayoori]\{omal\}}

{\mayoori\large 
ലോകത്തില്‍ അസംഖ്യം മലകള്‍ ഉണ്ട്. അവയില്‍ ചിലത് വലിയതും
ചിലത് ചെറിയതും ആകുന്നു.}

\item \textsf{\textbackslash{}usepackage[nalini]\{omal\}}

{\nalini\large 
ലോകത്തില്‍ അസംഖ്യം മലകള്‍ ഉണ്ട്. അവയില്‍ ചിലത് വലിയതും
ചിലത് ചെറിയതും ആകുന്നു.}

\item \textsf{\textbackslash{}usepackage[nandini]\{omal\}}

{\nandini\large 
ലോകത്തില്‍ അസംഖ്യം മലകള്‍ ഉണ്ട്. അവയില്‍ ചിലത് വലിയതും
ചിലത് ചെറിയതും ആകുന്നു.}

\item \textsf{\textbackslash{}usepackage[nanditha]\{omal\}}

{\nanditha\large 
ലോകത്തില്‍ അസംഖ്യം മലകള്‍ ഉണ്ട്. അവയില്‍ ചിലത് വലിയതും
ചിലത് ചെറിയതും ആകുന്നു.}

\item \textsf{\textbackslash{}usepackage[nila]\{omal\}}

{\nila\large 
ലോകത്തില്‍ അസംഖ്യം മലകള്‍ ഉണ്ട്. അവയില്‍ ചിലത് വലിയതും
ചിലത് ചെറിയതും ആകുന്നു.}

\item \textsf{\textbackslash{}usepackage[onam]\{omal\}}

{\onam\large 
ലോകത്തില്‍ അസംഖ്യം മലകള്‍ ഉണ്ട്. അവയില്‍ ചിലത് വലിയതും
ചിലത് ചെറിയതും ആകുന്നു.}

\item \textsf{\textbackslash{}usepackage[ISMperiyar]\{omal\}}

{\ISMperiyar\large 
ലോകത്തില്‍ അസംഖ്യം മലകള്‍ ഉണ്ട്. അവയില്‍ ചിലത് വലിയതും
ചിലത് ചെറിയതും ആകുന്നു.}

\item \textsf{\textbackslash{}usepackage[pooram]\{omal\}}

{\pooram\large 
ലോകത്തില്‍ അസംഖ്യം മലകള്‍ ഉണ്ട്. അവയില്‍ ചിലത് വലിയതും
ചിലത് ചെറിയതും ആകുന്നു.}

\item \textsf{\textbackslash{}usepackage[poornima]\{omal\}}

{\poornima\large 
ലോകത്തില്‍ അസംഖ്യം മലകള്‍ ഉണ്ട്. അവയില്‍ ചിലത് വലിയതും
ചിലത് ചെറിയതും ആകുന്നു.}

\item \textsf{\textbackslash{}usepackage[ravivarma]\{omal\}}

{\ravivarma\large 
ലോകത്തില്‍ അസംഖ്യം മലകള്‍ ഉണ്ട്. അവയില്‍ ചിലത് വലിയതും
ചിലത് ചെറിയതും ആകുന്നു.}

\item \textsf{\textbackslash{}usepackage[ISMrevathi]\{omal\}}

{\ISMrevathi\large 
ലോകത്തില്‍ അസംഖ്യം മലകള്‍ ഉണ്ട്. അവയില്‍ ചിലത് വലിയതും
ചിലത് ചെറിയതും ആകുന്നു.}

\item \textsf{\textbackslash{}usepackage[rohini]\{omal\}}

{\rohini\large 
ലോകത്തില്‍ അസംഖ്യം മലകള്‍ ഉണ്ട്. അവയില്‍ ചിലത് വലിയതും
ചിലത് ചെറിയതും ആകുന്നു.}

\item \textsf{\textbackslash{}usepackage[ISMsabari]\{omal\}}

{\ISMsabari\large 
ലോകത്തില്‍ അസംഖ്യം മലകള്‍ ഉണ്ട്. അവയില്‍ ചിലത് വലിയതും
ചിലത് ചെറിയതും ആകുന്നു.}

\item \textsf{\textbackslash{}usepackage[sankara]\{omal\}}

{\sankara\large 
ലോകത്തില്‍ അസംഖ്യം മലകള്‍ ഉണ്ട്. അവയില്‍ ചിലത് വലിയതും
ചിലത് ചെറിയതും ആകുന്നു.}

\item \textsf{\textbackslash{}usepackage[sarada]\{omal\}}

{\sarada\large 
ലോകത്തില്‍ അസംഖ്യം മലകള്‍ ഉണ്ട്. അവയില്‍ ചിലത് വലിയതും
ചിലത് ചെറിയതും ആകുന്നു.}

\item \textsf{\textbackslash{}usepackage[ISMsruthy]\{omal\}}

{\ISMsruthy\large 
ലോകത്തില്‍ അസംഖ്യം മലകള്‍ ഉണ്ട്. അവയില്‍ ചിലത് വലിയതും
ചിലത് ചെറിയതും ആകുന്നു.}

\item \textsf{\textbackslash{}usepackage[sugatha]\{omal\}}

{\sugatha\large 
ലോകത്തില്‍ അസംഖ്യം മലകള്‍ ഉണ്ട്. അവയില്‍ ചിലത് വലിയതും
ചിലത് ചെറിയതും ആകുന്നു.}

\item \textsf{\textbackslash{}usepackage[suparna]\{omal\}}

{\suparna\large 
ലോകത്തില്‍ അസംഖ്യം മലകള്‍ ഉണ്ട്. അവയില്‍ ചിലത് വലിയതും
ചിലത് ചെറിയതും ആകുന്നു.}

\item \textsf{\textbackslash{}usepackage[surya]\{omal\}}

{\surya\large 
ലോകത്തില്‍ അസംഖ്യം മലകള്‍ ഉണ്ട്. അവയില്‍ ചിലത് വലിയതും
ചിലത് ചെറിയതും ആകുന്നു.}

\item \textsf{\textbackslash{}usepackage[swathy]\{omal\}}

{\swathy\large 
ലോകത്തില്‍ അസംഖ്യം മലകള്‍ ഉണ്ട്. അവയില്‍ ചിലത് വലിയതും
ചിലത് ചെറിയതും ആകുന്നു.}

\item \textsf{\textbackslash{}usepackage[theyyam]\{omal\}}

{\theyyam\large 
ലോകത്തില്‍ അസംഖ്യം മലകള്‍ ഉണ്ട്. അവയില്‍ ചിലത് വലിയതും
ചിലത് ചെറിയതും ആകുന്നു.}

\item \textsf{\textbackslash{}usepackage[thiruvathira]\{omal\}}

{\thiruvathira\large 
ലോകത്തില്‍ അസംഖ്യം മലകള്‍ ഉണ്ട്. അവയില്‍ ചിലത് വലിയതും
ചിലത് ചെറിയതും ആകുന്നു.}

\item \textsf{\textbackslash{}usepackage[thunchan]\{omal\}}

{\thunchan\large 
ലോകത്തില്‍ അസംഖ്യം മലകള്‍ ഉണ്ട്. അവയില്‍ ചിലത് വലിയതും
ചിലത് ചെറിയതും ആകുന്നു.}

\item \textsf{\textbackslash{}usepackage[vaisali]\{omal\}}

{\vaisali\large 
ലോകത്തില്‍ അസംഖ്യം മലകള്‍ ഉണ്ട്. അവയില്‍ ചിലത് വലിയതും
ചിലത് ചെറിയതും ആകുന്നു.}

\item \textsf{\textbackslash{}usepackage[varsha]\{omal\}}

{\varsha\large 
ലോകത്തില്‍ അസംഖ്യം മലകള്‍ ഉണ്ട്. അവയില്‍ ചിലത് വലിയതും
ചിലത് ചെറിയതും ആകുന്നു.}

\item \textsf{\textbackslash{}usepackage[vinay]\{omal\}}

{\vinay\large 
ലോകത്തില്‍ അസംഖ്യം മലകള്‍ ഉണ്ട്. അവയില്‍ ചിലത് വലിയതും
ചിലത് ചെറിയതും ആകുന്നു.}

\item \textsf{\textbackslash{}usepackage[visakham]\{omal\}}

{\visakham\large 
ലോകത്തില്‍ അസംഖ്യം മലകള്‍ ഉണ്ട്. അവയില്‍ ചിലത് വലിയതും
ചിലത് ചെറിയതും ആകുന്നു.}

\item \textsf{\textbackslash{}usepackage[vishu]\{omal\}}

{\vishu\large 
ലോകത്തില്‍ അസംഖ്യം മലകള്‍ ഉണ്ട്. അവയില്‍ ചിലത് വലിയതും
ചിലത് ചെറിയതും ആകുന്നു.}

\item \textsf{\textbackslash{}usepackage[yashasri]\{omal\}}

{\yashasri\large 
ലോകത്തില്‍ അസംഖ്യം മലകള്‍ ഉണ്ട്. അവയില്‍ ചിലത് വലിയതും
ചിലത് ചെറിയതും ആകുന്നു.}



\end{enumerate}



\end{document}


