Re: qt: drawing errors

2003-01-03 Thread John Levon
On Sat, Dec 28, 2002 at 11:27:11AM +0100, Juergen Spitzmueller wrote: > When I have an ERT inside a footnote and I uncollapse it, neither the border > oft the ERT inset nor its content where drawn on the qt workarea (see > screenshot). This changes after some input action (mouse click, keypress)

Re: Bug: "LyXAction::funcHasFlag: No info about kb_action: -1073748040"

2003-01-03 Thread John Levon
On Sun, Dec 22, 2002 at 03:38:25PM +0100, Michael Schmitt wrote: > >>If I open some of the LyX menus, I get the following console message: > >> > >> LyXAction::funcHasFlag: No info about kb_action: -1073748040 > > xforms frontend. Menus "edit", "insert", "display/view" (whatever it is > called

Re: [PATCH] Multiple encodings in Qt

2003-01-03 Thread John Levon
On Thu, Dec 19, 2002 at 10:17:24PM +, John Levon wrote: > Here's a proper patch. It works for me. How I tested this : Lars, may I apply this ? It works for Kornel and myself. regards john

Footnotes not showing up in Lists

2003-01-03 Thread Ricardo García
$ lyx --version LyX 1.2.2 of Mon, Dec 16, 2002 Built on Dec 20 2002, 12:15:47 Configuration Host type: i686-pc-linux-gnu Special build flags:included-libsigc xforms-image-loader C Compiler: gcc C Compiler flags: -g -O2 C++

LyX Development News 20030103 released

2003-01-03 Thread John Levon
http://www.lyx.org/news/20030103.php3 Topics covered: LyX 1.2.2, XForms 1.0, lyx2lyx, wrapping text, Language encodings in Qt frontend, the LyX bug database regards john

ditching the pragmas

2003-01-03 Thread Lars Gullik Bjønnes
gcc --version gcc (GCC) 3.2 20020903 (Red Hat Linux 8.0 3.2-7) All pragmas removed: size src/lyx textdata bss dec hex filename 2792162 80600 48796 2921558 2c9456 src/lyx ls -l src/lyx -rwxrwxr-x1 larsbj larsbj 74322762 Jan 4 00:14 src/lyx Pragmas in place: size

Re: cross-document references?

2003-01-03 Thread Dr. Richard E. Hawkins
On Fri, Jan 03, 2003 at 05:02:48PM +0100, Juergen Spitzmueller wrote: > Dr. Richard E. Hawkins wrote: > > I've put > > \usepackage{xr} > > into each preamble, saved, and still no dice. I seem to have xr where > > it belongs: > You need > \externaldocument{refered_doc} > Furthermore, I think,

Re: cross-document references?

2003-01-03 Thread Juergen Spitzmueller
Dr. Richard E. Hawkins wrote: > I've put > > \usepackage{xr} > > into each preamble, saved, and still no dice. I seem to have xr where > it belongs: You need \externaldocument{refered_doc} in the preamble (see xr.dvi) Furthermore, I think, xr needs the aux file of the document on which you refe

Re: cross-document references?

2003-01-03 Thread Dr. Richard E. Hawkins
On Fri, Jan 03, 2003 at 08:35:34AM +0100, Juergen Spitzmueller wrote: > Dr. Richard E. Hawkins wrote: > > I have companion documents, one of which needs to refer to appendices of > > the other. > You have to use the xr package (standard tools). I've put \usepackage{xr} into each preamble, save