Re: source code question about language check in LyX documents

2007-06-30 Thread Dov Feldstern
Richard Heck wrote: Uwe Stöhr wrote: Can anybody help me with this issue?: Special lines should to be added to the preamble whenever e.g. Arabic is used in the document. I know how to do this in Bufferparams.cp when Arabic is the document language: if (language-lang() == arabic_arabtex) {

Re: source code question about language check in LyX documents

2007-06-30 Thread Dov Feldstern
Richard Heck wrote: Uwe Stöhr wrote: Can anybody help me with this issue?: Special lines should to be added to the preamble whenever e.g. Arabic is used in the document. I know how to do this in Bufferparams.cp when Arabic is the document language: if (language->lang() == "arabic_arabtex")

source code question about language check in LyX documents

2007-06-22 Thread Uwe Stöhr
Can anybody help me with this issue?: Special lines should to be added to the preamble whenever e.g. Arabic is used in the document. I know how to do this in Bufferparams.cp when Arabic is the document language: if (language-lang() == arabic_arabtex) { os \\usepackage{arabtex}\n;

Re: source code question about language check in LyX documents

2007-06-22 Thread Richard Heck
Uwe Stöhr wrote: Can anybody help me with this issue?: Special lines should to be added to the preamble whenever e.g. Arabic is used in the document. I know how to do this in Bufferparams.cp when Arabic is the document language: if (language-lang() == arabic_arabtex) { os

source code question about language check in LyX documents

2007-06-22 Thread Uwe Stöhr
Can anybody help me with this issue?: Special lines should to be added to the preamble whenever e.g. Arabic is used in the document. I know how to do this in Bufferparams.cp when Arabic is the document language: if (language->lang() == "arabic_arabtex") { os <<

Re: source code question about language check in LyX documents

2007-06-22 Thread Richard Heck
Uwe Stöhr wrote: Can anybody help me with this issue?: Special lines should to be added to the preamble whenever e.g. Arabic is used in the document. I know how to do this in Bufferparams.cp when Arabic is the document language: if (language->lang() == "arabic_arabtex") { os <<