posted on Mon, Mar 11 '19 under tag: how-to

How to type Malayalam in LaTeX using LyX

Last month I wrote about LyX requiring Malayalam language support. Joice went ahead and got it patched. Now it won’t be available for public use till the next release, but we can compile LyX from source and see how it works.

Requirements

The following has been tested on ArchLinux only. You will need a malayalam font installed. I’ve used Manjari for testing. You will also need various developer packages to compile lyx successfully. Read the README and INSTALL files in the lyx folder for knowing about these.

Compiling

git clone git://git.lyx.org/lyx
cd lyx
./autogen.sh
./configure
make

Running

./src/lyx

Getting Malayalam

Here’s a video demonstration

Here is a preview document generated using LyX


  1. Santhosh Thottingal whose pioneering work in this field enables all of this had originally written this critical line in his blog 

Like what you are reading? Subscribe (by RSS, email, mastodon, or telegram)!