Re: buffer-export bindings do not work.

2004-05-08 Thread Andre Poenitz
On Thu, May 06, 2004 at 10:36:26AM -0500, Bo Peng wrote:
 It turns out that lyx never get C-F12 etc, KDE32 get it! (For 'go to 
 desktop 12', is anyone using 12 desktops here? :-)

12 consoles and 16 virtual screens in the X session, though I have to
admit that I grew accustomed to using xterms instead of consoles during
the last few years...

Andre'


Re: buffer-export bindings do not work.

2004-05-08 Thread Andre Poenitz
On Wed, May 05, 2004 at 06:29:04PM -0500, Bo Peng wrote:
 Dear Lyx users,
 
 I have the following in my bind file:
 
 \bind F9 buffer-view dvi
 \bind F10buffer-view ps
 \bind F11buffer-view pdf
 \bind F12buffer-view pdf2
 \bind S-F9   buffer-update dvi
 \bind S-F10  buffer-update ps
 \bind S-F11  buffer-update pdf
 \bind S-F12  buffer-update pdf2
 \bind C-F9   buffer-export latex
 \bind C-F10  buffer-export ps
 \bind C-F11  buffer-export pdf
 \bind C-F12  buffer-export pdf2
 
 F9 and S-F9 etc work well but C-F9 etc do not work. There is no response 
 for C-F9, F10 and F11. C-F12 leads to 'command disabled' in the 
 mini-buffer. I am using lyx-1.3.4 on redhat 9.

Maybe it's used by your Window Manager?

Andre'


Re: heading outside the page

2004-05-08 Thread Georg Baum
Am Freitag, 7. Mai 2004 22:59 schrieb Rich Shepard:
 Harold,
 
   Yes, and yes. I use the short titles option (Insert - Short title) in 
my
 book because the publisher's style doesn't accommodate two-line headings.
 Unfortunately, in the current lyx versions if you use a short title then
 that is used in the Table of Contents, too. Oh, well. :-)

This is how short titles are designed in latex. I don't know if this can be 
changed easily, but if it is possible, then either Herbert Voß' tipps and 
tricks page or the UK TeX FAQ probably has the answer.


Georg



Table numbering - was: Figure numbering

2004-05-08 Thread Roland Schmitz
Hi,

today i want to change the table numbering, like the figure numbering i want 
starit forward numbering insted of chapter wise nubering. I tried to change  
Paul Smith solution (take a look at the end of the mail) for figure numbering 
into a solution for table numbering. Because i'm a newbee, i failed. Can 
anybody else help me?

-- 
Mit freundlichem GrussYours sincerely

  Roland Schmitz


Am Donnerstag, 6. Mai 2004 23:48 schrieb Paul Smith:
 You can get what you are wanting if you add the following lines to the 
 preamble:
 
 \usepackage{remreset}
 
 \makeatletter
 [EMAIL PROTECTED]
 [EMAIL PROTECTED]@figure}
 \makeatother
 
 I hope this helps you!
 
 Paul
 


Re: Table numbering - was: Figure numbering

2004-05-08 Thread Paul Smith
today i want to change the table numbering, like the figure numbering i want 
starit forward numbering insted of chapter wise nubering. I tried to change  
Paul Smith solution (take a look at the end of the mail) for figure numbering 
into a solution for table numbering. Because i'm a newbee, i failed. Can 
anybody else help me?
Roland,

You only need to replace the word figure by table, as below:

\usepackage{remreset}

\makeatletter
[EMAIL PROTECTED]
[EMAIL PROTECTED]@table}
\makeatother
I hope this helps you!

Paul




Re: Table numbering - was: Figure numbering

2004-05-08 Thread Roland Schmitz
Hi Paul,

that's it. I think there's a lot to learn for me ...

Thanx

Roland

 
 \usepackage{remreset}
 
 \makeatletter
 [EMAIL PROTECTED]
 [EMAIL PROTECTED]@table}
 \makeatother
 
 I hope this helps you!


Re: Table numbering - was: Figure numbering

2004-05-08 Thread Paul Smith
I think there's a lot to learn for me ...
The same here. A nice thing of this list is that we try to help each 
other and the spirit of community is really alive on the list.

Paul



Re: buffer-export bindings do not work.

2004-05-08 Thread Andre Poenitz
On Thu, May 06, 2004 at 10:36:26AM -0500, Bo Peng wrote:
 It turns out that lyx never get C-F12 etc, KDE32 get it! (For 'go to 
 desktop 12', is anyone using 12 desktops here? :-)

12 consoles and 16 virtual screens in the X session, though I have to
admit that I grew accustomed to using xterms instead of consoles during
the last few years...

Andre'


Re: buffer-export bindings do not work.

2004-05-08 Thread Andre Poenitz
On Wed, May 05, 2004 at 06:29:04PM -0500, Bo Peng wrote:
 Dear Lyx users,
 
 I have the following in my bind file:
 
 \bind F9 buffer-view dvi
 \bind F10buffer-view ps
 \bind F11buffer-view pdf
 \bind F12buffer-view pdf2
 \bind S-F9   buffer-update dvi
 \bind S-F10  buffer-update ps
 \bind S-F11  buffer-update pdf
 \bind S-F12  buffer-update pdf2
 \bind C-F9   buffer-export latex
 \bind C-F10  buffer-export ps
 \bind C-F11  buffer-export pdf
 \bind C-F12  buffer-export pdf2
 
 F9 and S-F9 etc work well but C-F9 etc do not work. There is no response 
 for C-F9, F10 and F11. C-F12 leads to 'command disabled' in the 
 mini-buffer. I am using lyx-1.3.4 on redhat 9.

Maybe it's used by your Window Manager?

Andre'


Re: heading outside the page

2004-05-08 Thread Georg Baum
Am Freitag, 7. Mai 2004 22:59 schrieb Rich Shepard:
 Harold,
 
   Yes, and yes. I use the short titles option (Insert - Short title) in 
my
 book because the publisher's style doesn't accommodate two-line headings.
 Unfortunately, in the current lyx versions if you use a short title then
 that is used in the Table of Contents, too. Oh, well. :-)

This is how short titles are designed in latex. I don't know if this can be 
changed easily, but if it is possible, then either Herbert Voß' tipps and 
tricks page or the UK TeX FAQ probably has the answer.


Georg



Table numbering - was: Figure numbering

2004-05-08 Thread Roland Schmitz
Hi,

today i want to change the table numbering, like the figure numbering i want 
starit forward numbering insted of chapter wise nubering. I tried to change  
Paul Smith solution (take a look at the end of the mail) for figure numbering 
into a solution for table numbering. Because i'm a newbee, i failed. Can 
anybody else help me?

-- 
Mit freundlichem GrussYours sincerely

  Roland Schmitz


Am Donnerstag, 6. Mai 2004 23:48 schrieb Paul Smith:
 You can get what you are wanting if you add the following lines to the 
 preamble:
 
 \usepackage{remreset}
 
 \makeatletter
 [EMAIL PROTECTED]
 [EMAIL PROTECTED]@figure}
 \makeatother
 
 I hope this helps you!
 
 Paul
 


Re: Table numbering - was: Figure numbering

2004-05-08 Thread Paul Smith
today i want to change the table numbering, like the figure numbering i want 
starit forward numbering insted of chapter wise nubering. I tried to change  
Paul Smith solution (take a look at the end of the mail) for figure numbering 
into a solution for table numbering. Because i'm a newbee, i failed. Can 
anybody else help me?
Roland,

You only need to replace the word figure by table, as below:

\usepackage{remreset}

\makeatletter
[EMAIL PROTECTED]
[EMAIL PROTECTED]@table}
\makeatother
I hope this helps you!

Paul




Re: Table numbering - was: Figure numbering

2004-05-08 Thread Roland Schmitz
Hi Paul,

that's it. I think there's a lot to learn for me ...

Thanx

Roland

 
 \usepackage{remreset}
 
 \makeatletter
 [EMAIL PROTECTED]
 [EMAIL PROTECTED]@table}
 \makeatother
 
 I hope this helps you!


Re: Table numbering - was: Figure numbering

2004-05-08 Thread Paul Smith
I think there's a lot to learn for me ...
The same here. A nice thing of this list is that we try to help each 
other and the spirit of community is really alive on the list.

Paul



Re: buffer-export bindings do not work.

2004-05-08 Thread Andre Poenitz
On Thu, May 06, 2004 at 10:36:26AM -0500, Bo Peng wrote:
> It turns out that lyx never get C-F12 etc, KDE32 get it! (For 'go to 
> desktop 12', is anyone using 12 desktops here? :-)

12 consoles and 16 virtual screens in the X session, though I have to
admit that I grew accustomed to using xterms instead of consoles during
the last few years...

Andre'


Re: buffer-export bindings do not work.

2004-05-08 Thread Andre Poenitz
On Wed, May 05, 2004 at 06:29:04PM -0500, Bo Peng wrote:
> Dear Lyx users,
> 
> I have the following in my bind file:
> 
> \bind "F9" "buffer-view dvi"
> \bind "F10""buffer-view ps"
> \bind "F11""buffer-view pdf"
> \bind "F12""buffer-view pdf2"
> \bind "S-F9"   "buffer-update dvi"
> \bind "S-F10"  "buffer-update ps"
> \bind "S-F11"  "buffer-update pdf"
> \bind "S-F12"  "buffer-update pdf2"
> \bind "C-F9"   "buffer-export latex"
> \bind "C-F10"  "buffer-export ps"
> \bind "C-F11"  "buffer-export pdf"
> \bind "C-F12"  "buffer-export pdf2"
> 
> F9 and S-F9 etc work well but C-F9 etc do not work. There is no response 
> for C-F9, F10 and F11. C-F12 leads to 'command disabled' in the 
> mini-buffer. I am using lyx-1.3.4 on redhat 9.

Maybe it's used by your Window Manager?

Andre'


Re: heading outside the page

2004-05-08 Thread Georg Baum
Am Freitag, 7. Mai 2004 22:59 schrieb Rich Shepard:
> Harold,
> 
>   Yes, and yes. I use the short titles option (Insert -> Short title) in 
my
> book because the publisher's style doesn't accommodate two-line headings.
> Unfortunately, in the current lyx versions if you use a short title then
> that is used in the Table of Contents, too. Oh, well. :-)

This is how short titles are designed in latex. I don't know if this can be 
changed easily, but if it is possible, then either Herbert Voß' tipps and 
tricks page or the UK TeX FAQ probably has the answer.


Georg



Table numbering - was: Figure numbering

2004-05-08 Thread Roland Schmitz
Hi,

today i want to change the table numbering, like the figure numbering i want 
starit forward numbering insted of "chapter wise" nubering. I tried to change  
Paul Smith solution (take a look at the end of the mail) for figure numbering 
into a solution for table numbering. Because i'm a newbee, i failed. Can 
anybody else help me?

-- 
Mit freundlichem GrussYours sincerely

  Roland Schmitz


Am Donnerstag, 6. Mai 2004 23:48 schrieb Paul Smith:
> You can get what you are wanting if you add the following lines to the 
> preamble:
> 
> \usepackage{remreset}
> 
> \makeatletter
> [EMAIL PROTECTED]
> [EMAIL PROTECTED]@figure}
> \makeatother
> 
> I hope this helps you!
> 
> Paul
> 


Re: Table numbering - was: Figure numbering

2004-05-08 Thread Paul Smith
today i want to change the table numbering, like the figure numbering i want 
starit forward numbering insted of "chapter wise" nubering. I tried to change  
Paul Smith solution (take a look at the end of the mail) for figure numbering 
into a solution for table numbering. Because i'm a newbee, i failed. Can 
anybody else help me?
Roland,

You only need to replace the word figure by table, as below:

\usepackage{remreset}

\makeatletter
[EMAIL PROTECTED]
[EMAIL PROTECTED]@table}
\makeatother
I hope this helps you!

Paul




Re: Table numbering - was: Figure numbering

2004-05-08 Thread Roland Schmitz
Hi Paul,

that's it. I think there's a lot to learn for me ...

Thanx

Roland

> 
> \usepackage{remreset}
> 
> \makeatletter
> [EMAIL PROTECTED]
> [EMAIL PROTECTED]@table}
> \makeatother
> 
> I hope this helps you!


Re: Table numbering - was: Figure numbering

2004-05-08 Thread Paul Smith
I think there's a lot to learn for me ...
The same here. A nice thing of this list is that we try to help each 
other and the spirit of community is really alive on the list.

Paul