GeneralMalaylam package by Alex 0.9.6

LaTeX specific issues not fitting into one of the other forums of this category.
Post Reply
suren
Posts: 12
Joined: Mon Mar 04, 2013 11:47 pm

Malaylam package by Alex 0.9.6

Post by suren »

After an update of my Ubuntu my system failed and I had to re-install!
Installed TexLive and the malayalam package by alex (0.9.6)

However, when I compile the file I get an error message /usr/local/bin/mlym: no such file or directory

Has anybody had this experience?

command:

mal test.mm rachana

Here is a very simple example

Code: Select all

\documentclass[a4,11pt]{article}
\usepackage[rachana]{malayalam}
\begin{document}
\noindent

<m>namaskAram</m> 

\end{document}

Regards
suren

Recommended reading 2024:

LaTeXguide.org • LaTeX-Cookbook.net • TikZ.org

NEW: TikZ book now 40% off at Amazon.com for a short time.

User avatar
Johannes_B
Site Moderator
Posts: 4182
Joined: Thu Nov 01, 2012 4:08 pm

Malaylam package by Alex 0.9.6

Post by Johannes_B »

Only instance of the package i was able to find is http://tug.ctan.org/tex-archive/languag ... ayalam.sty

You have to put the file into yur working directory, or if you need that often, put it in ~/texmf/tex/latex/. You don't have to compile that file.
The smart way: Calm down and take a deep breath, read posts and provided links attentively, try to understand and ask if necessary.
suren
Posts: 12
Joined: Mon Mar 04, 2013 11:47 pm

Re: Malaylam package by Alex 0.9.6

Post by suren »

Thank you, Johannes.
I had a look at the error message. (Unfortunately, I was too shortsighted to have missed that)

The compiler returns

/usr/local/bin/mal : line 93: /usr/local/mlym : No such file or directory. I am not conversant with bash script. Hence, I cannot understand what that means.

Regards
Suren
User avatar
Johannes_B
Site Moderator
Posts: 4182
Joined: Thu Nov 01, 2012 4:08 pm

Re: Malaylam package by Alex 0.9.6

Post by Johannes_B »

Which compiler? There is nothing to compile. Save the linked file into the same folder you documnt is in. Or more cleaner in texmf in you home folder.
The smart way: Calm down and take a deep breath, read posts and provided links attentively, try to understand and ask if necessary.
suren
Posts: 12
Joined: Mon Mar 04, 2013 11:47 pm

Re: Malaylam package by Alex 0.9.6

Post by suren »

Well, I need to reword my reply.
When I run the interpreter on "test.mm" by using the command

mal test.mm rachana

I get that error :

/usr/local/bin/mal : line 93: /usr/local/mlym : No such file or directory

This is an error, which I did not have earlier (before reinstalling my system)

Apparently something has not worked correctly while installing.
Post Reply