problem with LyX meeting in Norway

2000-02-07 Thread Lars Gullik Bjønnes
Not that we are not going to have a meeting, we certainly will. However the earlier suggested date seems to be _no_ good. I already mentioned the Færder Regatta (sailing about 60 nautical miles), and I am under heavy pressure to participate in this. (There are even some that suggest some match

Re: Export to Ascii?

2000-02-07 Thread Lars Gullik Bjønnes
Nils Jeppe <[EMAIL PROTECTED]> writes: | hello, | | Did you change the export to ascii function around? It doesn't seem to | create ascii versions of tables anymore... If nobody changed it, I assume | it's a debian problem... ;-( It was changed. It was buggy and caused crashes. the ascii suppor

Re: GUI Independece.

2000-02-07 Thread Andre Poenitz
> In other hand... Why LyX uses a specific file format for the document? Because nobody did the work to implement something else. > I know the controversy on using tex as a primary file format, but... Why > not to use other file format wide used as XML? So you can use libs for > manipulating it

Re: Export A.B.lyx in postscript gives A.ps

2000-02-07 Thread Etienne Grossmann
Hello, # I don't know if Lgb applied this, but the best bet is to send in # a real patch, because that is the easiest. something like : --- --- src/support/filetools.C.origThu Feb 3 22:17:46 2000 +++ src/support/filet

Re: Compilation problem

2000-02-07 Thread Lars Gullik Bjønnes
Dekel Tsur <[EMAIL PROTECTED]> writes: | Compiling the latest CVS version gives the following error | | TextCache.C: In function static void TextCache::show(class ostream &, const class |LyXText *)': | TextCache.C:79: no match for call to (show_text) (LyXText *)' | TextCache.C:61: candidates ar

Re: Release LyX 1.1.4

2000-02-07 Thread Lars Gullik Bjønnes
"Jacek M. Holeczek" <[EMAIL PROTECTED]> writes: | Hi all, | > ftp://ftp.sylvan.com/pub/lyx/lyx-1.1.4-1.i386.rpm | I have just tried this release. It still has one serious problem : | - "\\.{z}" and "\\.{Z}" are displayed as "z" and "Z" respectively, | the "dot" on top of them is

Re: Hebrew patch addendum

2000-02-07 Thread Lars Gullik Bjønnes
Dekel Tsur <[EMAIL PROTECTED]> writes: | Index: src/BufferView2.C | === | RCS file: /usr/local/lyx/cvsroot/lyx-devel/src/BufferView2.C,v | retrieving revision 1.1 | diff -u -p -r1.1 BufferView2.C | --- src/BufferView2.C 2000/02/04 09

Re: Export A.B.lyx in postscript gives A.ps

2000-02-07 Thread Lars Gullik Bjønnes
"Asger K. Alstrup Nielsen" <[EMAIL PROTECTED]> writes: | > the patch should probably be (at filetools.C:909, in 1.1.4) | > | > last_dot = oldname.rfind('.'); | > if (last_dot < last_slash && | > last_slash != string::npos && | > last_dot < last_slash ) | >

Re: Hebrew patch addendum

2000-02-07 Thread Dekel Tsur
On Mon, Feb 07, 2000 at 07:15:14PM +0100, Lars Gullik Bj&resh;nnes wrote: > | @@ -612,8 +612,13 @@ void BufferView::insertCorrectQuote() > | c = text->cursor.par->GetChar(text->cursor.pos - 1); > | else > | c = ' '; > | + LyXDirection direction = text->real_current_

Re: A couple of bugs in 1.1.4

2000-02-07 Thread Kayvan A. Sylvan
On Sat, Feb 05, 2000 at 04:57:10PM +, Reuben Thomas wrote: > Finally, I have observed one other crash: that of LyX SIGSEGVing when I'm > just typing normally. This one has happened several times over the course > of about six months from about v1.0.4 onwards. I'm afraid I've never been > able

XML for C++ XML4C

2000-02-07 Thread Garst R. Reese
Announced on freshmeat. Library that may be interest. Garst

Re: Bug report: parsing latex log files

2000-02-07 Thread Jules Bean
On Fri, 4 Feb 2000, Dekel Tsur wrote: > When LyX is parsing the Latex log file (in LaTeX::scanLogFile), > it misses some of the errors because it assumes that the line-number of the > error appears in the next line after the "! LaTeX Error:" line, > which is not always the case. > > I've attache

Re: LyX on NT - ps figures :-(

2000-02-07 Thread Andre Poenitz
> This is the call to gs but what will happen next if that is succesful? Gs takes over and will die sooner or later. A couple of lines above the execlp the process was 'fork'ed, and the parent (the 'real' LyX proCess) lives on in the other branch (pid != 0). Andre' -- André Pönitz ...

Bibliography and citation insertion problem [quite long] but a start of solution

2000-02-07 Thread Yann MORERE
hello lyx developpers, 1st mail posted en lyx-user i've got a problem with the bibtex reference insertion, (in lyx 1.1.3 and lyx 1.1.4pre2, and at least 1.1.4), I'm using an OSF1 flore V4.0 1091 alpha with This is TeX, Version 3.14159 (C version 6.1) ** using >kpsewhich --version kpat

SUSCRIBE

2000-02-07 Thread Yann MORERE
SUSCRIBE -- "Y faut liiirrreee, Arlequin, Champion de l'amou" Dany Boon --- Yann MORERE [EMAIL PROTECTED] Doctorant Automatiquehttp://www.multimania.com/ymorere/

GUI Independece.

2000-02-07 Thread Antonio Zugaldía Rodríguez
Hello everybody! I wonder if developers can tell us which is the progress of the GUI indepedence in LyX. I wonder when we will see new GUI versions of LyX... when will begin the building of new GUI's? :-) In other hand... Why LyX uses a specific file format for the document? I know the c

Export to Ascii?

2000-02-07 Thread Nils Jeppe
hello, Did you change the export to ascii function around? It doesn't seem to create ascii versions of tables anymore... If nobody changed it, I assume it's a debian problem... ;-( Best wishes, Nils -- "I've had it with this game. I am going for a scuttle."

Re: LyX on NT - ps figures :-(

2000-02-07 Thread Dr. Ing. Roland Krause
Wouldn't that be just wonderful :-) "Lars Gullik Bjønnes" wrote: [...] > This use of gs is something we (I) really want to change. I want us to have > a "subprocess" that converts the image files into the wanted format. > And an InsetFig that asks this "subprocess" for an image. > > Preferr

LyX on NT - ps figures :-(

2000-02-07 Thread Dr. Ing. Roland Krause
Ok here we go again. I am trying to get ps figures to get rendered. I have followed the code to the point where gs gets called. That is where the problem starts because the standard gswin32c (this is gs on windows) executable does not have an X11 driver compiled in. I am contemplating to either co

Re: GUI Independece.

2000-02-07 Thread Jules Bean
On Mon, 7 Feb 2000, Antonio Zugaldía Rodríguez wrote: > In other hand... Why LyX uses a specific file format for the document? I > know the controversy on using tex as a primary file format, but... Why > not to use other file format wide used as XML? So you can use libs for > manipulating it inst

Re: LyX on NT - ps figures :-(

2000-02-07 Thread Lars Gullik Bjønnes
"Dr. Ing. Roland Krause" <[EMAIL PROTECTED]> writes: | Ok here we go again. | I am trying to get ps figures to get rendered. I have followed the code to the | point where gs | gets called. That is where the problem starts because the standard gswin32c | (this is gs on windows) | executable does n

Release LyX 1.1.4

2000-02-07 Thread Jacek M. Holeczek
Hi all, > ftp://ftp.sylvan.com/pub/lyx/lyx-1.1.4-1.i386.rpm I have just tried this release. It still has one serious problem : - "\\.{z}" and "\\.{Z}" are displayed as "z" and "Z" respectively, the "dot" on top of them is missing (dvi and ps are o.k.) And two smaller :

Small change in the php for www-user-site

2000-02-07 Thread Juergen Vigna
Hi! This is probably for Amir to look at and please submit to the www-user-web :) Just a small patch which introduces a $translator variable and writes the Translator email near the authors email in end.php3. I find this usefull as then the problems arising in translated sites as now the italian