Uwe Stöhr | 5 Oct 14:58

Lithuanian and Latvian documents not compilable with LyX

We provide support for the languages Lithuanian and Latvian, but they won't compile.

For Lithuanian, you need to install a special package that installs the encoding and babel support. 
But then it can still not be compiled, as we create this code:

\documentclass[lithuanian]{book}
\usepackage[l7xenc]{inputenc}
\usepackage{babel}

But as Lithuanian support is not native babel, we have to use

\documentclass{book}
\usepackage[l7xenc]{inputenc}
\usepackage[lithuanian]{babel}

Just the same as for Vietnamese. I'll provide a patch.

But can anybody tell me how to get a Latvian document to compile? I mean do you know a LaTeX-package 
that add the encoding and babel support?

thanks and regards
Uwe

Uwe Stöhr | 5 Oct 15:58

Re: Lithuanian and Latvian documents not compilable with LyX

Uwe Stöhr schrieb:

> Just the same as for Vietnamese. I'll provide a patch.

I fixed the Lithuanian case and will have a look if this can easily be backported to branch.

> But can anybody tell me how to get a Latvian document to compile? I mean 
> do you know a LaTeX-package that add the encoding and babel support?

I found now http://home.lanet.lv/~drikis/TeX/
and try to get LyX working with this.

regards Uwe


Gmane