RE: special characters and numbering pages

2000-01-04 Thread Alexander Wollmann


On 03-Jan-00 Ramon Diaz-Uriarte wrote:
 Dear All,
 
 I am recent convert to Lyx (amazing program!); I have two questions:
 1. Can I number a document starting at some arbitrary page number (say, 23)? 
 How?

insert 
\setcounter{page}{number that you want}
marked as TeX into the document.

Greets,
Alex.



---
Alexander Wollmann
Universität Freiburg,
Abteilung Elementar-Mathematik und Didaktik der Mathematik

E-Mail: Alexander Wollmann [EMAIL PROTECTED]
Date: 04-Jan-00
Time: 09:10:12

This message was sent by XFMail
---



Re: special characters and numbering pages

2000-01-04 Thread Jean-Marc Lasgouttes

 "Ramon" == Ramon Diaz-Uriarte [EMAIL PROTECTED] writes:

Ramon 2. On the Reference Manual, 6.4.3., how can I insert any of the
Ramon special characters in a document --say, the copyright notice?
Ramon (it says "without using too many modifier keys", but I've been
Ramon trying all I could think of without luck).

Since you already had an answer to the first question, I can try to
help for the second one: one solution is to use so-called Compose key.
You will have one on most workstation (scroll lock on linux?). The use
is simple:

Compose+o+c = ©
Compose+e+' = é
Compose+1+2 = ½

You should hold the compose key and type the two-character sequence
which creates the code you are looking for. Most codes are very
intuitive.

Hope this helps.

JMarc



RE: special characters and numbering pages

2000-01-04 Thread Juergen Vigna

Hi Ramon!

On 03-Jan-2000 Ramon Diaz-Uriarte wrote:
 Dear All,
 
 I am recent convert to Lyx (amazing program!); I have two questions:
 1. Can I number a document starting at some arbitrary page number (say, 23)? 
 How?
 

\setcounter{page}{17} in TeX Mode (red text) or in the LaTeX-Preamble will
set the number of the first page to 17.

 2. On the Reference Manual, 6.4.3., how can I insert any of the special
 characters in a document --say, the copyright notice? (it says "without using
 too many modifier keys", but I've been trying all I could think of without
 luck).

\copyright in TeX Mode (red text) should do the trick. Otherwise you have
to configure your keyboard over the xmodmap command. There is a nice program
to do this easyly - xkeycaps - you could try that. One example:

keycode  30 = u U udiaeresis

should put the u key with AltGr to ü

Hope this helps!

Greets Jürgen

-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._

Dr. Jürgen Vigna  E-Mail: [EMAIL PROTECTED]
Italienallee 13/N Tel:+39-0471-450260
I-39100 Bozen Fax:+39-0471-450296
ITALY Web:http://www.sad.it/~jug

Do what you can to prolong your life, in the hope that someday you'll
learn what it's for.

-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._



Re: Compile Errors

2000-01-04 Thread Jean-Marc Lasgouttes

 "Ian" == Ian Macdonald [EMAIL PROTECTED] writes:

Ian If anyone could help me to figure out why I am not able to
Ian compile LyX, I'd appreciate it. I have tried 1.0.4 and 1.1.2, and
Ian this error comes up on both of them. I have egcs 2.91.57 on PPC
Ian R4. I know that there were some problems with the version of egcs
Ian included with this linix version, but I upgraded to this version,
Ian which is supposed to be stable. 

Hello,

I guess this error is due to some strange definition of macros on your
system. The relevant lines are the following (correct me if I'm wrong):

fprintf(stderr, "GS [%ld] error %d E:%d %d S:%d %d\n", long(pid),
*status, WIFEXITED(*status), WEXITSTATUS(*status),
WIFSIGNALED(*status), WTERMSIG(*status));

The first possible fix is to just comment out these lines, since they
are just an error message. I'd like however to find a better fix...

Could you run the file through the preprocessor and tell me what the
relevant lines look like? Something like

* run 
  g++ -E -I. -I. -I../images -I/usr/X11R6/include figinset.C figinset.cpp

* search in figinset.cpp the lines corresponding to the lines above.

Hope this helps.

JMarc



Re: Lyx crashes when any key is pressed when no document is open

2000-01-04 Thread Jean-Marc Lasgouttes

 "alien" == alien  [EMAIL PROTECTED] writes:

alien Hi! I have tried many versions and in all versions including
alien 1.1.4 there is same bug. When I start LyX and press any key LyX
alien crashes. But only if no document is open!

Hello,

Thanks for the report. This bug has indeed been reported a few days
ago and is fixed in cvs.

JMarc



Re: Countering more paragraphs

2000-01-04 Thread Jean-Marc Lasgouttes

 "Max" == max  [EMAIL PROTECTED] writes:

Max Hy everybody, the latex-file I use provides a secnumdepth of 8,
Max this means 9 numbered headers. Meanwhile my LyX knows all of the
Max (subsubsubsub...) paragraphs, but I can't see how to get a useful
Max countering on sreen. Because this is for an easy-doing-user I
Max want to have a layout which an countering like this for the
Max standard-paragraphs. Hopefully need no help at the
Max developer-list. 

Hello,

Unfortunately, the number of counter that are taken in account in LyX
is currently hardcoded to 6 for sections. This will hopefully change
in the future, but I cannot be more specific than that.

JMarc



Re: Lyx crashes when any key is pressed when no document is open

2000-01-04 Thread Jean-Marc Lasgouttes

 "Kevin" == Kevin Chu [EMAIL PROTECTED] writes:

Kevin [EMAIL PROTECTED] wrote:
  Hi!
 
 I have tried many versions and in all versions including 1.1.4
 there is same bug. When I start LyX and press any key LyX crashes.
 But only if no document is open!

Kevin Doesn't happen here with 1.0.4.

No, I think it was introduced in 1.1.x.

JMarc



Re: Lyx crashes when any key is pressed when no document is open

2000-01-04 Thread Ramon Diaz-Uriarte

Doesn't happen here (Linux, suse 6.3) with 1.1.2 either.

Ramon


On Tue, 04 Jan 2000, you wrote:
 [EMAIL PROTECTED] wrote:
  
  Hi!
  
  I have tried many versions and in all versions including 1.1.4 there is
  same bug. When I start LyX and press any key LyX crashes. But only if no
  document is open!
  
  Bye, Alen
 
 Doesn't happen here with 1.0.4.
 
 Kevin
 
 -- 
(o-Kevin Chu
//\ [EMAIL PROTECTED]
v_/_ http://super_kevin.tripod.com/



spacing of subfigures

2000-01-04 Thread Bjoern Gerhart

Dear LyX-friends,

I have several float-enviroments with 2 subfigures in my LyX
1.1.2-document. The subfigures are side by side, but the space
between the subfigures is very low.
Does anybody know how to get more space between the two
subfigures?

Thanks for helping and a Happy New Year!

Kind regards
  Bjoern

-- 
  Bjoern Gerhart [EMAIL PROTECTED]
  pgp-key on servers e.g. pgp.uni-mainz.de



Re: spacing of subfigures

2000-01-04 Thread Herbert Voss

Bjoern Gerhart wrote:
 
 Dear LyX-friends,
 
 I have several float-enviroments with 2 subfigures in my LyX
 1.1.2-document. The subfigures are side by side, but the space
 between the subfigures is very low.
 Does anybody know how to get more space between the two
 subfigures?

put the cursor betwenn the two figures and press ctrl-space
just often as you need or type in tex (red) \quad or \qquad

Herbert

-- 
[EMAIL PROTECTED]
http://www.perce.de



Lyx Class Problem

2000-01-04 Thread Tracy T. Lunt


I have ben having a class problem with LyX.  In Layout - Document -
Class I see all of LaTeX's common classes, but I don't see the LyX classes
(such as hollywood, broadway, ejour2, etc.) which are found in
/usr/local/share/lyx/tex.  I didn't even realize there were supposed to be
additional classes until I tried to add in a new thesis class and found
these others.

Are these classes indeed supposed to show up in the online class
selection?  If so, any idea why they aren't being recognized?

Thanks,
Tracy
running LyX 1.0.3 on an SGI Irix 6.3


Graduate Student
University of Virginia, Dept of Chemical Engineering
[EMAIL PROTECTED]



Fwd: Re: spacing of subfigures

2000-01-04 Thread Bjoern Gerhart



--  Forwarded message:  --
Subject: Re: spacing of subfigures
Date: Tue, 4 Jan 2000 20:32:08 +0100
From: Bjoern Gerhart [EMAIL PROTECTED]


Hello Herbert,

 Does anybody know how to get more space between the two
 subfigures?

put the cursor betwenn the two figures and press ctrl-space
just often as you need or type in tex (red) \quad or \qquad

Thanx, it works great. I prefer the ctrl-space, as it´s more
variable than \quad ;-)

Kind regards,
   Bjoern

-- 
  Bjoern Gerhart [EMAIL PROTECTED]
  pgp-key on servers e.g. pgp.uni-mainz.de
---



Re: Lyx Class Problem

2000-01-04 Thread Herbert Voss

"Tracy T. Lunt" wrote:
 
 I have ben having a class problem with LyX.  In Layout - Document -
 Class I see all of LaTeX's common classes, but I don't see the LyX classes
 (such as hollywood, broadway, ejour2, etc.) which are found in
 /usr/local/share/lyx/tex.  I didn't even realize there were supposed to be
 additional classes until I tried to add in a new thesis class and found
 these others.
 
 Are these classes indeed supposed to show up in the online class
 selection?  If so, any idea why they aren't being recognized?

set a symbolic link 
ln -s /usr/local/share/lyx/tex /usr/local/share/texmf/tex/latex/lyx

or copy the /usr/local/share/lyx/tex/ files to 
/usr/local/share/texmf/tex/latex/lyx/

the tex-directory might be /usr/share/texmf/..., than
correct the above path.

and than run texconfig and reconfigure LyX too, from menu options.


Herbert

-- 
[EMAIL PROTECTED]
http://www.perce.de



RE: special characters and numbering pages

2000-01-04 Thread Alexander Wollmann


On 03-Jan-00 Ramon Diaz-Uriarte wrote:
 Dear All,
 
 I am recent convert to Lyx (amazing program!); I have two questions:
 1. Can I number a document starting at some arbitrary page number (say, 23)? 
 How?

insert 
\setcounter{page}{number that you want}
marked as TeX into the document.

Greets,
Alex.



---
Alexander Wollmann
Universität Freiburg,
Abteilung Elementar-Mathematik und Didaktik der Mathematik

E-Mail: Alexander Wollmann [EMAIL PROTECTED]
Date: 04-Jan-00
Time: 09:10:12

This message was sent by XFMail
---



Re: insert a tab

2000-01-04 Thread Jean-Marc Lasgouttes

 "Jean-Luc" == Jean-Luc Le Blanc [EMAIL PROTECTED] writes:

Jean-Luc Hi friends, Could anyone tell me how to insert tabulations
Jean-Luc in a Lyx document please. Thank you very much for your
Jean-Luc contribution. 

First thing, are you sure you really want to insert tabulations? What
do you want to do?

JMarc



Re: special characters and numbering pages

2000-01-04 Thread Jean-Marc Lasgouttes

 "Ramon" == Ramon Diaz-Uriarte [EMAIL PROTECTED] writes:

Ramon 2. On the Reference Manual, 6.4.3., how can I insert any of the
Ramon special characters in a document --say, the copyright notice?
Ramon (it says "without using too many modifier keys", but I've been
Ramon trying all I could think of without luck).

Since you already had an answer to the first question, I can try to
help for the second one: one solution is to use so-called Compose key.
You will have one on most workstation (scroll lock on linux?). The use
is simple:

Compose+o+c = ©
Compose+e+' = é
Compose+1+2 = ½

You should hold the compose key and type the two-character sequence
which creates the code you are looking for. Most codes are very
intuitive.

Hope this helps.

JMarc



RE: special characters and numbering pages

2000-01-04 Thread Juergen Vigna

Hi Ramon!

On 03-Jan-2000 Ramon Diaz-Uriarte wrote:
 Dear All,
 
 I am recent convert to Lyx (amazing program!); I have two questions:
 1. Can I number a document starting at some arbitrary page number (say, 23)? 
 How?
 

\setcounter{page}{17} in TeX Mode (red text) or in the LaTeX-Preamble will
set the number of the first page to 17.

 2. On the Reference Manual, 6.4.3., how can I insert any of the special
 characters in a document --say, the copyright notice? (it says "without using
 too many modifier keys", but I've been trying all I could think of without
 luck).

\copyright in TeX Mode (red text) should do the trick. Otherwise you have
to configure your keyboard over the xmodmap command. There is a nice program
to do this easyly - xkeycaps - you could try that. One example:

keycode  30 = u U udiaeresis

should put the u key with AltGr to ü

Hope this helps!

Greets Jürgen

-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._

Dr. Jürgen Vigna  E-Mail: [EMAIL PROTECTED]
Italienallee 13/N Tel:+39-0471-450260
I-39100 Bozen Fax:+39-0471-450296
ITALY Web:http://www.sad.it/~jug

Do what you can to prolong your life, in the hope that someday you'll
learn what it's for.

-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._



Re: Compile Errors

2000-01-04 Thread Jean-Marc Lasgouttes

 "Ian" == Ian Macdonald [EMAIL PROTECTED] writes:

Ian If anyone could help me to figure out why I am not able to
Ian compile LyX, I'd appreciate it. I have tried 1.0.4 and 1.1.2, and
Ian this error comes up on both of them. I have egcs 2.91.57 on PPC
Ian R4. I know that there were some problems with the version of egcs
Ian included with this linix version, but I upgraded to this version,
Ian which is supposed to be stable. 

Hello,

I guess this error is due to some strange definition of macros on your
system. The relevant lines are the following (correct me if I'm wrong):

fprintf(stderr, "GS [%ld] error %d E:%d %d S:%d %d\n", long(pid),
*status, WIFEXITED(*status), WEXITSTATUS(*status),
WIFSIGNALED(*status), WTERMSIG(*status));

The first possible fix is to just comment out these lines, since they
are just an error message. I'd like however to find a better fix...

Could you run the file through the preprocessor and tell me what the
relevant lines look like? Something like

* run 
  g++ -E -I. -I. -I../images -I/usr/X11R6/include figinset.C figinset.cpp

* search in figinset.cpp the lines corresponding to the lines above.

Hope this helps.

JMarc



Re: Lyx crashes when any key is pressed when no document is open

2000-01-04 Thread Jean-Marc Lasgouttes

 "alien" == alien  [EMAIL PROTECTED] writes:

alien Hi! I have tried many versions and in all versions including
alien 1.1.4 there is same bug. When I start LyX and press any key LyX
alien crashes. But only if no document is open!

Hello,

Thanks for the report. This bug has indeed been reported a few days
ago and is fixed in cvs.

JMarc



Re: Countering more paragraphs

2000-01-04 Thread Jean-Marc Lasgouttes

 "Max" == max  [EMAIL PROTECTED] writes:

Max Hy everybody, the latex-file I use provides a secnumdepth of 8,
Max this means 9 numbered headers. Meanwhile my LyX knows all of the
Max (subsubsubsub...) paragraphs, but I can't see how to get a useful
Max countering on sreen. Because this is for an easy-doing-user I
Max want to have a layout which an countering like this for the
Max standard-paragraphs. Hopefully need no help at the
Max developer-list. 

Hello,

Unfortunately, the number of counter that are taken in account in LyX
is currently hardcoded to 6 for sections. This will hopefully change
in the future, but I cannot be more specific than that.

JMarc



Re: Lyx crashes when any key is pressed when no document is open

2000-01-04 Thread Jean-Marc Lasgouttes

 "Kevin" == Kevin Chu [EMAIL PROTECTED] writes:

Kevin [EMAIL PROTECTED] wrote:
  Hi!
 
 I have tried many versions and in all versions including 1.1.4
 there is same bug. When I start LyX and press any key LyX crashes.
 But only if no document is open!

Kevin Doesn't happen here with 1.0.4.

No, I think it was introduced in 1.1.x.

JMarc



Re: Lyx crashes when any key is pressed when no document is open

2000-01-04 Thread Ramon Diaz-Uriarte

Doesn't happen here (Linux, suse 6.3) with 1.1.2 either.

Ramon


On Tue, 04 Jan 2000, you wrote:
 [EMAIL PROTECTED] wrote:
  
  Hi!
  
  I have tried many versions and in all versions including 1.1.4 there is
  same bug. When I start LyX and press any key LyX crashes. But only if no
  document is open!
  
  Bye, Alen
 
 Doesn't happen here with 1.0.4.
 
 Kevin
 
 -- 
(o-Kevin Chu
//\ [EMAIL PROTECTED]
v_/_ http://super_kevin.tripod.com/



spacing of subfigures

2000-01-04 Thread Bjoern Gerhart

Dear LyX-friends,

I have several float-enviroments with 2 subfigures in my LyX
1.1.2-document. The subfigures are side by side, but the space
between the subfigures is very low.
Does anybody know how to get more space between the two
subfigures?

Thanks for helping and a Happy New Year!

Kind regards
  Bjoern

-- 
  Bjoern Gerhart [EMAIL PROTECTED]
  pgp-key on servers e.g. pgp.uni-mainz.de



Re: spacing of subfigures

2000-01-04 Thread Herbert Voss

Bjoern Gerhart wrote:
 
 Dear LyX-friends,
 
 I have several float-enviroments with 2 subfigures in my LyX
 1.1.2-document. The subfigures are side by side, but the space
 between the subfigures is very low.
 Does anybody know how to get more space between the two
 subfigures?

put the cursor betwenn the two figures and press ctrl-space
just often as you need or type in tex (red) \quad or \qquad

Herbert

-- 
[EMAIL PROTECTED]
http://www.perce.de



Lyx Class Problem

2000-01-04 Thread Tracy T. Lunt


I have ben having a class problem with LyX.  In Layout - Document -
Class I see all of LaTeX's common classes, but I don't see the LyX classes
(such as hollywood, broadway, ejour2, etc.) which are found in
/usr/local/share/lyx/tex.  I didn't even realize there were supposed to be
additional classes until I tried to add in a new thesis class and found
these others.

Are these classes indeed supposed to show up in the online class
selection?  If so, any idea why they aren't being recognized?

Thanks,
Tracy
running LyX 1.0.3 on an SGI Irix 6.3


Graduate Student
University of Virginia, Dept of Chemical Engineering
[EMAIL PROTECTED]



Fwd: Re: spacing of subfigures

2000-01-04 Thread Bjoern Gerhart



--  Forwarded message:  --
Subject: Re: spacing of subfigures
Date: Tue, 4 Jan 2000 20:32:08 +0100
From: Bjoern Gerhart [EMAIL PROTECTED]


Hello Herbert,

 Does anybody know how to get more space between the two
 subfigures?

put the cursor betwenn the two figures and press ctrl-space
just often as you need or type in tex (red) \quad or \qquad

Thanx, it works great. I prefer the ctrl-space, as it´s more
variable than \quad ;-)

Kind regards,
   Bjoern

-- 
  Bjoern Gerhart [EMAIL PROTECTED]
  pgp-key on servers e.g. pgp.uni-mainz.de
---



Re: Lyx Class Problem

2000-01-04 Thread Herbert Voss

"Tracy T. Lunt" wrote:
 
 I have ben having a class problem with LyX.  In Layout - Document -
 Class I see all of LaTeX's common classes, but I don't see the LyX classes
 (such as hollywood, broadway, ejour2, etc.) which are found in
 /usr/local/share/lyx/tex.  I didn't even realize there were supposed to be
 additional classes until I tried to add in a new thesis class and found
 these others.
 
 Are these classes indeed supposed to show up in the online class
 selection?  If so, any idea why they aren't being recognized?

set a symbolic link 
ln -s /usr/local/share/lyx/tex /usr/local/share/texmf/tex/latex/lyx

or copy the /usr/local/share/lyx/tex/ files to 
/usr/local/share/texmf/tex/latex/lyx/

the tex-directory might be /usr/share/texmf/..., than
correct the above path.

and than run texconfig and reconfigure LyX too, from menu options.


Herbert

-- 
[EMAIL PROTECTED]
http://www.perce.de



RE: special characters and numbering pages

2000-01-04 Thread Alexander Wollmann


On 03-Jan-00 Ramon Diaz-Uriarte wrote:
> Dear All,
> 
> I am recent convert to Lyx (amazing program!); I have two questions:
> 1. Can I number a document starting at some arbitrary page number (say, 23)? 
> How?

insert 
\setcounter{page}{number that you want}
marked as TeX into the document.

Greets,
Alex.



---
Alexander Wollmann
Universität Freiburg,
Abteilung Elementar-Mathematik und Didaktik der Mathematik

E-Mail: Alexander Wollmann <[EMAIL PROTECTED]>
Date: 04-Jan-00
Time: 09:10:12

This message was sent by XFMail
---



Re: insert a tab

2000-01-04 Thread Jean-Marc Lasgouttes

> "Jean-Luc" == Jean-Luc Le Blanc <[EMAIL PROTECTED]> writes:

Jean-Luc> Hi friends, Could anyone tell me how to insert tabulations
Jean-Luc> in a Lyx document please. Thank you very much for your
Jean-Luc> contribution. 

First thing, are you sure you really want to insert tabulations? What
do you want to do?

JMarc



Re: special characters and numbering pages

2000-01-04 Thread Jean-Marc Lasgouttes

> "Ramon" == Ramon Diaz-Uriarte <[EMAIL PROTECTED]> writes:

Ramon> 2. On the Reference Manual, 6.4.3., how can I insert any of the
Ramon> special characters in a document --say, the copyright notice?
Ramon> (it says "without using too many modifier keys", but I've been
Ramon> trying all I could think of without luck).

Since you already had an answer to the first question, I can try to
help for the second one: one solution is to use so-called Compose key.
You will have one on most workstation (scroll lock on linux?). The use
is simple:

Compose+o+c = ©
Compose+e+' = é
Compose+1+2 = ½

You should hold the compose key and type the two-character sequence
which creates the code you are looking for. Most codes are very
intuitive.

Hope this helps.

JMarc



RE: special characters and numbering pages

2000-01-04 Thread Juergen Vigna

Hi Ramon!

On 03-Jan-2000 Ramon Diaz-Uriarte wrote:
> Dear All,
> 
> I am recent convert to Lyx (amazing program!); I have two questions:
> 1. Can I number a document starting at some arbitrary page number (say, 23)? 
> How?
> 

\setcounter{page}{17} in TeX Mode (red text) or in the LaTeX-Preamble will
set the number of the first page to 17.

> 2. On the Reference Manual, 6.4.3., how can I insert any of the special
> characters in a document --say, the copyright notice? (it says "without using
> too many modifier keys", but I've been trying all I could think of without
> luck).

\copyright in TeX Mode (red text) should do the trick. Otherwise you have
to configure your keyboard over the xmodmap command. There is a nice program
to do this easyly - xkeycaps - you could try that. One example:

keycode  30 = u U udiaeresis

should put the u key with AltGr to ü

Hope this helps!

Greets Jürgen

-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._

Dr. Jürgen Vigna  E-Mail: [EMAIL PROTECTED]
Italienallee 13/N Tel:+39-0471-450260
I-39100 Bozen Fax:+39-0471-450296
ITALY Web:http://www.sad.it/~jug

Do what you can to prolong your life, in the hope that someday you'll
learn what it's for.

-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._



Re: Compile Errors

2000-01-04 Thread Jean-Marc Lasgouttes

> "Ian" == Ian Macdonald <[EMAIL PROTECTED]> writes:

Ian> If anyone could help me to figure out why I am not able to
Ian> compile LyX, I'd appreciate it. I have tried 1.0.4 and 1.1.2, and
Ian> this error comes up on both of them. I have egcs 2.91.57 on PPC
Ian> R4. I know that there were some problems with the version of egcs
Ian> included with this linix version, but I upgraded to this version,
Ian> which is supposed to be stable. 

Hello,

I guess this error is due to some strange definition of macros on your
system. The relevant lines are the following (correct me if I'm wrong):

fprintf(stderr, "GS [%ld] error %d E:%d %d S:%d %d\n", long(pid),
*status, WIFEXITED(*status), WEXITSTATUS(*status),
WIFSIGNALED(*status), WTERMSIG(*status));

The first possible fix is to just comment out these lines, since they
are just an error message. I'd like however to find a better fix...

Could you run the file through the preprocessor and tell me what the
relevant lines look like? Something like

* run 
  g++ -E -I. -I. -I../images -I/usr/X11R6/include figinset.C >figinset.cpp

* search in figinset.cpp the lines corresponding to the lines above.

Hope this helps.

JMarc



Re: Lyx crashes when any key is pressed when no document is open

2000-01-04 Thread Jean-Marc Lasgouttes

> "alien" == alien  <[EMAIL PROTECTED]> writes:

alien> Hi! I have tried many versions and in all versions including
alien> 1.1.4 there is same bug. When I start LyX and press any key LyX
alien> crashes. But only if no document is open!

Hello,

Thanks for the report. This bug has indeed been reported a few days
ago and is fixed in cvs.

JMarc



Re: Countering more paragraphs

2000-01-04 Thread Jean-Marc Lasgouttes

> "Max" == max  <[EMAIL PROTECTED]> writes:

Max> Hy everybody, the latex-file I use provides a secnumdepth of 8,
Max> this means 9 numbered headers. Meanwhile my LyX knows all of the
Max> (subsubsubsub...) paragraphs, but I can't see how to get a useful
Max> countering on sreen. Because this is for an easy-doing-user I
Max> want to have a layout which an countering like this for the
Max> standard-paragraphs. Hopefully need no help at the
Max> developer-list. 

Hello,

Unfortunately, the number of counter that are taken in account in LyX
is currently hardcoded to 6 for sections. This will hopefully change
in the future, but I cannot be more specific than that.

JMarc



Re: Lyx crashes when any key is pressed when no document is open

2000-01-04 Thread Jean-Marc Lasgouttes

> "Kevin" == Kevin Chu <[EMAIL PROTECTED]> writes:

Kevin> [EMAIL PROTECTED] wrote:
>>  Hi!
>> 
>> I have tried many versions and in all versions including 1.1.4
>> there is same bug. When I start LyX and press any key LyX crashes.
>> But only if no document is open!

Kevin> Doesn't happen here with 1.0.4.

No, I think it was introduced in 1.1.x.

JMarc



Re: Lyx crashes when any key is pressed when no document is open

2000-01-04 Thread Ramon Diaz-Uriarte

Doesn't happen here (Linux, suse 6.3) with 1.1.2 either.

Ramon


On Tue, 04 Jan 2000, you wrote:
> [EMAIL PROTECTED] wrote:
> > 
> > Hi!
> > 
> > I have tried many versions and in all versions including 1.1.4 there is
> > same bug. When I start LyX and press any key LyX crashes. But only if no
> > document is open!
> > 
> > Bye, Alen
> 
> Doesn't happen here with 1.0.4.
> 
> Kevin
> 
> -- 
>(o-Kevin Chu
>//\ [EMAIL PROTECTED]
>v_/_ http://super_kevin.tripod.com/



spacing of subfigures

2000-01-04 Thread Bjoern Gerhart

Dear LyX-friends,

I have several float-enviroments with 2 subfigures in my LyX
1.1.2-document. The subfigures are side by side, but the space
between the subfigures is very low.
Does anybody know how to get more space between the two
subfigures?

Thanks for helping and a Happy New Year!

Kind regards
  Bjoern

-- 
  Bjoern Gerhart [EMAIL PROTECTED]
  pgp-key on servers e.g. pgp.uni-mainz.de



Re: spacing of subfigures

2000-01-04 Thread Herbert Voss

Bjoern Gerhart wrote:
> 
> Dear LyX-friends,
> 
> I have several float-enviroments with 2 subfigures in my LyX
> 1.1.2-document. The subfigures are side by side, but the space
> between the subfigures is very low.
> Does anybody know how to get more space between the two
> subfigures?

put the cursor betwenn the two figures and press ctrl-space
just often as you need or type in tex (red) \quad or \qquad

Herbert

-- 
[EMAIL PROTECTED]
http://www.perce.de



Lyx Class Problem

2000-01-04 Thread Tracy T. Lunt


I have ben having a class problem with LyX.  In Layout -> Document ->
Class I see all of LaTeX's common classes, but I don't see the LyX classes
(such as hollywood, broadway, ejour2, etc.) which are found in
/usr/local/share/lyx/tex.  I didn't even realize there were supposed to be
additional classes until I tried to add in a new thesis class and found
these others.

Are these classes indeed supposed to show up in the online class
selection?  If so, any idea why they aren't being recognized?

Thanks,
Tracy
running LyX 1.0.3 on an SGI Irix 6.3


Graduate Student
University of Virginia, Dept of Chemical Engineering
[EMAIL PROTECTED]



Fwd: Re: spacing of subfigures

2000-01-04 Thread Bjoern Gerhart



--  Forwarded message:  --
Subject: Re: spacing of subfigures
Date: Tue, 4 Jan 2000 20:32:08 +0100
From: Bjoern Gerhart <[EMAIL PROTECTED]>


Hello Herbert,

>> Does anybody know how to get more space between the two
>> subfigures?

>put the cursor betwenn the two figures and press ctrl-space
>just often as you need or type in tex (red) \quad or \qquad

Thanx, it works great. I prefer the ctrl-space, as it´s more
variable than \quad ;-)

Kind regards,
   Bjoern

-- 
  Bjoern Gerhart [EMAIL PROTECTED]
  pgp-key on servers e.g. pgp.uni-mainz.de
---



Re: Lyx Class Problem

2000-01-04 Thread Herbert Voss

"Tracy T. Lunt" wrote:
> 
> I have ben having a class problem with LyX.  In Layout -> Document ->
> Class I see all of LaTeX's common classes, but I don't see the LyX classes
> (such as hollywood, broadway, ejour2, etc.) which are found in
> /usr/local/share/lyx/tex.  I didn't even realize there were supposed to be
> additional classes until I tried to add in a new thesis class and found
> these others.
> 
> Are these classes indeed supposed to show up in the online class
> selection?  If so, any idea why they aren't being recognized?

set a symbolic link 
ln -s /usr/local/share/lyx/tex /usr/local/share/texmf/tex/latex/lyx

or copy the /usr/local/share/lyx/tex/ files to 
/usr/local/share/texmf/tex/latex/lyx/

the tex-directory might be /usr/share/texmf/..., than
correct the above path.

and than run texconfig and reconfigure LyX too, from menu options.


Herbert

-- 
[EMAIL PROTECTED]
http://www.perce.de