Re: New RefStyle Patch

2010-03-20 Thread Jean-Pierre Chrétien
rgheck rgh...@... writes: Here's a patch updated to current trunk, since I incremented the format for another reason. There is still a typo which prevents successful conversion: there should be a closing after vreference in line: +document.body[k] = reference + \ + prefix +

Re: New RefStyle Patch

2010-03-20 Thread rgheck
On 03/20/2010 04:54 AM, Jean-Pierre Chrétien wrote: rgheckrgh...@... writes: Here's a patch updated to current trunk, since I incremented the format for another reason. There is still a typo which prevents successful conversion: there should be a closing after vreference in line:

A question about \font_encoding used for generating preamble of LaTeX source

2010-03-20 Thread Mikhail Petrov
Dear developers, Recently, I installed latest version of LyX and found an unreasonable property of the application. Namely, there is impossible to select different TeX font encodings for different documents because the selecting of the variable \font_encoding is only available in global

Displaying Converter Status / Error Messages

2010-03-20 Thread Jack Desert
Is there a way to have a converter automatically open a shell or something to display stdout messages? It takes about two minutes for this converter I'm writing to run (it's uploading .jpg images to the web), and I want the user to know whether things are going well or not. Especially if errors

Re: Displaying Converter Status / Error Messages

2010-03-20 Thread Pavel Sanda
Jack Desert wrote: It takes about two minutes for this converter I'm writing to run (it's uploading .jpg images to the web), and I want the user to know whether things are going well or not. Especially if errors are encountered, I want to display a descriptive error message. What is a good way

Re: LyX's LaTeX preferences dialog needs quick UI overhaul

2010-03-20 Thread Uwe Stöhr
And now this seems to be broken. Have a look at the attached shots. What is broken? mail-archive.com doesn't list your mail. I rechecked what I have done and the only thing that might be a problem is the decreased width of the textedit fields. the problem that the reported bug is not bug,

MathML bug in trunk

2010-03-20 Thread Uwe Stöhr
When I open the attached file in LyX 2.0svn i get this error message in the console: LyX: Bad integer `MathML' [around line 51 of file ~\Local Settings\Temp\lyx_tmpd ir.Hp4080\Buffer_readFile.gq4080 current token: 'MathML' context: ''] regards Uwe newfile2.lyx Description: application/lyx

Re: vertical alignment of cells

2010-03-20 Thread Uwe Stöhr
Hi Edwin, thanks for your patch! The metrics are now perfectly calculated. Could you additionally please add a comment to the code how the calculation is done? (It is not clear to me what space backdes denotes. OK, one could search the code to learn what tm.last().second-descent() and then

Re: New RefStyle Patch

2010-03-20 Thread Jean-Pierre Chrétien
rgheck writes: > > > Here's a patch updated to current trunk, since I incremented the format > for another reason. There is still a typo which prevents successful conversion: there should be a closing " after vreference in line: +document.body[k] = "reference + " \""

Re: New RefStyle Patch

2010-03-20 Thread rgheck
On 03/20/2010 04:54 AM, Jean-Pierre Chrétien wrote: rgheck writes: Here's a patch updated to current trunk, since I incremented the format for another reason. There is still a typo which prevents successful conversion: there should be a closing " after vreference in

A question about \font_encoding used for generating preamble of LaTeX source

2010-03-20 Thread Mikhail Petrov
Dear developers, Recently, I installed latest version of LyX and found an unreasonable property of the application. Namely, there is impossible to select different TeX font encodings for different documents because the selecting of the variable \font_encoding is only available in global

Displaying Converter Status / Error Messages

2010-03-20 Thread Jack Desert
Is there a way to have a converter automatically open a shell or something to display stdout messages? It takes about two minutes for this converter I'm writing to run (it's uploading .jpg images to the web), and I want the user to know whether things are going well or not. Especially if errors

Re: Displaying Converter Status / Error Messages

2010-03-20 Thread Pavel Sanda
Jack Desert wrote: > It takes about two minutes for this converter I'm writing to run (it's > uploading .jpg images to the web), and I want the user to know whether > things are going well or not. Especially if errors are encountered, I > want to display a descriptive error message. What is a good

Re: LyX's LaTeX preferences dialog needs quick UI overhaul

2010-03-20 Thread Uwe Stöhr
>> > And now this seems to be broken. Have a look at the attached shots. What is broken? mail-archive.com doesn't list your mail. I rechecked what I have done and the only thing that might be a problem is the decreased width of the textedit fields. >> the problem that the reported bug is not

MathML bug in trunk

2010-03-20 Thread Uwe Stöhr
When I open the attached file in LyX 2.0svn i get this error message in the console: LyX: Bad integer `MathML' [around line 51 of file ~\Local Settings\Temp\lyx_tmpd ir.Hp4080\Buffer_readFile.gq4080 current token: 'MathML' context: ''] regards Uwe newfile2.lyx Description: application/lyx

Re: vertical alignment of cells

2010-03-20 Thread Uwe Stöhr
Hi Edwin, thanks for your patch! The metrics are now perfectly calculated. Could you additionally please add a comment to the code how the calculation is done? (It is not clear to me what space "backdes" denotes. OK, one could search the code to learn what tm.last().second->descent() and then