Re: [patch] support for Vietnamese

2007-10-10 Thread Jean-Marc Lasgouttes
Uwe Stöhr <[EMAIL PROTECTED]> writes: >> I'll contact Hàn Thế Thành, > > His reply: > > first, thanks for your effort to add vntex support to lyx. > lyx is cool and starting from version 1.5.* with unicode > support it is a really great tool for latex newbies. I tried > utf8 support with the 1.5.0

Re: [patch] support for Vietnamese

2007-10-05 Thread Jürgen Spitzmüller
Uwe Stöhr wrote: > His reply: Thành praises LyX? Cool! Jürgen

Re: [patch] support for Vietnamese

2007-10-05 Thread Uwe Stöhr
I do not have a recent enough TeX to test it out unfortunately (and it is not my top priority), but I would have expected you to ask to somebody who knows vntex very well why such a thing is needed. I'll contact Hàn Thế Thành, His reply: first, thanks for your effort to add vntex support to l

Re: [patch] support for Vietnamese

2007-10-05 Thread Uwe Stöhr
Jean-Marc Lasgouttes schrieb: Why is this weird? Every language package manual I know states to load babel this way, The babel documentation states: But the vietnam.ldf is not part of the oficial babel package, it's provided by the VnTeX-package. This is the same as for other language-pack

Re: [patch] support for Vietnamese

2007-10-05 Thread Jean-Marc Lasgouttes
Uwe Stöhr <[EMAIL PROTECTED]> writes: > Why is this weird? Every language package manual I know states to load > babel this way, The babel documentation states: The LATEX2e way of providing the same information is: \documentclass{article} \usepackage[dutch,english]{babel} or, making d

Re: [patch] support for Vietnamese

2007-10-04 Thread Uwe Stöhr
I put it in. When everybody encounters any problem with it, please shout. regards Uwe

Re: [patch] support for Vietnamese

2007-10-04 Thread Uwe Stöhr
Jean-Marc Lasgouttes schrieb: \usepackage[bla,vietnam,blub]{babel} and not \documentclass[bla,vietnam,blub]{article} \usepackage{babel} This is very weird. The two uses should be equivqlent. Where is this documented? Why is this weird? Every language package manual I know states to load ba

Re: [patch] support for Vietnamese

2007-10-04 Thread Jean-Marc Lasgouttes
Uwe Stöhr <[EMAIL PROTECTED]> writes: > The only difference to other languages is that you have to load > babel direcly with the language options: > > \usepackage[bla,vietnam,blub]{babel} > > and not > > \documentclass[bla,vietnam,blub]{article} > \usepackage{babel} This is very weird. The two us

[patch] support for Vietnamese

2007-10-03 Thread Uwe Stöhr
I'm sure this is the most missing feature of LyX ;-) Astonishingly we currently don't support Vietnamese. Support for this is relatively easy, as there is a babel definition file available and inputenc's utf8 encoding covers all Vietnamese characters. The only difference to other languages is