Re: Re: numbering everything

2002-05-30 Thread Guenter Milde

On Thu, 30 May 2002 00:00:59 +0300 wrote Dekel Tsur [EMAIL PROTECTED]:

 On Tue, May 28, 2002 at 05:12:38PM -0600, Devin Reade wrote:
  I've been trying to figure out a way in lyx to produce the following
  paragraph numbering format for technical documents:
  
  1 section title
  1.1  paragraph
  1.2  paragraph
  1.2.1 subpara
  1.2.1.1 subsubpara
  1.2.2 subpara
  1.3  paragraph
  2 section title
  2.1 paragraph
  

 There are many possible ways to make this simpler.
 Assuming that the text above should be normal text, except for sections,
 you can use an enumerate environment ...

or try a layout based on the koma-script classes. These have paragraph and
subparagraph numbering commands (not subsubpara :-(. By default these are
below the subsubsection, but if I remember right, numbering is higly
configurable. The very good documentation (well, at least the German one is
extensive) will help.

Günter

--
[EMAIL PROTECTED]




Re: Build Failed: Re: [ANNOUNCE] LyX 1.2.0 is there!

2002-05-30 Thread Lars Gullik Bjønnes

fb [EMAIL PROTECTED] writes:

| Hi All,

| I am using RedHat 7.0 and so thought I needed to rebuild the new LyX 1.2.0
| Things seemed to go well ... until the end when the build process
| aborted with:

| %   source='insetexternal.C' object='insetexternal.lo' libtool=yes \
| %  depfile='.deps/insetexternal.Plo' tmpdepfile='.deps/insetexternal.TPlo' \
| %  depmode=gcc /bin/sh ../../config/depcomp \
| % /bin/sh ../../libtool --mode=compile g++ -DHAVE_CONFIG_H -I. -I.
| -I../../src -I./../ -I../.. -I../../boost  -isystem /usr/X11R6/include
| -O2 % -march=i386 -mcpu=i686 -c -o insetexternal.lo `test -f
| insetexternal.C || echo './'`insetexternal.C
| % g++ -DHAVE_CONFIG_H -I. -I. -I../../src -I./../ -I../..
| -I../../boost -isystem /usr/X11R6/include -O2 -march=i386 -mcpu=i686
| -c insetexternal.C
| % -Wp,-MD,.deps/insetexternal.TPlo
| % g++: Internal error: Segmentation fault (program cc1plus)

| Do I need a new version of XForms on RH7.0, new ImageMagick, or what
| else to
| do the build sucessfully  (without upgrading RedHat)?

What version of gcc?
Have you upgraded it?

-- 
Lgb





Re: Build Failed: Re: [ANNOUNCE] LyX 1.2.0 is there!

2002-05-30 Thread Andre Poenitz

On Fri, May 31, 2002 at 03:28:40AM +1000, fb wrote:
 % g++: Internal error: Segmentation fault (program cc1plus)

What says 'g++ --version'?

Andre'

-- 
Those who desire to give up Freedom in order to gain Security,
will not have, nor do they deserve, either one. (T. Jefferson)



Re: Build Failed: Re: [ANNOUNCE] LyX 1.2.0 is there!

2002-05-30 Thread fb

Hi Andre,

g++ --version  says: 2.96


Regards
Fred


Andre Poenitz wrote:

On Fri, May 31, 2002 at 03:28:40AM +1000, fb wrote:

% g++: Internal error: Segmentation fault (program cc1plus)


What says 'g++ --version'?

Andre'







footnotes (broken link?)

2002-05-30 Thread Guenter Milde

Hi LyXers,

I wanted to change the footnote signs from numbers to symbols. As I don't
remember the right command, I tried the Tips page but clicking on the
Footnotes section in http://www.lyx.org/help/index.php3 called
  http://www.lyx.org/help/footnotes.php
but unfortunately gave a white paper with nothing on it :-(

Using the Konqueror from KDE3 under SuSE 7.3. With Opera it works...

Günter



--
[EMAIL PROTECTED]




Re: Build Failed: Re: [ANNOUNCE] LyX 1.2.0 is there!

2002-05-30 Thread Andre Poenitz

On Fri, May 31, 2002 at 04:17:30AM +1000, fb wrote:
 Hi Andre,
 
 g++ --version  says: 2.96

Hm. Could you try an official compiler (2.95, 3.0 or 3.1)?

See http://gcc.gnu.org/gcc-2.96.html, especially:

   If you encounter a bug in a compiler labeled 2.96, we suggest you
   contact whoever supplied the compiler as we can not support 2.96
   versions that were not issued by the GCC team. 

Andre'

PS: Please quote only the parts you are refering to _above_ your own
comment. 

-- 
Those who desire to give up Freedom in order to gain Security,
will not have, nor do they deserve, either one. (T. Jefferson)



Re: Build Failed: Re: [ANNOUNCE] LyX 1.2.0 is there!

2002-05-30 Thread Lars Gullik Bjønnes

fb [EMAIL PROTECTED] writes:

| Hi Andre,

| g++ --version  says: 2.96

then what does rpm -qa | grep gcc say?

-- 
Lgb





Re: Build Failed: Re: [ANNOUNCE] LyX 1.2.0 is there!

2002-05-30 Thread Jean-Marc Lasgouttes

 fb == fb  [EMAIL PROTECTED] writes:

fb Hi Andre, g++ --version says: 2.96

Look on the redhat site if there is an update for your gcc packages.
gcc in original rh7.0 is known to be very buggy, so you should
_really_ update to the latest they propose (of course getting gcc 3.1
is better, but more difficult).

In any case, an internal compiler error is _always_ a bug in the
compiler.

JMarc



Re: Can't create math macros in 1.2.0?

2002-05-30 Thread Andre Poenitz

On Thu, May 30, 2002 at 12:56:47PM +0200, Helge Hafting wrote:
 The userguide tells me to type this in
 the minibuffer:
 math-macro macro name [number of arguments]
 
 but that don't work, as I cannot type anything
 in the minibuffer at all.  

This work for me. 
 
 Am I doing something wrong here, or
 perhaps something is configured wrong?

How do you enter the minibuffer?


Apart from that, you can now just type \newcommand{\foo}[2]{#1+#2} in the
main LyX text, mark it, and press C-m to convert it to math.

Andre'

-- 
Those who desire to give up Freedom in order to gain Security,
will not have, nor do they deserve, either one. (T. Jefferson)



Re: Can't create math macros in 1.2.0?

2002-05-30 Thread Jean-Marc Lasgouttes

 Helge == Helge Hafting [EMAIL PROTECTED] writes:

Helge The Userguide describes math macros, and they seem to work well
Helge in 1.2.0 except that _creating_ them seems impossible.

Helge The userguide tells me to type this in the minibuffer:
Helge math-macro macro name [number of arguments]

Helge but that don't work, as I cannot type anything in the
Helge minibuffer at all.

Helge Am I doing something wrong here, or perhaps something is
Helge configured wrong?

To be able to type in the minibuffer, you need to use M-x.

JMarc



TeX capacity exceeded

2002-05-30 Thread magni

I just installed the new version 1.2.0, and although it works fairly well I 
have a big problem with RevTeX. The install went clean, BTW.
Whenever I make a NewFromTemplate-RevTeX4, and compile it without modifying 
it, I get 4 errors the first being: 
TeX capacity exceeded, sorry (input stack size=300). If you really absolutely 
need more capacity, you can ask a wizard to enlarge me.
Now, not being a wizard myself, my only hope is to find one among you ;-)

Oh, NewFromTemplate-RevTeX gives me 29 similar errors, just at the beginning 
of the document

-- 
~~
\  Dr.Alessandro Magni
/   IEN Galileo Ferraris
\   Strada delle Cacce 91, 10135 Torino (ITALIA)
/   Email [EMAIL PROTECTED]
\   Fax 0039-011-3919782
/   Tel 0039-011-3919 821 
\   URL http://www.ien.it/~magni
~~



Re: math-extern in lyx-1.2.0 is fantastic!

2002-05-30 Thread Jean-Marc Lasgouttes

 Andre == Andre Poenitz [EMAIL PROTECTED] writes:

Andre I personally only use the octave backend as some kind of
Andre built-in calculator, but if people are using it for serious
Andre work I think it could be added to the announcement at least on
Andre the web page.

I can do that, but only if there is some kind of documentation for it
somewhere...

JMarc



Re: TeX capacity exceeded

2002-05-30 Thread James Vernon

I'm no wizard, but this worked for me in a similar situation, so fingers 
crossed it might work for you too

Change the input stack size by editing your texmf.cnf file. Mine is in 
/etc/texmf/texmf.cnf, but yours might be different. Look in that file 
for the line that says:
stack_size=300

and change it to something bigger ( I don't know how much! ).
The wizardry bit is that you have to run `fmtutil -all' to update your 
TeX installation to use the new stack_size.

Incidentally, my Debian distribution says I'm not allowed to edit 
texmf.cnf directly, I have to edit stack_size in the file 
/etc/texmf/texmf.d/95NonPath/ and then run update-texmf before I run 
fmtutil.

James



magni wrote:

I just installed the new version 1.2.0, and although it works fairly well I 
have a big problem with RevTeX. The install went clean, BTW.
Whenever I make a NewFromTemplate-RevTeX4, and compile it without modifying 
it, I get 4 errors the first being: 
TeX capacity exceeded, sorry (input stack size=300). If you really absolutely 
need more capacity, you can ask a wizard to enlarge me.
Now, not being a wizard myself, my only hope is to find one among you ;-)

Oh, NewFromTemplate-RevTeX gives me 29 similar errors, just at the beginning 
of the document

  






Re: TeX capacity exceeded

2002-05-30 Thread Jean-Marc Lasgouttes

 James == James Vernon [EMAIL PROTECTED] writes:

James I'm no wizard, but this worked for me in a similar situation,
James so fingers crossed it might work for you too

James Change the input stack size by editing your texmf.cnf file.
James Mine is in /etc/texmf/texmf.cnf, but yours might be different.
James Look in that file for the line that says: stack_size=300

Note that this error often comes from very different reasons. I would
be surprised in this case that increasing capacity is the solution.

JMarc




Re: Build Failed: Re: [ANNOUNCE] LyX 1.2.0 is there!

2002-05-30 Thread Lars Gullik Bjønnes

fb [EMAIL PROTECTED] writes:

| Hi Lars,
| Here is the answer :

| %   rpm -qa | grep gcc
| gcc-java-2.96-54
| gcc-g77-2.96-54
| gcc-c++-2.96-54
| kgcc-1.1.2-40
| gcc-2.96-54
| gcc-objc-2.96-54
| gcc-chill-2.96-54


| I think I must upgrade my gcc yes?

Yes.

For RH-7.0 it seems that this is the latest version:

gcc-2.96-85.i386.rpm
gcc-c++-2.96-85.i386.rpm
gcc-chill-2.96-85.i386.rpm
gcc-g77-2.96-85.i386.rpm
gcc-java-2.96-85.i386.rpm
gcc-objc-2.96-85.i386.rpm

Just get those packages and do rpm -Uvh gcc*.rpm on them.
(or just up2date if you have that setup)

-- 
Lgb





Re: TeX capacity exceeded

2002-05-30 Thread magni

Thanks for your help, to all of you.
I doubted too that changing the stack size would help, I did it as James 
suggested and it didnt help.
What I find more irritating is that LyX seems a pretty clean project, with 
many years of refinements. Why should this happen in some unmodified 
templates provided by the program?
Oh, but possibly it's just me? Can somebody tell me what happens to the rest 
of the world when compiling that template?

Thanks!

Alessandro

On Thursday 30 May 2002 12:47, you wrote:
  James == James Vernon [EMAIL PROTECTED] writes:

 James I'm no wizard, but this worked for me in a similar situation,
 James so fingers crossed it might work for you too

 James Change the input stack size by editing your texmf.cnf file.
 James Mine is in /etc/texmf/texmf.cnf, but yours might be different.
 James Look in that file for the line that says: stack_size=300

 Note that this error often comes from very different reasons. I would
 be surprised in this case that increasing capacity is the solution.

 JMarc

-- 
~~
\  Dr.Alessandro Magni
/   IEN Galileo Ferraris
\   Strada delle Cacce 91, 10135 Torino (ITALIA)
/   Email [EMAIL PROTECTED]
\   Fax 0039-011-3919782
/   Tel 0039-011-3919 821 
\   URL http://www.ien.it/~magni
~~



Build Failed on alpha cpu

2002-05-30 Thread Mark Hansel

The error occurs when boost/boost/limits.hpp tries to load the
boost/detail/limits.hpp (which includes mips, powerpc, sparc definitions).

g++ is 2.96, cpu version ev56, RH 7.1 (all updates)

(If pine imposed line wrapping obscures the output, see attachment.)


make[3]: Entering directory `/usr/src/lyx-1.2.0/src/support'
source='lyxsum.C' object='lyxsum.lo' libtool=yes \
depfile='.deps/lyxsum.Plo' tmpdepfile='.deps/lyxsum.TPlo' \
depmode=gcc /bin/sh ../../config/depcomp \
/bin/sh ../../libtool --mode=compile g++ -DHAVE_CONFIG_H -I. -I. -I../../src -I./../ 
-I../.. -I../.. -I../../boost  -isystem /usr/X11R6/include  -O -fno-exceptions -c -o 
lyxsum.lo `test -f lyxsum.C || echo './'`lyxsum.C
g++ -DHAVE_CONFIG_H -I. -I. -I../../src -I./../ -I../.. -I../.. -I../../boost -isystem 
/usr/X11R6/include -O -fno-exceptions -c lyxsum.C -Wp,-MD,.deps/lyxsum.TPlo
In file included from ../../boost/boost/limits.hpp:15,
 from ../../boost/boost/integer.hpp:19,
 from ../../boost/boost/crc.hpp:14,
 from lyxsum.C:14:
../../boost/boost/detail/limits.hpp:46:2: #error The file boost/detail/limits.hpp 
needs to be set up for your CPU type.
make[3]: *** [lyxsum.lo] Error 1
make[3]: Leaving directory `/usr/src/lyx-1.2.0/src/support'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/usr/src/lyx-1.2.0/src'
make[1]: *** [all] Error 2
make[1]: Leaving directory `/usr/src/lyx-1.2.0/src'
make: *** [all-recursive] Error 1

Build succeeded on a 686.

-- 
Mark Hansel
PO Box 41
Minnesota State University Moorhead
Moorhead, MN 56563
ph: 218-236-2039 fax: 218-236-2593
[EMAIL PROTECTED]
http://wwwcj.mnstate.edu






make[3]: Entering directory `/usr/src/lyx-1.2.0/src/support'
source='lyxsum.C' object='lyxsum.lo' libtool=yes \
depfile='.deps/lyxsum.Plo' tmpdepfile='.deps/lyxsum.TPlo' \
depmode=gcc /bin/sh ../../config/depcomp \
/bin/sh ../../libtool --mode=compile g++ -DHAVE_CONFIG_H -I. -I. -I../../src -I./../ 
-I../.. -I../.. -I../../boost  -isystem /usr/X11R6/include  -O -fno-exceptions -c -o 
lyxsum.lo `test -f lyxsum.C || echo './'`lyxsum.C
g++ -DHAVE_CONFIG_H -I. -I. -I../../src -I./../ -I../.. -I../.. -I../../boost -isystem 
/usr/X11R6/include -O -fno-exceptions -c lyxsum.C -Wp,-MD,.deps/lyxsum.TPlo
In file included from ../../boost/boost/limits.hpp:15,
 from ../../boost/boost/integer.hpp:19,
 from ../../boost/boost/crc.hpp:14,
 from lyxsum.C:14:
../../boost/boost/detail/limits.hpp:46:2: #error The file boost/detail/limits.hpp 
needs to be set up for your CPU type.
make[3]: *** [lyxsum.lo] Error 1
make[3]: Leaving directory `/usr/src/lyx-1.2.0/src/support'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/usr/src/lyx-1.2.0/src'
make[1]: *** [all] Error 2
make[1]: Leaving directory `/usr/src/lyx-1.2.0/src'
make: *** [all-recursive] Error 1



Re: TeX capacity exceeded

2002-05-30 Thread Andre Poenitz

On Thu, May 30, 2002 at 01:31:16PM +0200, magni wrote:
 Thanks for your help, to all of you.
 I doubted too that changing the stack size would help, I did it as James 
 suggested and it didnt help.
 What I find more irritating is that LyX seems a pretty clean project, with 
 many years of refinements. Why should this happen in some unmodified 
 templates provided by the program?
 Oh, but possibly it's just me? Can somebody tell me what happens to the rest 
 of the world when compiling that template?

It produces error.

A wild guess is that none of the developper uses that template so it got a
bit rotten in the course of events...

Andre'

PS: Please quote only the parts of the message you are refering to.

-- 
Those who desire to give up Freedom in order to gain Security,
will not have, nor do they deserve, either one. (T. Jefferson)



Re: TeX capacity exceeded

2002-05-30 Thread Wayan


On 30 May 2002, Jean-Marc Lasgouttes wrote:

 Note that this error often comes from very different reasons. I would
 be surprised in this case that increasing capacity is the solution.

adding some \clearpage command in some node or using afterpage package
(If I do not forget the command) are also the possible solution. Dekel had
explained more detail about it few month ago... Search through
mailing-list archive could be found.

Wayan




Re: footnotes (broken link?)

2002-05-30 Thread Florent AIDE

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Le Jeudi 30 Mai 2002 11:36, Guenter Milde a écrit :
   http://www.lyx.org/help/footnotes.php
 but unfortunately gave a white paper with nothing on it :-(

 Using the Konqueror from KDE3 under SuSE 7.3. With Opera it works...

Same problem with Konqueror 3.0.0 on KDE 3.0
whereas it works perfectly on Netscape 7.0 PR1

I think the problem is Konqueror related 

Aide Florent

Alpha Centauri
http://www.alphacent.com
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.0.6 (GNU/Linux)
Comment: For info see http://www.gnupg.org

iD8DBQE89iVpQe8gCED8yYERAqdmAKCcbF5xYaBxmBbJ6Xl9VYDwSKY/NQCgsSF+
EbT9N7xOWkk8isO/smmEXHY=
=t0kL
-END PGP SIGNATURE-




Re: lyx 1.2 and math panel

2002-05-30 Thread Roberto Marabini



On Thu, 30 May 2002, Laszlo E. Szabo wrote:

 Hi,
 
 Try xforms-0.89-1.i386.rpm (from 
 http://www.cs.wm.edu/~zvezdan/programs/RPMS/LyX/). This definitely works 
 well in RH7.3. (I experienced the same problem in both RH7.2 and 7.3 
 when I used other xforms!)

Thanks for the help. The rpm you suggested: xforms-0.89-1.i386.rpm is
exactly the one I have :-(. Just in case I desinstalled it and I installed
the copy from your web site but the problem remains.

   Any other idea

  Roberto

 
 Best,
 Laszlo
 
 Roberto Marabini wrote:
  Hi,
  
I just compile lyx 1.2 in my computer with redhat 7.2. The libraries
  used are:
  
  ldd /usr/bin/lyx
  libforms.so.0.89 = /usr/X11R6/lib/libforms.so.0.89 (0x4002d000)
  libXpm.so.4 = /usr/X11R6/lib/libXpm.so.4 (0x40111000)
  libSM.so.6 = /usr/X11R6/lib/libSM.so.6 (0x4012)
  libICE.so.6 = /usr/X11R6/lib/libICE.so.6 (0x40129000)
  libX11.so.6 = /usr/X11R6/lib/libX11.so.6 (0x4014)
  libstdc++-libc6.2-2.so.3 = /usr/lib/libstdc++-libc6.2-2.so.3
  (0x40236000)
  libm.so.6 = /lib/i686/libm.so.6 (0x40279000)
  libc.so.6 = /lib/i686/libc.so.6 (0x4029c000)
  /lib/ld-linux.so.2 = /lib/ld-linux.so.2 (0x4000)
  
  Everything seems to be OK except that some icons are missing in the math
  panel (see attached image)
  
  Can anybody give me a clue about what is going wrong?
  
Thanks
  
Roberto
  
  
  
  
 
 
 -- 
 Laszlo E. Szabo
 Department of Theoretical Physics
 Department of History and Philosophy of Science
 Eotvos University, Budapest
 H-1518 Budapest, Pf. 32, Hungary
 Phone/Fax: (36-1)372-2924
 Home: (36-1) 200-7318
 Mobil/SMS: (36) 20-366-1172
 http://hps.elte.hu/~leszabo
 




Re: Can't create math macros in 1.2.0?

2002-05-30 Thread Jean-Pierre.Chretien


[snip]

Apart from that, you can now just type \newcommand{\foo}[2]{#1+#2} in the
main LyX text, mark it, and press C-m to convert it to math.

Hmm, doesn't seem to work here.
What did I misdundestood ?
Any key binding problem ? C-m says Mark set in the minibuffer.

-- 
Jean-Pierre




Re: lyx 1.2 and math panel

2002-05-30 Thread Laszlo E. Szabo

OK. I have made many different changes in the last few weeks. One was 
the change from some xforms.tar to this xforms.rpm, the other one was 
from RH7.2 to RH7.3. Maybe this second change was what makes the ball 
rolling.

I'm sorry I cannot tell you exactly how this miraculous improvement 
happened to me.

Best,
Laszlo

Roberto Marabini wrote:
 
 On Thu, 30 May 2002, Laszlo E. Szabo wrote:
 
 
Hi,

Try xforms-0.89-1.i386.rpm (from 
http://www.cs.wm.edu/~zvezdan/programs/RPMS/LyX/). This definitely works 
well in RH7.3. (I experienced the same problem in both RH7.2 and 7.3 
when I used other xforms!)
 
 
 Thanks for the help. The rpm you suggested: xforms-0.89-1.i386.rpm is
 exactly the one I have :-(. Just in case I desinstalled it and I installed
 the copy from your web site but the problem remains.
 
Any other idea
 
   Roberto
 
 
Best,
Laszlo

Roberto Marabini wrote:

Hi,

  I just compile lyx 1.2 in my computer with redhat 7.2. The libraries
used are:

ldd /usr/bin/lyx
 libforms.so.0.89 = /usr/X11R6/lib/libforms.so.0.89 (0x4002d000)
 libXpm.so.4 = /usr/X11R6/lib/libXpm.so.4 (0x40111000)
 libSM.so.6 = /usr/X11R6/lib/libSM.so.6 (0x4012)
 libICE.so.6 = /usr/X11R6/lib/libICE.so.6 (0x40129000)
 libX11.so.6 = /usr/X11R6/lib/libX11.so.6 (0x4014)
 libstdc++-libc6.2-2.so.3 = /usr/lib/libstdc++-libc6.2-2.so.3
(0x40236000)
 libm.so.6 = /lib/i686/libm.so.6 (0x40279000)
 libc.so.6 = /lib/i686/libc.so.6 (0x4029c000)
 /lib/ld-linux.so.2 = /lib/ld-linux.so.2 (0x4000)

Everything seems to be OK except that some icons are missing in the math
panel (see attached image)

Can anybody give me a clue about what is going wrong?

  Thanks

  Roberto






-- 
Laszlo E. Szabo
Department of Theoretical Physics
Department of History and Philosophy of Science
Eotvos University, Budapest
H-1518 Budapest, Pf. 32, Hungary
Phone/Fax: (36-1)372-2924
Home: (36-1) 200-7318
Mobil/SMS: (36) 20-366-1172
http://hps.elte.hu/~leszabo

 
 


-- 
Laszlo E. Szabo
Department of Theoretical Physics
Department of History and Philosophy of Science
Eotvos University, Budapest
H-1518 Budapest, Pf. 32, Hungary
Phone/Fax: (36-1)372-2924
Home: (36-1) 200-7318
Mobil/SMS: (36) 20-366-1172
http://hps.elte.hu/~leszabo




Re: Can't create math macros in 1.2.0?

2002-05-30 Thread Jean-Pierre.Chretien


To: Jean-Pierre.Chretien [EMAIL PROTECTED]
Cc: [EMAIL PROTECTED], [EMAIL PROTECTED]
Subject: Re: Can't create math macros in 1.2.0?
From: Jean-Marc Lasgouttes [EMAIL PROTECTED]
Date: 30 May 2002 17:46:15 +0200

 Jean-Pierre == Jean-Pierre Chretien [EMAIL PROTECTED] 
writes:

 [snip]
  Apart from that, you can now just type
 \newcommand{\foo}[2]{#1+#2} in the main LyX text, mark it, and
 press C-m to convert it to math.

Jean-Pierre Hmm, doesn't seem to work here. What did I misdundestood
Jean-Pierre ? Any key binding problem ? C-m says Mark set in the
Jean-Pierre minibuffer.

M-m m if you are using emacs bindings.

Yeap, this is great, and I guess I will discover a lot
of new features of the sort: the bibliography scroll
of the keys in the selected files is another one
(I appreciate using the pipe, but I spend a lot
of time to explain how it works).

Thanks a lot to you, all developers.

-- 
Jean-Pierre




No keyboard!

2002-05-30 Thread Renaud MICHEL

I can't type with lyx 1.2.0.
I tried the precompiled rpm package, then I compiled it myself but when I 
try to type words in lyx I get nothing except the unknown function 
message in the status bar.
What is weird is that 1.2.0pre4 worked fine.
I have Mandrake 8.2 on an Athlon system ans I compiled with the gcc 2.96 
provided with the distrib.

Any idea?

-- 
Renaud Michel

 dfghdhhhdfg
 -+- Xema in NPC : consonne, consonne, consonne, consonne, con... -+-




Re: No keyboard!

2002-05-30 Thread Matej Cepl

On 30 May, Renaud MICHEL wrote:
 I tried the precompiled rpm package, then I compiled it myself
 but when I try to type words in lyx I get nothing except the
 unknown function message in the status bar.
 What is weird is that 1.2.0pre4 worked fine.
 I have Mandrake 8.2 on an Athlon system ans I compiled with the
 gcc 2.96 provided with the distrib.

Try to run lyx from xterm (which is usually good idea, when
something goes wrong). If you will see, that you have some
undefined functions, than you have probably redefined you
{cua,emacs}.bind file in ~/.lyx/bind. Remade your changes to the
new .bind file from /usr/share/lyx. At least it worked for me
(and yes, it would be nice, if it was mentioned in the
announcement, that .bind files are incompatible).

Happy LyXing!

Matej

-- 
Matej Cepl, [EMAIL PROTECTED]
138 Highland Ave. #10
Somerville, Ma 02143
(617) 623-1488
 
Opinions founded on prejudice are always sustained with the
greatest violence.
-- Hebrew Proverb




URL: long running lines

2002-05-30 Thread Max Bian

Hi.

I need to reference some URLs in the bibliography section.  However the 
URLs are usually very long and run out right-edge of the page. Is there 
  a way (a package?) to break it automatically without adding any -?

Thank you.

Max




itemizing dosen't work correctly 1.2.0 stable

2002-05-30 Thread lks

itemizing dosen't work correctly 1.2.0 stable

Don't work fine, don't change the bullets and bullets depth
and enumetare too 3th depth ??

what's the solution?





Bug in update-PS?

2002-05-30 Thread Max Bian

Version: lyx1.20

If I update the bibliography file and do a update postscript, lyx 
doesn't re-run latex/bibtex. I need to close and open the file again to 
view the change.  Maybe a force update or re make all menu item helps.

Max




Re: No keyboard!

2002-05-30 Thread Renaud MICHEL

Le Jeudi 30 Mai 2002 16:30, Matej Cepl a écrit :
 Try to run lyx from xterm (which is usually good idea, when
 something goes wrong). If you will see, that you have some
 undefined functions, than you have probably redefined you
 {cua,emacs}.bind file in ~/.lyx/bind. Remade your changes to the
 new .bind file from /usr/share/lyx. At least it worked for me
 (and yes, it would be nice, if it was mentioned in the
 announcement, that .bind files are incompatible).

Right!
It was a config problem, but removing the files in ~/.lyx/bind wasn't 
enough, I had to remove the whole ~/.lyx dir (I didn't know what was 
causing problem) and then copy back my own layout files.
Well problem solved anyway :)

-- 
Renaud Michel

Quand une mouche se pose sur un plafond,
fait-elle un demi-tonneau ou un demi-looping ?




Re: itemizing dosen't work correctly 1.2.0 stable

2002-05-30 Thread Jean-Marc Lasgouttes

 lks == lks  [EMAIL PROTECTED] writes:

lks itemizing dosen't work correctly 1.2.0 stable Don't work fine,
lks don't change the bullets and bullets depth and enumetare too 3th
lks depth ??

lks what's the solution?

Sorry, I do not understand your problem. Can you send a (short)
example?

JMarc



itemizing dosen't work 1.2.0

2002-05-30 Thread lks

itemizing dosen't work 1.2.0

itemizing ,enumerate don't work fine, don't change bullets and enumerat
in the 3th depth don't see the same.

what's the solution?..

thnx





Re: URL: long running lines

2002-05-30 Thread Sachin V. Shah

Max,

 I need to reference some URLs in the bibliography section.  However the 
 URLs are usually very long and run out right-edge of the page. Is there 
   a way (a package?) to break it automatically without adding any -?

Take a look at url.sty, especially the comments.  It came standard with
tetex, and the comments show the usage.  It allows you to define how
hyphens, spaces, etc. are dealt with.  The package mentions that the URLs
are allowed to break are certain characters, which is probably what you
want (since most people don't want a URL breaking up in the middle of a
word).

- Sachin.




Re: Build Failed: Re: [ANNOUNCE] LyX 1.2.0 is there!

2002-05-30 Thread John Levon

On Thu, May 30, 2002 at 01:09:53PM +0200, Lars Gullik Bjønnes wrote:

 gcc-2.96-85.i386.rpm
 
 Just get those packages and do rpm -Uvh gcc*.rpm on them.

It's a good idea since earlier RPM versions have an optimiser bug that
make LyX crash and burn too :)

regards
john

-- 
Do you mean to tell me that The Prince is not the set textbook for CS1072
Professional Issues ? What on earth do you learn in that course ?
- David Lester



\citep default

2002-05-30 Thread Matej Cepl

Hi,

I like very much support for natbib in 1.2.0, but I have a
question. Is there any way how could I set use of \citep (instead
of \citet) as default?

Thanks

Matej

-- 
Matej Cepl, [EMAIL PROTECTED]
138 Highland Ave. #10
Somerville, Ma 02143
(617) 623-1488
 
The difference between death and taxes is death doesn't get worse
every time Congress meets
-- Will Rogers




Re: Can't create math macros in 1.2.0?

2002-05-30 Thread Andre Poenitz

On Thu, May 30, 2002 at 05:26:15PM +0200, Jean-Pierre.Chretien wrote:
 Hmm, doesn't seem to work here.
 What did I misdundestood ?
 Any key binding problem ? C-m says Mark set in the minibuffer.

How to you usually enter simple math mode?

Andre'

-- 
Those who desire to give up Freedom in order to gain Security,
will not have, nor do they deserve, either one. (T. Jefferson)



Re: Re: numbering everything

2002-05-30 Thread Guenter Milde

On Thu, 30 May 2002 00:00:59 +0300 wrote Dekel Tsur [EMAIL PROTECTED]:

 On Tue, May 28, 2002 at 05:12:38PM -0600, Devin Reade wrote:
  I've been trying to figure out a way in lyx to produce the following
  paragraph numbering format for technical documents:
  
  1 section title
  1.1  paragraph
  1.2  paragraph
  1.2.1 subpara
  1.2.1.1 subsubpara
  1.2.2 subpara
  1.3  paragraph
  2 section title
  2.1 paragraph
  

 There are many possible ways to make this simpler.
 Assuming that the text above should be normal text, except for sections,
 you can use an enumerate environment ...

or try a layout based on the koma-script classes. These have paragraph and
subparagraph numbering commands (not subsubpara :-(. By default these are
below the subsubsection, but if I remember right, numbering is higly
configurable. The very good documentation (well, at least the German one is
extensive) will help.

Günter

--
[EMAIL PROTECTED]




Re: Build Failed: Re: [ANNOUNCE] LyX 1.2.0 is there!

2002-05-30 Thread Lars Gullik Bjønnes

fb [EMAIL PROTECTED] writes:

| Hi All,

| I am using RedHat 7.0 and so thought I needed to rebuild the new LyX 1.2.0
| Things seemed to go well ... until the end when the build process
| aborted with:

| %   source='insetexternal.C' object='insetexternal.lo' libtool=yes \
| %  depfile='.deps/insetexternal.Plo' tmpdepfile='.deps/insetexternal.TPlo' \
| %  depmode=gcc /bin/sh ../../config/depcomp \
| % /bin/sh ../../libtool --mode=compile g++ -DHAVE_CONFIG_H -I. -I.
| -I../../src -I./../ -I../.. -I../../boost  -isystem /usr/X11R6/include
| -O2 % -march=i386 -mcpu=i686 -c -o insetexternal.lo `test -f
| insetexternal.C || echo './'`insetexternal.C
| % g++ -DHAVE_CONFIG_H -I. -I. -I../../src -I./../ -I../..
| -I../../boost -isystem /usr/X11R6/include -O2 -march=i386 -mcpu=i686
| -c insetexternal.C
| % -Wp,-MD,.deps/insetexternal.TPlo
| % g++: Internal error: Segmentation fault (program cc1plus)

| Do I need a new version of XForms on RH7.0, new ImageMagick, or what
| else to
| do the build sucessfully  (without upgrading RedHat)?

What version of gcc?
Have you upgraded it?

-- 
Lgb





Re: Build Failed: Re: [ANNOUNCE] LyX 1.2.0 is there!

2002-05-30 Thread Andre Poenitz

On Fri, May 31, 2002 at 03:28:40AM +1000, fb wrote:
 % g++: Internal error: Segmentation fault (program cc1plus)

What says 'g++ --version'?

Andre'

-- 
Those who desire to give up Freedom in order to gain Security,
will not have, nor do they deserve, either one. (T. Jefferson)



Re: Build Failed: Re: [ANNOUNCE] LyX 1.2.0 is there!

2002-05-30 Thread fb

Hi Andre,

g++ --version  says: 2.96


Regards
Fred


Andre Poenitz wrote:

On Fri, May 31, 2002 at 03:28:40AM +1000, fb wrote:

% g++: Internal error: Segmentation fault (program cc1plus)


What says 'g++ --version'?

Andre'







footnotes (broken link?)

2002-05-30 Thread Guenter Milde

Hi LyXers,

I wanted to change the footnote signs from numbers to symbols. As I don't
remember the right command, I tried the Tips page but clicking on the
Footnotes section in http://www.lyx.org/help/index.php3 called
  http://www.lyx.org/help/footnotes.php
but unfortunately gave a white paper with nothing on it :-(

Using the Konqueror from KDE3 under SuSE 7.3. With Opera it works...

Günter



--
[EMAIL PROTECTED]




Re: Build Failed: Re: [ANNOUNCE] LyX 1.2.0 is there!

2002-05-30 Thread Andre Poenitz

On Fri, May 31, 2002 at 04:17:30AM +1000, fb wrote:
 Hi Andre,
 
 g++ --version  says: 2.96

Hm. Could you try an official compiler (2.95, 3.0 or 3.1)?

See http://gcc.gnu.org/gcc-2.96.html, especially:

   If you encounter a bug in a compiler labeled 2.96, we suggest you
   contact whoever supplied the compiler as we can not support 2.96
   versions that were not issued by the GCC team. 

Andre'

PS: Please quote only the parts you are refering to _above_ your own
comment. 

-- 
Those who desire to give up Freedom in order to gain Security,
will not have, nor do they deserve, either one. (T. Jefferson)



Re: Build Failed: Re: [ANNOUNCE] LyX 1.2.0 is there!

2002-05-30 Thread Lars Gullik Bjønnes

fb [EMAIL PROTECTED] writes:

| Hi Andre,

| g++ --version  says: 2.96

then what does rpm -qa | grep gcc say?

-- 
Lgb





Re: Build Failed: Re: [ANNOUNCE] LyX 1.2.0 is there!

2002-05-30 Thread Jean-Marc Lasgouttes

 fb == fb  [EMAIL PROTECTED] writes:

fb Hi Andre, g++ --version says: 2.96

Look on the redhat site if there is an update for your gcc packages.
gcc in original rh7.0 is known to be very buggy, so you should
_really_ update to the latest they propose (of course getting gcc 3.1
is better, but more difficult).

In any case, an internal compiler error is _always_ a bug in the
compiler.

JMarc



Re: Can't create math macros in 1.2.0?

2002-05-30 Thread Andre Poenitz

On Thu, May 30, 2002 at 12:56:47PM +0200, Helge Hafting wrote:
 The userguide tells me to type this in
 the minibuffer:
 math-macro macro name [number of arguments]
 
 but that don't work, as I cannot type anything
 in the minibuffer at all.  

This work for me. 
 
 Am I doing something wrong here, or
 perhaps something is configured wrong?

How do you enter the minibuffer?


Apart from that, you can now just type \newcommand{\foo}[2]{#1+#2} in the
main LyX text, mark it, and press C-m to convert it to math.

Andre'

-- 
Those who desire to give up Freedom in order to gain Security,
will not have, nor do they deserve, either one. (T. Jefferson)



Re: Can't create math macros in 1.2.0?

2002-05-30 Thread Jean-Marc Lasgouttes

 Helge == Helge Hafting [EMAIL PROTECTED] writes:

Helge The Userguide describes math macros, and they seem to work well
Helge in 1.2.0 except that _creating_ them seems impossible.

Helge The userguide tells me to type this in the minibuffer:
Helge math-macro macro name [number of arguments]

Helge but that don't work, as I cannot type anything in the
Helge minibuffer at all.

Helge Am I doing something wrong here, or perhaps something is
Helge configured wrong?

To be able to type in the minibuffer, you need to use M-x.

JMarc



TeX capacity exceeded

2002-05-30 Thread magni

I just installed the new version 1.2.0, and although it works fairly well I 
have a big problem with RevTeX. The install went clean, BTW.
Whenever I make a NewFromTemplate-RevTeX4, and compile it without modifying 
it, I get 4 errors the first being: 
TeX capacity exceeded, sorry (input stack size=300). If you really absolutely 
need more capacity, you can ask a wizard to enlarge me.
Now, not being a wizard myself, my only hope is to find one among you ;-)

Oh, NewFromTemplate-RevTeX gives me 29 similar errors, just at the beginning 
of the document

-- 
~~
\  Dr.Alessandro Magni
/   IEN Galileo Ferraris
\   Strada delle Cacce 91, 10135 Torino (ITALIA)
/   Email [EMAIL PROTECTED]
\   Fax 0039-011-3919782
/   Tel 0039-011-3919 821 
\   URL http://www.ien.it/~magni
~~



Re: math-extern in lyx-1.2.0 is fantastic!

2002-05-30 Thread Jean-Marc Lasgouttes

 Andre == Andre Poenitz [EMAIL PROTECTED] writes:

Andre I personally only use the octave backend as some kind of
Andre built-in calculator, but if people are using it for serious
Andre work I think it could be added to the announcement at least on
Andre the web page.

I can do that, but only if there is some kind of documentation for it
somewhere...

JMarc



Re: TeX capacity exceeded

2002-05-30 Thread James Vernon

I'm no wizard, but this worked for me in a similar situation, so fingers 
crossed it might work for you too

Change the input stack size by editing your texmf.cnf file. Mine is in 
/etc/texmf/texmf.cnf, but yours might be different. Look in that file 
for the line that says:
stack_size=300

and change it to something bigger ( I don't know how much! ).
The wizardry bit is that you have to run `fmtutil -all' to update your 
TeX installation to use the new stack_size.

Incidentally, my Debian distribution says I'm not allowed to edit 
texmf.cnf directly, I have to edit stack_size in the file 
/etc/texmf/texmf.d/95NonPath/ and then run update-texmf before I run 
fmtutil.

James



magni wrote:

I just installed the new version 1.2.0, and although it works fairly well I 
have a big problem with RevTeX. The install went clean, BTW.
Whenever I make a NewFromTemplate-RevTeX4, and compile it without modifying 
it, I get 4 errors the first being: 
TeX capacity exceeded, sorry (input stack size=300). If you really absolutely 
need more capacity, you can ask a wizard to enlarge me.
Now, not being a wizard myself, my only hope is to find one among you ;-)

Oh, NewFromTemplate-RevTeX gives me 29 similar errors, just at the beginning 
of the document

  






Re: TeX capacity exceeded

2002-05-30 Thread Jean-Marc Lasgouttes

 James == James Vernon [EMAIL PROTECTED] writes:

James I'm no wizard, but this worked for me in a similar situation,
James so fingers crossed it might work for you too

James Change the input stack size by editing your texmf.cnf file.
James Mine is in /etc/texmf/texmf.cnf, but yours might be different.
James Look in that file for the line that says: stack_size=300

Note that this error often comes from very different reasons. I would
be surprised in this case that increasing capacity is the solution.

JMarc




Re: Build Failed: Re: [ANNOUNCE] LyX 1.2.0 is there!

2002-05-30 Thread Lars Gullik Bjønnes

fb [EMAIL PROTECTED] writes:

| Hi Lars,
| Here is the answer :

| %   rpm -qa | grep gcc
| gcc-java-2.96-54
| gcc-g77-2.96-54
| gcc-c++-2.96-54
| kgcc-1.1.2-40
| gcc-2.96-54
| gcc-objc-2.96-54
| gcc-chill-2.96-54


| I think I must upgrade my gcc yes?

Yes.

For RH-7.0 it seems that this is the latest version:

gcc-2.96-85.i386.rpm
gcc-c++-2.96-85.i386.rpm
gcc-chill-2.96-85.i386.rpm
gcc-g77-2.96-85.i386.rpm
gcc-java-2.96-85.i386.rpm
gcc-objc-2.96-85.i386.rpm

Just get those packages and do rpm -Uvh gcc*.rpm on them.
(or just up2date if you have that setup)

-- 
Lgb





Re: TeX capacity exceeded

2002-05-30 Thread magni

Thanks for your help, to all of you.
I doubted too that changing the stack size would help, I did it as James 
suggested and it didnt help.
What I find more irritating is that LyX seems a pretty clean project, with 
many years of refinements. Why should this happen in some unmodified 
templates provided by the program?
Oh, but possibly it's just me? Can somebody tell me what happens to the rest 
of the world when compiling that template?

Thanks!

Alessandro

On Thursday 30 May 2002 12:47, you wrote:
  James == James Vernon [EMAIL PROTECTED] writes:

 James I'm no wizard, but this worked for me in a similar situation,
 James so fingers crossed it might work for you too

 James Change the input stack size by editing your texmf.cnf file.
 James Mine is in /etc/texmf/texmf.cnf, but yours might be different.
 James Look in that file for the line that says: stack_size=300

 Note that this error often comes from very different reasons. I would
 be surprised in this case that increasing capacity is the solution.

 JMarc

-- 
~~
\  Dr.Alessandro Magni
/   IEN Galileo Ferraris
\   Strada delle Cacce 91, 10135 Torino (ITALIA)
/   Email [EMAIL PROTECTED]
\   Fax 0039-011-3919782
/   Tel 0039-011-3919 821 
\   URL http://www.ien.it/~magni
~~



Build Failed on alpha cpu

2002-05-30 Thread Mark Hansel

The error occurs when boost/boost/limits.hpp tries to load the
boost/detail/limits.hpp (which includes mips, powerpc, sparc definitions).

g++ is 2.96, cpu version ev56, RH 7.1 (all updates)

(If pine imposed line wrapping obscures the output, see attachment.)


make[3]: Entering directory `/usr/src/lyx-1.2.0/src/support'
source='lyxsum.C' object='lyxsum.lo' libtool=yes \
depfile='.deps/lyxsum.Plo' tmpdepfile='.deps/lyxsum.TPlo' \
depmode=gcc /bin/sh ../../config/depcomp \
/bin/sh ../../libtool --mode=compile g++ -DHAVE_CONFIG_H -I. -I. -I../../src -I./../ 
-I../.. -I../.. -I../../boost  -isystem /usr/X11R6/include  -O -fno-exceptions -c -o 
lyxsum.lo `test -f lyxsum.C || echo './'`lyxsum.C
g++ -DHAVE_CONFIG_H -I. -I. -I../../src -I./../ -I../.. -I../.. -I../../boost -isystem 
/usr/X11R6/include -O -fno-exceptions -c lyxsum.C -Wp,-MD,.deps/lyxsum.TPlo
In file included from ../../boost/boost/limits.hpp:15,
 from ../../boost/boost/integer.hpp:19,
 from ../../boost/boost/crc.hpp:14,
 from lyxsum.C:14:
../../boost/boost/detail/limits.hpp:46:2: #error The file boost/detail/limits.hpp 
needs to be set up for your CPU type.
make[3]: *** [lyxsum.lo] Error 1
make[3]: Leaving directory `/usr/src/lyx-1.2.0/src/support'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/usr/src/lyx-1.2.0/src'
make[1]: *** [all] Error 2
make[1]: Leaving directory `/usr/src/lyx-1.2.0/src'
make: *** [all-recursive] Error 1

Build succeeded on a 686.

-- 
Mark Hansel
PO Box 41
Minnesota State University Moorhead
Moorhead, MN 56563
ph: 218-236-2039 fax: 218-236-2593
[EMAIL PROTECTED]
http://wwwcj.mnstate.edu






make[3]: Entering directory `/usr/src/lyx-1.2.0/src/support'
source='lyxsum.C' object='lyxsum.lo' libtool=yes \
depfile='.deps/lyxsum.Plo' tmpdepfile='.deps/lyxsum.TPlo' \
depmode=gcc /bin/sh ../../config/depcomp \
/bin/sh ../../libtool --mode=compile g++ -DHAVE_CONFIG_H -I. -I. -I../../src -I./../ 
-I../.. -I../.. -I../../boost  -isystem /usr/X11R6/include  -O -fno-exceptions -c -o 
lyxsum.lo `test -f lyxsum.C || echo './'`lyxsum.C
g++ -DHAVE_CONFIG_H -I. -I. -I../../src -I./../ -I../.. -I../.. -I../../boost -isystem 
/usr/X11R6/include -O -fno-exceptions -c lyxsum.C -Wp,-MD,.deps/lyxsum.TPlo
In file included from ../../boost/boost/limits.hpp:15,
 from ../../boost/boost/integer.hpp:19,
 from ../../boost/boost/crc.hpp:14,
 from lyxsum.C:14:
../../boost/boost/detail/limits.hpp:46:2: #error The file boost/detail/limits.hpp 
needs to be set up for your CPU type.
make[3]: *** [lyxsum.lo] Error 1
make[3]: Leaving directory `/usr/src/lyx-1.2.0/src/support'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/usr/src/lyx-1.2.0/src'
make[1]: *** [all] Error 2
make[1]: Leaving directory `/usr/src/lyx-1.2.0/src'
make: *** [all-recursive] Error 1



Re: TeX capacity exceeded

2002-05-30 Thread Andre Poenitz

On Thu, May 30, 2002 at 01:31:16PM +0200, magni wrote:
 Thanks for your help, to all of you.
 I doubted too that changing the stack size would help, I did it as James 
 suggested and it didnt help.
 What I find more irritating is that LyX seems a pretty clean project, with 
 many years of refinements. Why should this happen in some unmodified 
 templates provided by the program?
 Oh, but possibly it's just me? Can somebody tell me what happens to the rest 
 of the world when compiling that template?

It produces error.

A wild guess is that none of the developper uses that template so it got a
bit rotten in the course of events...

Andre'

PS: Please quote only the parts of the message you are refering to.

-- 
Those who desire to give up Freedom in order to gain Security,
will not have, nor do they deserve, either one. (T. Jefferson)



Re: TeX capacity exceeded

2002-05-30 Thread Wayan


On 30 May 2002, Jean-Marc Lasgouttes wrote:

 Note that this error often comes from very different reasons. I would
 be surprised in this case that increasing capacity is the solution.

adding some \clearpage command in some node or using afterpage package
(If I do not forget the command) are also the possible solution. Dekel had
explained more detail about it few month ago... Search through
mailing-list archive could be found.

Wayan




Re: footnotes (broken link?)

2002-05-30 Thread Florent AIDE

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Le Jeudi 30 Mai 2002 11:36, Guenter Milde a écrit :
   http://www.lyx.org/help/footnotes.php
 but unfortunately gave a white paper with nothing on it :-(

 Using the Konqueror from KDE3 under SuSE 7.3. With Opera it works...

Same problem with Konqueror 3.0.0 on KDE 3.0
whereas it works perfectly on Netscape 7.0 PR1

I think the problem is Konqueror related 

Aide Florent

Alpha Centauri
http://www.alphacent.com
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.0.6 (GNU/Linux)
Comment: For info see http://www.gnupg.org

iD8DBQE89iVpQe8gCED8yYERAqdmAKCcbF5xYaBxmBbJ6Xl9VYDwSKY/NQCgsSF+
EbT9N7xOWkk8isO/smmEXHY=
=t0kL
-END PGP SIGNATURE-




Re: lyx 1.2 and math panel

2002-05-30 Thread Roberto Marabini



On Thu, 30 May 2002, Laszlo E. Szabo wrote:

 Hi,
 
 Try xforms-0.89-1.i386.rpm (from 
 http://www.cs.wm.edu/~zvezdan/programs/RPMS/LyX/). This definitely works 
 well in RH7.3. (I experienced the same problem in both RH7.2 and 7.3 
 when I used other xforms!)

Thanks for the help. The rpm you suggested: xforms-0.89-1.i386.rpm is
exactly the one I have :-(. Just in case I desinstalled it and I installed
the copy from your web site but the problem remains.

   Any other idea

  Roberto

 
 Best,
 Laszlo
 
 Roberto Marabini wrote:
  Hi,
  
I just compile lyx 1.2 in my computer with redhat 7.2. The libraries
  used are:
  
  ldd /usr/bin/lyx
  libforms.so.0.89 = /usr/X11R6/lib/libforms.so.0.89 (0x4002d000)
  libXpm.so.4 = /usr/X11R6/lib/libXpm.so.4 (0x40111000)
  libSM.so.6 = /usr/X11R6/lib/libSM.so.6 (0x4012)
  libICE.so.6 = /usr/X11R6/lib/libICE.so.6 (0x40129000)
  libX11.so.6 = /usr/X11R6/lib/libX11.so.6 (0x4014)
  libstdc++-libc6.2-2.so.3 = /usr/lib/libstdc++-libc6.2-2.so.3
  (0x40236000)
  libm.so.6 = /lib/i686/libm.so.6 (0x40279000)
  libc.so.6 = /lib/i686/libc.so.6 (0x4029c000)
  /lib/ld-linux.so.2 = /lib/ld-linux.so.2 (0x4000)
  
  Everything seems to be OK except that some icons are missing in the math
  panel (see attached image)
  
  Can anybody give me a clue about what is going wrong?
  
Thanks
  
Roberto
  
  
  
  
 
 
 -- 
 Laszlo E. Szabo
 Department of Theoretical Physics
 Department of History and Philosophy of Science
 Eotvos University, Budapest
 H-1518 Budapest, Pf. 32, Hungary
 Phone/Fax: (36-1)372-2924
 Home: (36-1) 200-7318
 Mobil/SMS: (36) 20-366-1172
 http://hps.elte.hu/~leszabo
 




Re: Can't create math macros in 1.2.0?

2002-05-30 Thread Jean-Pierre.Chretien


[snip]

Apart from that, you can now just type \newcommand{\foo}[2]{#1+#2} in the
main LyX text, mark it, and press C-m to convert it to math.

Hmm, doesn't seem to work here.
What did I misdundestood ?
Any key binding problem ? C-m says Mark set in the minibuffer.

-- 
Jean-Pierre




Re: lyx 1.2 and math panel

2002-05-30 Thread Laszlo E. Szabo

OK. I have made many different changes in the last few weeks. One was 
the change from some xforms.tar to this xforms.rpm, the other one was 
from RH7.2 to RH7.3. Maybe this second change was what makes the ball 
rolling.

I'm sorry I cannot tell you exactly how this miraculous improvement 
happened to me.

Best,
Laszlo

Roberto Marabini wrote:
 
 On Thu, 30 May 2002, Laszlo E. Szabo wrote:
 
 
Hi,

Try xforms-0.89-1.i386.rpm (from 
http://www.cs.wm.edu/~zvezdan/programs/RPMS/LyX/). This definitely works 
well in RH7.3. (I experienced the same problem in both RH7.2 and 7.3 
when I used other xforms!)
 
 
 Thanks for the help. The rpm you suggested: xforms-0.89-1.i386.rpm is
 exactly the one I have :-(. Just in case I desinstalled it and I installed
 the copy from your web site but the problem remains.
 
Any other idea
 
   Roberto
 
 
Best,
Laszlo

Roberto Marabini wrote:

Hi,

  I just compile lyx 1.2 in my computer with redhat 7.2. The libraries
used are:

ldd /usr/bin/lyx
 libforms.so.0.89 = /usr/X11R6/lib/libforms.so.0.89 (0x4002d000)
 libXpm.so.4 = /usr/X11R6/lib/libXpm.so.4 (0x40111000)
 libSM.so.6 = /usr/X11R6/lib/libSM.so.6 (0x4012)
 libICE.so.6 = /usr/X11R6/lib/libICE.so.6 (0x40129000)
 libX11.so.6 = /usr/X11R6/lib/libX11.so.6 (0x4014)
 libstdc++-libc6.2-2.so.3 = /usr/lib/libstdc++-libc6.2-2.so.3
(0x40236000)
 libm.so.6 = /lib/i686/libm.so.6 (0x40279000)
 libc.so.6 = /lib/i686/libc.so.6 (0x4029c000)
 /lib/ld-linux.so.2 = /lib/ld-linux.so.2 (0x4000)

Everything seems to be OK except that some icons are missing in the math
panel (see attached image)

Can anybody give me a clue about what is going wrong?

  Thanks

  Roberto






-- 
Laszlo E. Szabo
Department of Theoretical Physics
Department of History and Philosophy of Science
Eotvos University, Budapest
H-1518 Budapest, Pf. 32, Hungary
Phone/Fax: (36-1)372-2924
Home: (36-1) 200-7318
Mobil/SMS: (36) 20-366-1172
http://hps.elte.hu/~leszabo

 
 


-- 
Laszlo E. Szabo
Department of Theoretical Physics
Department of History and Philosophy of Science
Eotvos University, Budapest
H-1518 Budapest, Pf. 32, Hungary
Phone/Fax: (36-1)372-2924
Home: (36-1) 200-7318
Mobil/SMS: (36) 20-366-1172
http://hps.elte.hu/~leszabo




Re: Can't create math macros in 1.2.0?

2002-05-30 Thread Jean-Pierre.Chretien


To: Jean-Pierre.Chretien [EMAIL PROTECTED]
Cc: [EMAIL PROTECTED], [EMAIL PROTECTED]
Subject: Re: Can't create math macros in 1.2.0?
From: Jean-Marc Lasgouttes [EMAIL PROTECTED]
Date: 30 May 2002 17:46:15 +0200

 Jean-Pierre == Jean-Pierre Chretien [EMAIL PROTECTED] 
writes:

 [snip]
  Apart from that, you can now just type
 \newcommand{\foo}[2]{#1+#2} in the main LyX text, mark it, and
 press C-m to convert it to math.

Jean-Pierre Hmm, doesn't seem to work here. What did I misdundestood
Jean-Pierre ? Any key binding problem ? C-m says Mark set in the
Jean-Pierre minibuffer.

M-m m if you are using emacs bindings.

Yeap, this is great, and I guess I will discover a lot
of new features of the sort: the bibliography scroll
of the keys in the selected files is another one
(I appreciate using the pipe, but I spend a lot
of time to explain how it works).

Thanks a lot to you, all developers.

-- 
Jean-Pierre




No keyboard!

2002-05-30 Thread Renaud MICHEL

I can't type with lyx 1.2.0.
I tried the precompiled rpm package, then I compiled it myself but when I 
try to type words in lyx I get nothing except the unknown function 
message in the status bar.
What is weird is that 1.2.0pre4 worked fine.
I have Mandrake 8.2 on an Athlon system ans I compiled with the gcc 2.96 
provided with the distrib.

Any idea?

-- 
Renaud Michel

 dfghdhhhdfg
 -+- Xema in NPC : consonne, consonne, consonne, consonne, con... -+-




Re: No keyboard!

2002-05-30 Thread Matej Cepl

On 30 May, Renaud MICHEL wrote:
 I tried the precompiled rpm package, then I compiled it myself
 but when I try to type words in lyx I get nothing except the
 unknown function message in the status bar.
 What is weird is that 1.2.0pre4 worked fine.
 I have Mandrake 8.2 on an Athlon system ans I compiled with the
 gcc 2.96 provided with the distrib.

Try to run lyx from xterm (which is usually good idea, when
something goes wrong). If you will see, that you have some
undefined functions, than you have probably redefined you
{cua,emacs}.bind file in ~/.lyx/bind. Remade your changes to the
new .bind file from /usr/share/lyx. At least it worked for me
(and yes, it would be nice, if it was mentioned in the
announcement, that .bind files are incompatible).

Happy LyXing!

Matej

-- 
Matej Cepl, [EMAIL PROTECTED]
138 Highland Ave. #10
Somerville, Ma 02143
(617) 623-1488
 
Opinions founded on prejudice are always sustained with the
greatest violence.
-- Hebrew Proverb




URL: long running lines

2002-05-30 Thread Max Bian

Hi.

I need to reference some URLs in the bibliography section.  However the 
URLs are usually very long and run out right-edge of the page. Is there 
  a way (a package?) to break it automatically without adding any -?

Thank you.

Max




itemizing dosen't work correctly 1.2.0 stable

2002-05-30 Thread lks

itemizing dosen't work correctly 1.2.0 stable

Don't work fine, don't change the bullets and bullets depth
and enumetare too 3th depth ??

what's the solution?





Bug in update-PS?

2002-05-30 Thread Max Bian

Version: lyx1.20

If I update the bibliography file and do a update postscript, lyx 
doesn't re-run latex/bibtex. I need to close and open the file again to 
view the change.  Maybe a force update or re make all menu item helps.

Max




Re: No keyboard!

2002-05-30 Thread Renaud MICHEL

Le Jeudi 30 Mai 2002 16:30, Matej Cepl a écrit :
 Try to run lyx from xterm (which is usually good idea, when
 something goes wrong). If you will see, that you have some
 undefined functions, than you have probably redefined you
 {cua,emacs}.bind file in ~/.lyx/bind. Remade your changes to the
 new .bind file from /usr/share/lyx. At least it worked for me
 (and yes, it would be nice, if it was mentioned in the
 announcement, that .bind files are incompatible).

Right!
It was a config problem, but removing the files in ~/.lyx/bind wasn't 
enough, I had to remove the whole ~/.lyx dir (I didn't know what was 
causing problem) and then copy back my own layout files.
Well problem solved anyway :)

-- 
Renaud Michel

Quand une mouche se pose sur un plafond,
fait-elle un demi-tonneau ou un demi-looping ?




Re: itemizing dosen't work correctly 1.2.0 stable

2002-05-30 Thread Jean-Marc Lasgouttes

 lks == lks  [EMAIL PROTECTED] writes:

lks itemizing dosen't work correctly 1.2.0 stable Don't work fine,
lks don't change the bullets and bullets depth and enumetare too 3th
lks depth ??

lks what's the solution?

Sorry, I do not understand your problem. Can you send a (short)
example?

JMarc



itemizing dosen't work 1.2.0

2002-05-30 Thread lks

itemizing dosen't work 1.2.0

itemizing ,enumerate don't work fine, don't change bullets and enumerat
in the 3th depth don't see the same.

what's the solution?..

thnx





Re: URL: long running lines

2002-05-30 Thread Sachin V. Shah

Max,

 I need to reference some URLs in the bibliography section.  However the 
 URLs are usually very long and run out right-edge of the page. Is there 
   a way (a package?) to break it automatically without adding any -?

Take a look at url.sty, especially the comments.  It came standard with
tetex, and the comments show the usage.  It allows you to define how
hyphens, spaces, etc. are dealt with.  The package mentions that the URLs
are allowed to break are certain characters, which is probably what you
want (since most people don't want a URL breaking up in the middle of a
word).

- Sachin.




Re: Build Failed: Re: [ANNOUNCE] LyX 1.2.0 is there!

2002-05-30 Thread John Levon

On Thu, May 30, 2002 at 01:09:53PM +0200, Lars Gullik Bjønnes wrote:

 gcc-2.96-85.i386.rpm
 
 Just get those packages and do rpm -Uvh gcc*.rpm on them.

It's a good idea since earlier RPM versions have an optimiser bug that
make LyX crash and burn too :)

regards
john

-- 
Do you mean to tell me that The Prince is not the set textbook for CS1072
Professional Issues ? What on earth do you learn in that course ?
- David Lester



\citep default

2002-05-30 Thread Matej Cepl

Hi,

I like very much support for natbib in 1.2.0, but I have a
question. Is there any way how could I set use of \citep (instead
of \citet) as default?

Thanks

Matej

-- 
Matej Cepl, [EMAIL PROTECTED]
138 Highland Ave. #10
Somerville, Ma 02143
(617) 623-1488
 
The difference between death and taxes is death doesn't get worse
every time Congress meets
-- Will Rogers




Re: Can't create math macros in 1.2.0?

2002-05-30 Thread Andre Poenitz

On Thu, May 30, 2002 at 05:26:15PM +0200, Jean-Pierre.Chretien wrote:
 Hmm, doesn't seem to work here.
 What did I misdundestood ?
 Any key binding problem ? C-m says Mark set in the minibuffer.

How to you usually enter simple math mode?

Andre'

-- 
Those who desire to give up Freedom in order to gain Security,
will not have, nor do they deserve, either one. (T. Jefferson)



Re: Re: numbering "everything"

2002-05-30 Thread Guenter Milde

On Thu, 30 May 2002 00:00:59 +0300 wrote Dekel Tsur <[EMAIL PROTECTED]>:

> On Tue, May 28, 2002 at 05:12:38PM -0600, Devin Reade wrote:
> > I've been trying to figure out a way in lyx to produce the following
> > paragraph numbering format for technical documents:
> > 
> > 1 section title
> > 1.1  paragraph
> > 1.2  paragraph
> > 1.2.1 subpara
> > 1.2.1.1 subsubpara
> > 1.2.2 subpara
> > 1.3  paragraph
> > 2 section title
> > 2.1 paragraph
> > 

> There are many possible ways to make this simpler.
> Assuming that the text above should be normal text, except for sections,
> you can use an enumerate environment ...

or try a layout based on the koma-script classes. These have paragraph and
subparagraph numbering commands (not subsubpara :-(. By default these are
"below" the subsubsection, but if I remember right, numbering is higly
configurable. The very good documentation (well, at least the German one is
extensive) will help.

Günter

--
[EMAIL PROTECTED]




Re: Build Failed: Re: [ANNOUNCE] LyX 1.2.0 is there!

2002-05-30 Thread Lars Gullik Bjønnes

fb <[EMAIL PROTECTED]> writes:

| Hi All,
>
| I am using RedHat 7.0 and so thought I needed to rebuild the new LyX 1.2.0
| Things seemed to go well ... until the end when the build process
| aborted with:
>
| %   source='insetexternal.C' object='insetexternal.lo' libtool=yes \
| %  depfile='.deps/insetexternal.Plo' tmpdepfile='.deps/insetexternal.TPlo' \
| %  depmode=gcc /bin/sh ../../config/depcomp \
| % /bin/sh ../../libtool --mode=compile g++ -DHAVE_CONFIG_H -I. -I.
| -I../../src -I./../ -I../.. -I../../boost  -isystem /usr/X11R6/include
| -O2 % -march=i386 -mcpu=i686 -c -o insetexternal.lo `test -f
| insetexternal.C || echo './'`insetexternal.C
| % g++ -DHAVE_CONFIG_H -I. -I. -I../../src -I./../ -I../..
| -I../../boost -isystem /usr/X11R6/include -O2 -march=i386 -mcpu=i686
| -c insetexternal.C
| % -Wp,-MD,.deps/insetexternal.TPlo
| % g++: Internal error: Segmentation fault (program cc1plus)
>
| Do I need a new version of XForms on RH7.0, new ImageMagick, or what
| else to
| do the build sucessfully  (without upgrading RedHat)?

What version of gcc?
Have you upgraded it?

-- 
Lgb





Re: Build Failed: Re: [ANNOUNCE] LyX 1.2.0 is there!

2002-05-30 Thread Andre Poenitz

On Fri, May 31, 2002 at 03:28:40AM +1000, fb wrote:
> % g++: Internal error: Segmentation fault (program cc1plus)

What says 'g++ --version'?

Andre'

-- 
Those who desire to give up Freedom in order to gain Security,
will not have, nor do they deserve, either one. (T. Jefferson)



Re: Build Failed: Re: [ANNOUNCE] LyX 1.2.0 is there!

2002-05-30 Thread fb

Hi Andre,

g++ --version  says: 2.96


Regards
Fred


Andre Poenitz wrote:

>On Fri, May 31, 2002 at 03:28:40AM +1000, fb wrote:
>
>>% g++: Internal error: Segmentation fault (program cc1plus)
>>
>
>What says 'g++ --version'?
>
>Andre'
>






footnotes (broken link?)

2002-05-30 Thread Guenter Milde

Hi LyXers,

I wanted to change the footnote signs from numbers to symbols. As I don't
remember the right command, I tried the Tips page but clicking on the
Footnotes section in http://www.lyx.org/help/index.php3 called
  http://www.lyx.org/help/footnotes.php
but unfortunately gave a white paper with nothing on it :-(

Using the Konqueror from KDE3 under SuSE 7.3. With Opera it works...

Günter



--
[EMAIL PROTECTED]




Re: Build Failed: Re: [ANNOUNCE] LyX 1.2.0 is there!

2002-05-30 Thread Andre Poenitz

On Fri, May 31, 2002 at 04:17:30AM +1000, fb wrote:
> Hi Andre,
> 
> g++ --version  says: 2.96

Hm. Could you try an "official" compiler (2.95, 3.0 or 3.1)?

See http://gcc.gnu.org/gcc-2.96.html, especially:

   If you encounter a bug in a compiler labeled 2.96, we suggest you
   contact whoever supplied the compiler as we can not support 2.96
   versions that were not issued by the GCC team. 

Andre'

PS: Please quote only the parts you are refering to _above_ your own
comment. 

-- 
Those who desire to give up Freedom in order to gain Security,
will not have, nor do they deserve, either one. (T. Jefferson)



Re: Build Failed: Re: [ANNOUNCE] LyX 1.2.0 is there!

2002-05-30 Thread Lars Gullik Bjønnes

fb <[EMAIL PROTECTED]> writes:

| Hi Andre,
>
| g++ --version  says: 2.96

then what does "rpm -qa | grep gcc" say?

-- 
Lgb





Re: Build Failed: Re: [ANNOUNCE] LyX 1.2.0 is there!

2002-05-30 Thread Jean-Marc Lasgouttes

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

fb> Hi Andre, g++ --version says: 2.96

Look on the redhat site if there is an update for your gcc packages.
gcc in original rh7.0 is known to be very buggy, so you should
_really_ update to the latest they propose (of course getting gcc 3.1
is better, but more difficult).

In any case, an internal compiler error is _always_ a bug in the
compiler.

JMarc



Re: Can't create math macros in 1.2.0?

2002-05-30 Thread Andre Poenitz

On Thu, May 30, 2002 at 12:56:47PM +0200, Helge Hafting wrote:
> The userguide tells me to type this in
> the minibuffer:
> math-macro  [number of arguments]
> 
> but that don't work, as I cannot type anything
> in the minibuffer at all.  

This work for me. 
 
> Am I doing something wrong here, or
> perhaps something is configured wrong?

How do you enter the minibuffer?


Apart from that, you can now just type \newcommand{\foo}[2]{#1+#2} in the
main LyX text, mark it, and press  to convert it to math.

Andre'

-- 
Those who desire to give up Freedom in order to gain Security,
will not have, nor do they deserve, either one. (T. Jefferson)



Re: Can't create math macros in 1.2.0?

2002-05-30 Thread Jean-Marc Lasgouttes

> "Helge" == Helge Hafting <[EMAIL PROTECTED]> writes:

Helge> The Userguide describes math macros, and they seem to work well
Helge> in 1.2.0 except that _creating_ them seems impossible.

Helge> The userguide tells me to type this in the minibuffer:
Helge> math-macro  [number of arguments]

Helge> but that don't work, as I cannot type anything in the
Helge> minibuffer at all.

Helge> Am I doing something wrong here, or perhaps something is
Helge> configured wrong?

To be able to type in the minibuffer, you need to use "M-x".

JMarc



TeX capacity exceeded

2002-05-30 Thread magni

I just installed the new version 1.2.0, and although it works fairly well I 
have a big problem with RevTeX. The install went clean, BTW.
Whenever I make a NewFromTemplate->RevTeX4, and compile it without modifying 
it, I get 4 errors the first being: 
TeX capacity exceeded, sorry (input stack size=300). If you really absolutely 
need more capacity, you can ask a wizard to enlarge me.
Now, not being a wizard myself, my only hope is to find one among you ;-)

Oh, NewFromTemplate->RevTeX gives me 29 similar errors, just at the beginning 
of the document

-- 
~~
\  Dr.Alessandro Magni
/   IEN Galileo Ferraris
\   Strada delle Cacce 91, 10135 Torino (ITALIA)
/   Email [EMAIL PROTECTED]
\   Fax 0039-011-3919782
/   Tel 0039-011-3919 821 
\   URL http://www.ien.it/~magni
~~



Re: "math-extern" in lyx-1.2.0 is fantastic!

2002-05-30 Thread Jean-Marc Lasgouttes

> "Andre" == Andre Poenitz <[EMAIL PROTECTED]> writes:

Andre> I personally only use the octave "backend" as some kind of
Andre> built-in calculator, but if people are using it for serious
Andre> work I think it could be added to the announcement at least on
Andre> the web page.

I can do that, but only if there is some kind of documentation for it
somewhere...

JMarc



Re: TeX capacity exceeded

2002-05-30 Thread James Vernon

I'm no wizard, but this worked for me in a similar situation, so fingers 
crossed it might work for you too

Change the input stack size by editing your texmf.cnf file. Mine is in 
/etc/texmf/texmf.cnf, but yours might be different. Look in that file 
for the line that says:
stack_size=300

and change it to something bigger ( I don't know how much! ).
The wizardry bit is that you have to run `fmtutil -all' to update your 
TeX installation to use the new stack_size.

Incidentally, my Debian distribution says I'm not allowed to edit 
texmf.cnf directly, I have to edit stack_size in the file 
/etc/texmf/texmf.d/95NonPath/ and then run update-texmf before I run 
fmtutil.

James



magni wrote:

>I just installed the new version 1.2.0, and although it works fairly well I 
>have a big problem with RevTeX. The install went clean, BTW.
>Whenever I make a NewFromTemplate->RevTeX4, and compile it without modifying 
>it, I get 4 errors the first being: 
>TeX capacity exceeded, sorry (input stack size=300). If you really absolutely 
>need more capacity, you can ask a wizard to enlarge me.
>Now, not being a wizard myself, my only hope is to find one among you ;-)
>
>Oh, NewFromTemplate->RevTeX gives me 29 similar errors, just at the beginning 
>of the document
>
>  
>





Re: TeX capacity exceeded

2002-05-30 Thread Jean-Marc Lasgouttes

> "James" == James Vernon <[EMAIL PROTECTED]> writes:

James> I'm no wizard, but this worked for me in a similar situation,
James> so fingers crossed it might work for you too

James> Change the input stack size by editing your texmf.cnf file.
James> Mine is in /etc/texmf/texmf.cnf, but yours might be different.
James> Look in that file for the line that says: stack_size=300

Note that this error often comes from very different reasons. I would
be surprised in this case that increasing capacity is the solution.

JMarc




Re: Build Failed: Re: [ANNOUNCE] LyX 1.2.0 is there!

2002-05-30 Thread Lars Gullik Bjønnes

fb <[EMAIL PROTECTED]> writes:

| Hi Lars,
| Here is the answer :
>
| %   rpm -qa | grep gcc
| gcc-java-2.96-54
| gcc-g77-2.96-54
| gcc-c++-2.96-54
| kgcc-1.1.2-40
| gcc-2.96-54
| gcc-objc-2.96-54
| gcc-chill-2.96-54
>
>
| I think I must upgrade my gcc yes?

Yes.

For RH-7.0 it seems that this is the latest version:

gcc-2.96-85.i386.rpm
gcc-c++-2.96-85.i386.rpm
gcc-chill-2.96-85.i386.rpm
gcc-g77-2.96-85.i386.rpm
gcc-java-2.96-85.i386.rpm
gcc-objc-2.96-85.i386.rpm

Just get those packages and do "rpm -Uvh gcc*.rpm" on them.
(or just up2date if you have that setup)

-- 
Lgb





Re: TeX capacity exceeded

2002-05-30 Thread magni

Thanks for your help, to all of you.
I doubted too that changing the stack size would help, I did it as James 
suggested and it didnt help.
What I find more irritating is that LyX seems a pretty clean project, with 
many years of refinements. Why should this happen in some unmodified 
templates provided by the program?
Oh, but possibly it's just me? Can somebody tell me what happens to the rest 
of the world when compiling that template?

Thanks!

Alessandro

On Thursday 30 May 2002 12:47, you wrote:
> > "James" == James Vernon <[EMAIL PROTECTED]> writes:
>
> James> I'm no wizard, but this worked for me in a similar situation,
> James> so fingers crossed it might work for you too
>
> James> Change the input stack size by editing your texmf.cnf file.
> James> Mine is in /etc/texmf/texmf.cnf, but yours might be different.
> James> Look in that file for the line that says: stack_size=300
>
> Note that this error often comes from very different reasons. I would
> be surprised in this case that increasing capacity is the solution.
>
> JMarc

-- 
~~
\  Dr.Alessandro Magni
/   IEN Galileo Ferraris
\   Strada delle Cacce 91, 10135 Torino (ITALIA)
/   Email [EMAIL PROTECTED]
\   Fax 0039-011-3919782
/   Tel 0039-011-3919 821 
\   URL http://www.ien.it/~magni
~~



Build Failed on alpha cpu

2002-05-30 Thread Mark Hansel

The error occurs when boost/boost/limits.hpp tries to load the
boost/detail/limits.hpp (which includes mips, powerpc, sparc definitions).

g++ is 2.96, cpu version ev56, RH 7.1 (all updates)

(If pine imposed line wrapping obscures the output, see attachment.)


make[3]: Entering directory `/usr/src/lyx-1.2.0/src/support'
source='lyxsum.C' object='lyxsum.lo' libtool=yes \
depfile='.deps/lyxsum.Plo' tmpdepfile='.deps/lyxsum.TPlo' \
depmode=gcc /bin/sh ../../config/depcomp \
/bin/sh ../../libtool --mode=compile g++ -DHAVE_CONFIG_H -I. -I. -I../../src -I./../ 
-I../.. -I../.. -I../../boost  -isystem /usr/X11R6/include  -O -fno-exceptions -c -o 
lyxsum.lo `test -f lyxsum.C || echo './'`lyxsum.C
g++ -DHAVE_CONFIG_H -I. -I. -I../../src -I./../ -I../.. -I../.. -I../../boost -isystem 
/usr/X11R6/include -O -fno-exceptions -c lyxsum.C -Wp,-MD,.deps/lyxsum.TPlo
In file included from ../../boost/boost/limits.hpp:15,
 from ../../boost/boost/integer.hpp:19,
 from ../../boost/boost/crc.hpp:14,
 from lyxsum.C:14:
../../boost/boost/detail/limits.hpp:46:2: #error The file boost/detail/limits.hpp 
needs to be set up for your CPU type.
make[3]: *** [lyxsum.lo] Error 1
make[3]: Leaving directory `/usr/src/lyx-1.2.0/src/support'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/usr/src/lyx-1.2.0/src'
make[1]: *** [all] Error 2
make[1]: Leaving directory `/usr/src/lyx-1.2.0/src'
make: *** [all-recursive] Error 1

Build succeeded on a 686.

-- 
Mark Hansel
PO Box 41
Minnesota State University Moorhead
Moorhead, MN 56563
ph: 218-236-2039 fax: 218-236-2593
[EMAIL PROTECTED]
http://wwwcj.mnstate.edu






make[3]: Entering directory `/usr/src/lyx-1.2.0/src/support'
source='lyxsum.C' object='lyxsum.lo' libtool=yes \
depfile='.deps/lyxsum.Plo' tmpdepfile='.deps/lyxsum.TPlo' \
depmode=gcc /bin/sh ../../config/depcomp \
/bin/sh ../../libtool --mode=compile g++ -DHAVE_CONFIG_H -I. -I. -I../../src -I./../ 
-I../.. -I../.. -I../../boost  -isystem /usr/X11R6/include  -O -fno-exceptions -c -o 
lyxsum.lo `test -f lyxsum.C || echo './'`lyxsum.C
g++ -DHAVE_CONFIG_H -I. -I. -I../../src -I./../ -I../.. -I../.. -I../../boost -isystem 
/usr/X11R6/include -O -fno-exceptions -c lyxsum.C -Wp,-MD,.deps/lyxsum.TPlo
In file included from ../../boost/boost/limits.hpp:15,
 from ../../boost/boost/integer.hpp:19,
 from ../../boost/boost/crc.hpp:14,
 from lyxsum.C:14:
../../boost/boost/detail/limits.hpp:46:2: #error The file boost/detail/limits.hpp 
needs to be set up for your CPU type.
make[3]: *** [lyxsum.lo] Error 1
make[3]: Leaving directory `/usr/src/lyx-1.2.0/src/support'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/usr/src/lyx-1.2.0/src'
make[1]: *** [all] Error 2
make[1]: Leaving directory `/usr/src/lyx-1.2.0/src'
make: *** [all-recursive] Error 1



Re: TeX capacity exceeded

2002-05-30 Thread Andre Poenitz

On Thu, May 30, 2002 at 01:31:16PM +0200, magni wrote:
> Thanks for your help, to all of you.
> I doubted too that changing the stack size would help, I did it as James 
> suggested and it didnt help.
> What I find more irritating is that LyX seems a pretty clean project, with 
> many years of refinements. Why should this happen in some unmodified 
> templates provided by the program?
> Oh, but possibly it's just me? Can somebody tell me what happens to the rest 
> of the world when compiling that template?

It produces error.

A wild guess is that none of the developper uses that template so it got a
bit rotten in the course of events...

Andre'

PS: Please quote only the parts of the message you are refering to.

-- 
Those who desire to give up Freedom in order to gain Security,
will not have, nor do they deserve, either one. (T. Jefferson)



Re: TeX capacity exceeded

2002-05-30 Thread Wayan


On 30 May 2002, Jean-Marc Lasgouttes wrote:

> Note that this error often comes from very different reasons. I would
> be surprised in this case that increasing capacity is the solution.

adding some \clearpage command in some node or using "afterpage" package
(If I do not forget the command) are also the possible solution. Dekel had
explained more detail about it few month ago... Search through
mailing-list archive could be found.

Wayan




Re: footnotes (broken link?)

2002-05-30 Thread Florent AIDE

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Le Jeudi 30 Mai 2002 11:36, Guenter Milde a écrit :
>   http://www.lyx.org/help/footnotes.php
> but unfortunately gave a white paper with nothing on it :-(
>
> Using the Konqueror from KDE3 under SuSE 7.3. With Opera it works...

Same problem with Konqueror 3.0.0 on KDE 3.0
whereas it works perfectly on Netscape 7.0 PR1

I think the problem is Konqueror related 

Aide Florent

Alpha Centauri
http://www.alphacent.com
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.0.6 (GNU/Linux)
Comment: For info see http://www.gnupg.org

iD8DBQE89iVpQe8gCED8yYERAqdmAKCcbF5xYaBxmBbJ6Xl9VYDwSKY/NQCgsSF+
EbT9N7xOWkk8isO/smmEXHY=
=t0kL
-END PGP SIGNATURE-




Re: lyx 1.2 and math panel

2002-05-30 Thread Roberto Marabini



On Thu, 30 May 2002, Laszlo E. Szabo wrote:

> Hi,
> 
> Try xforms-0.89-1.i386.rpm (from 
> http://www.cs.wm.edu/~zvezdan/programs/RPMS/LyX/). This definitely works 
> well in RH7.3. (I experienced the same problem in both RH7.2 and 7.3 
> when I used other xforms!)

Thanks for the help. The rpm you suggested: "xforms-0.89-1.i386.rpm" is
exactly the one I have :-(. Just in case I desinstalled it and I installed
the copy from your web site but the problem remains.

   Any other idea

  Roberto

> 
> Best,
> Laszlo
> 
> Roberto Marabini wrote:
> > Hi,
> > 
> >   I just compile lyx 1.2 in my computer with redhat 7.2. The libraries
> > used are:
> > 
> > ldd /usr/bin/lyx
> > libforms.so.0.89 => /usr/X11R6/lib/libforms.so.0.89 (0x4002d000)
> > libXpm.so.4 => /usr/X11R6/lib/libXpm.so.4 (0x40111000)
> > libSM.so.6 => /usr/X11R6/lib/libSM.so.6 (0x4012)
> > libICE.so.6 => /usr/X11R6/lib/libICE.so.6 (0x40129000)
> > libX11.so.6 => /usr/X11R6/lib/libX11.so.6 (0x4014)
> > libstdc++-libc6.2-2.so.3 => /usr/lib/libstdc++-libc6.2-2.so.3
> > (0x40236000)
> > libm.so.6 => /lib/i686/libm.so.6 (0x40279000)
> > libc.so.6 => /lib/i686/libc.so.6 (0x4029c000)
> > /lib/ld-linux.so.2 => /lib/ld-linux.so.2 (0x4000)
> > 
> > Everything seems to be OK except that some icons are missing in the math
> > panel (see attached image)
> > 
> > Can anybody give me a clue about what is going wrong?
> > 
> >   Thanks
> > 
> >   Roberto
> > 
> > 
> > 
> > 
> 
> 
> -- 
> Laszlo E. Szabo
> Department of Theoretical Physics
> Department of History and Philosophy of Science
> Eotvos University, Budapest
> H-1518 Budapest, Pf. 32, Hungary
> Phone/Fax: (36-1)372-2924
> Home: (36-1) 200-7318
> Mobil/SMS: (36) 20-366-1172
> http://hps.elte.hu/~leszabo
> 




Re: Can't create math macros in 1.2.0?

2002-05-30 Thread Jean-Pierre.Chretien


>[snip]
>>
>>Apart from that, you can now just type \newcommand{\foo}[2]{#1+#2} in the
>>main LyX text, mark it, and press  to convert it to math.

Hmm, doesn't seem to work here.
What did I misdundestood ?
Any key binding problem ? C-m says "Mark set" in the minibuffer.

-- 
Jean-Pierre




Re: lyx 1.2 and math panel

2002-05-30 Thread Laszlo E. Szabo

OK. I have made many different changes in the last few weeks. One was 
the change from some xforms.tar to this xforms.rpm, the other one was 
from RH7.2 to RH7.3. Maybe this second change was what makes the ball 
rolling.

I'm sorry I cannot tell you exactly how this miraculous improvement 
happened to me.

Best,
Laszlo

Roberto Marabini wrote:
> 
> On Thu, 30 May 2002, Laszlo E. Szabo wrote:
> 
> 
>>Hi,
>>
>>Try xforms-0.89-1.i386.rpm (from 
>>http://www.cs.wm.edu/~zvezdan/programs/RPMS/LyX/). This definitely works 
>>well in RH7.3. (I experienced the same problem in both RH7.2 and 7.3 
>>when I used other xforms!)
> 
> 
> Thanks for the help. The rpm you suggested: "xforms-0.89-1.i386.rpm" is
> exactly the one I have :-(. Just in case I desinstalled it and I installed
> the copy from your web site but the problem remains.
> 
>Any other idea
> 
>   Roberto
> 
> 
>>Best,
>>Laszlo
>>
>>Roberto Marabini wrote:
>>
>>>Hi,
>>>
>>>  I just compile lyx 1.2 in my computer with redhat 7.2. The libraries
>>>used are:
>>>
>>>ldd /usr/bin/lyx
>>> libforms.so.0.89 => /usr/X11R6/lib/libforms.so.0.89 (0x4002d000)
>>> libXpm.so.4 => /usr/X11R6/lib/libXpm.so.4 (0x40111000)
>>> libSM.so.6 => /usr/X11R6/lib/libSM.so.6 (0x4012)
>>> libICE.so.6 => /usr/X11R6/lib/libICE.so.6 (0x40129000)
>>> libX11.so.6 => /usr/X11R6/lib/libX11.so.6 (0x4014)
>>> libstdc++-libc6.2-2.so.3 => /usr/lib/libstdc++-libc6.2-2.so.3
>>>(0x40236000)
>>> libm.so.6 => /lib/i686/libm.so.6 (0x40279000)
>>> libc.so.6 => /lib/i686/libc.so.6 (0x4029c000)
>>> /lib/ld-linux.so.2 => /lib/ld-linux.so.2 (0x4000)
>>>
>>>Everything seems to be OK except that some icons are missing in the math
>>>panel (see attached image)
>>>
>>>Can anybody give me a clue about what is going wrong?
>>>
>>>  Thanks
>>>
>>>  Roberto
>>>
>>>
>>>
>>>
>>
>>
>>-- 
>>Laszlo E. Szabo
>>Department of Theoretical Physics
>>Department of History and Philosophy of Science
>>Eotvos University, Budapest
>>H-1518 Budapest, Pf. 32, Hungary
>>Phone/Fax: (36-1)372-2924
>>Home: (36-1) 200-7318
>>Mobil/SMS: (36) 20-366-1172
>>http://hps.elte.hu/~leszabo
>>
> 
> 


-- 
Laszlo E. Szabo
Department of Theoretical Physics
Department of History and Philosophy of Science
Eotvos University, Budapest
H-1518 Budapest, Pf. 32, Hungary
Phone/Fax: (36-1)372-2924
Home: (36-1) 200-7318
Mobil/SMS: (36) 20-366-1172
http://hps.elte.hu/~leszabo




Re: Can't create math macros in 1.2.0?

2002-05-30 Thread Jean-Pierre.Chretien


>>To: "Jean-Pierre.Chretien" <[EMAIL PROTECTED]>
>>Cc: [EMAIL PROTECTED], [EMAIL PROTECTED]
>>Subject: Re: Can't create math macros in 1.2.0?
>>From: Jean-Marc Lasgouttes <[EMAIL PROTECTED]>
>>Date: 30 May 2002 17:46:15 +0200
>>
>>> "Jean-Pierre" == Jean-Pierre Chretien <[EMAIL PROTECTED]> 
writes:
>>
 [snip]
>  Apart from that, you can now just type
> \newcommand{\foo}[2]{#1+#2} in the main LyX text, mark it, and
> press  to convert it to math.
>>
>>Jean-Pierre> Hmm, doesn't seem to work here. What did I misdundestood
>>Jean-Pierre> ? Any key binding problem ? C-m says "Mark set" in the
>>Jean-Pierre> minibuffer.
>>
>>"M-m m" if you are using emacs bindings.

Yeap, this is great, and I guess I will discover a lot
of new features of the sort: the bibliography scroll
of the keys in the selected files is another one
(I appreciate using the pipe, but I spend a lot
of time to explain how it works).

Thanks a lot to you, all developers.

-- 
Jean-Pierre




No keyboard!

2002-05-30 Thread Renaud MICHEL

I can't type with lyx 1.2.0.
I tried the precompiled rpm package, then I compiled it myself but when I 
try to type words in lyx I get nothing except the "unknown function" 
message in the status bar.
What is weird is that 1.2.0pre4 worked fine.
I have Mandrake 8.2 on an Athlon system ans I compiled with the gcc 2.96 
provided with the distrib.

Any idea?

-- 
Renaud Michel

 dfghdhhhdfg
 -+- Xema in NPC : consonne, consonne, consonne, consonne, con... -+-




Re: No keyboard!

2002-05-30 Thread Matej Cepl

On 30 May, Renaud MICHEL wrote:
> I tried the precompiled rpm package, then I compiled it myself
> but when I try to type words in lyx I get nothing except the
> "unknown function" message in the status bar.
> What is weird is that 1.2.0pre4 worked fine.
> I have Mandrake 8.2 on an Athlon system ans I compiled with the
> gcc 2.96 provided with the distrib.

Try to run lyx from xterm (which is usually good idea, when
something goes wrong). If you will see, that you have some
undefined functions, than you have probably redefined you
{cua,emacs}.bind file in ~/.lyx/bind. Remade your changes to the
new .bind file from /usr/share/lyx. At least it worked for me
(and yes, it would be nice, if it was mentioned in the
announcement, that .bind files are incompatible).

Happy LyXing!

Matej

-- 
Matej Cepl, [EMAIL PROTECTED]
138 Highland Ave. #10
Somerville, Ma 02143
(617) 623-1488
 
Opinions founded on prejudice are always sustained with the
greatest violence.
-- Hebrew Proverb




URL: long running lines

2002-05-30 Thread Max Bian

Hi.

I need to reference some URLs in the bibliography section.  However the 
URLs are usually very long and run out right-edge of the page. Is there 
  a way (a package?) to break it automatically without adding any "-"?

Thank you.

Max




itemizing dosen't work correctly 1.2.0 stable

2002-05-30 Thread lks

itemizing dosen't work correctly 1.2.0 stable

Don't work fine, don't change the bullets and bullets depth
and enumetare too 3th depth ??

what's the solution?





  1   2   >