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, saved, and still no dice.  I seem to have xr where
it belongs:

slytherin ttyp2:y3ls /usr/local/share/texmf/tex/latex/tools/xr.sty 
/usr/local/share/texmf/tex/latex/tools/xr.sty

I've also exported to latex and tried that way, but get 

LaTeX Warning: Reference `sec:Sample-Trials' on page 3 undefined
on input line 226.

and so forth (but no warning about the package.)

thanks

hawk



-- 
Richard E. Hawkins, Asst. Prof. of Economics/\   ASCII ribbon campaign
[EMAIL PROTECTED]  Smeal 178  (814) 375-4700  \ /   against HTML mail
These opinions will not be those of  Xand postings. 
Penn State until it pays my retainer.   / \   



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 
refer. Therefore you might have to export the second doc to LaTeX and run 
latex on it. I have never tried xr, so you have to play around a little bit.

Good luck,
Jürgen.



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, xr needs the aux file of the document on which you 
 refer. Therefore you might have to export the second doc to LaTeX and run 
 latex on it. I have never tried xr, so you have to play around a little bit.

All of these, and more :)

With both magics added (and leave off the .tex or .lyx suffix!), I can
latex them both and latex produces a correct file.  However, they still
don't get picked up from within lyx.  But at least I can print :)

hawk



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 src/lyx
   textdata bss dec hex filename
2812994   80600   48800 2942394  2ce5ba src/lyx

ls -l src/lyx
-rwxrwxr-x1 larsbj   larsbj   70111256 Jan  4 01:01 src/lyx


I am more interested in stripped size than in non-striped size.

What about you?

-- 
Lgb



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



Footnotes not showing up in Lists

2003-01-03 Thread Ricardo Garca
$ 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++ Compiler:   g++ (2.95.4)
  C++ Compiler flags: -O -fno-exceptions
  Linker flags:   
  Frontend:   xforms
libXpm version:   4.11
libforms version: 0.89.5
  LyX binary dir: /usr/local/bin
  LyX files dir:  /usr/local/share/lyx

When you insert a footnote in the first word of a list, the footnote 
isn't printed at the bottom of the page. However, if you insert it in 
the description of the item (this is, the rest of the words), it 
works. Is this a bug?



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



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 in english), and navigate.
 

I cannot reproduce this

regards
john

-- 
I will eat a rubber tire to the music of The Flight of the Bumblebee



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). 
 Missing redraw?

Happens in xforms too. Can you please open a bugzilla bug ?

This is either going to be obvious or a bitch to track down.

It would be particularly helpful if you could see if it's a recent
regression ...

regards
john

-- 
I will eat a rubber tire to the music of The Flight of the Bumblebee



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, saved, and still no dice.  I seem to have xr where
it belongs:

slytherin ttyp2:y3>ls /usr/local/share/texmf/tex/latex/tools/xr.sty 
/usr/local/share/texmf/tex/latex/tools/xr.sty

I've also exported to latex and tried that way, but get 

LaTeX Warning: Reference `sec:Sample-Trials' on page 3 undefined
on input line 226.

and so forth (but no warning about the package.)

thanks

hawk



-- 
Richard E. Hawkins, Asst. Prof. of Economics/"\   ASCII ribbon campaign
[EMAIL PROTECTED]  Smeal 178  (814) 375-4700  \ /   against HTML mail
These opinions will not be those of  Xand postings. 
Penn State until it pays my retainer.   / \   



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 
refer. Therefore you might have to export the second doc to LaTeX and run 
latex on it. I have never tried xr, so you have to play around a little bit.

Good luck,
Jürgen.



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, xr needs the aux file of the document on which you 
> refer. Therefore you might have to export the second doc to LaTeX and run 
> latex on it. I have never tried xr, so you have to play around a little bit.

All of these, and more :)

With both magics added (and leave off the .tex or .lyx suffix!), I can
latex them both and latex produces a correct file.  However, they still
don't get picked up from within lyx.  But at least I can print :)

hawk



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 src/lyx
   textdata bss dec hex filename
2812994   80600   48800 2942394  2ce5ba src/lyx

ls -l src/lyx
-rwxrwxr-x1 larsbj   larsbj   70111256 Jan  4 01:01 src/lyx


I am more interested in stripped size than in non-striped size.

What about you?

-- 
Lgb



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



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++ Compiler:   g++ (2.95.4)
  C++ Compiler flags: -O -fno-exceptions
  Linker flags:   
  Frontend:   xforms
libXpm version:   4.11
libforms version: 0.89.5
  LyX binary dir: /usr/local/bin
  LyX files dir:  /usr/local/share/lyx

When you insert a footnote in the first word of a list, the footnote 
isn't printed at the bottom of the page. However, if you insert it in 
the "description" of the item (this is, the rest of the words), it 
works. Is this a bug?



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



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 in english), and "navigate".
> 

I cannot reproduce this

regards
john

-- 
"I will eat a rubber tire to the music of The Flight of the Bumblebee"



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). 
> Missing redraw?

Happens in xforms too. Can you please open a bugzilla bug ?

This is either going to be obvious or a bitch to track down.

It would be particularly helpful if you could see if it's a recent
regression ...

regards
john

-- 
"I will eat a rubber tire to the music of The Flight of the Bumblebee"