Function accent-vector renamed?

2002-11-19 Thread Norbert Stribeck
In LyX 1.2.1 the function accent-vector is a "truly unknown function" even in 
math mode. Is there a new name for the function?

Norbert
-- 
Dr.  Norbert StribeckUniversity of Hamburgvoice +49-40-42838-3615
- polymer physicist -Institute TMCfax   +49-40-42838-6008
http://www.chemie.uni-hamburg.de/tmc/stribeck  http://www.stribeck.de






Re: LyX not rendering graphics

2002-11-19 Thread Norbert Stribeck
Am Montag, 18. November 2002 15:39 schrieb Andre Poenitz:
> On Mon, Nov 18, 2002 at 03:20:07PM +0100, Norbert Stribeck wrote:
> > Now LyX 1.2.1 works fine (even xdvi and PDF output), but I do not even
> > see graphics sporadically any more. Instead I get an error message in
> > each graphics box telling me that the conversion into a display format
> > failed. In fact, the message is in German and reads "Fehler bei der
> > Konvertierung in ein darstellbares Format"
>
> Try to install ImageMagick and run Edit->Reconfigure
>
ImageMagick is installed. And as I reported in my second mail yesterday the 
problem was solved after renaming my old ~/.lyx directory, then forcing LyX 
to generate a new .lyx directory and finally by generating a new lyxrc with 
the preferences that I am used to from the new lyxrc.example template. If the 
reason for the stuck graphics and blocked keyboard was not simply the need to 
generate a new personal environment, there might be another reason: I had 
keys bound to LyX-functions that have been renamed in the meantime:
figure-insert --> graphics-insert
buffer-float-insert table  -->  float-insert table
buffer-float-insert figure -->  float-insert figure

Norbert
-- 
Dr.  Norbert StribeckUniversity of Hamburgvoice +49-40-42838-3615
- polymer physicist -Institute TMCfax   +49-40-42838-6008
http://www.chemie.uni-hamburg.de/tmc/stribeck  http://www.stribeck.de






LyX not rendering graphics

2002-11-18 Thread Norbert Stribeck
I sent a request for help some minutes ago --- the problem is solved! I had to 
disable my ~/.lyx directory, and now it works and I see all the graphics 
displayed. My beloved keybinding files blocked both the rendering of graphics 
and the possibility to input keystrokes from the keyboard.

Norbert
-- 
Dr.  Norbert StribeckUniversity of Hamburgvoice +49-40-42838-3615
- polymer physicist -Institute TMCfax   +49-40-42838-6008
http://www.chemie.uni-hamburg.de/tmc/stribeck  http://www.stribeck.de






LyX not rendering graphics

2002-11-18 Thread Norbert Stribeck
Since more than a year I have watched the list and the discussion concerning
the problem that LyX renders graphics only sporadically on fast computers - I 
still have the problem and tried the sporadic tips to solve the problem - 
without success for SuSE 7.3 and SuSE 8.0. I have tried to update from 1.1.6 
to 1.2.1, but was unable to compile the sources - because of the cc1plus 
error. Now I have succeeded in part and feel that there might be somebody out 
there knowing the ultimate solution. Here is what I did:

When I asked to check the dependencies, the output was:
# rpm -Uvh lyx-1.2.1-1rh8-xforms089.i386.rpm
error: failed dependencies:
tetex-xdvi is needed by lyx-1.2.1-1
tetex-latex is needed by lyx-1.2.1-1
libstdc++.so.5   is needed by lyx-1.2.1-1
libstdc++.so.5(GLIBCPP_3.2)   is needed by lyx-1.2.1-1
perl(Cwd)   is needed by lyx-1.2.1-1
perl(File::Basename)   is needed by lyx-1.2.1-1
perl(FileHandle)   is needed by lyx-1.2.1-1
perl(lib)   is needed by lyx-1.2.1-1
perl(strict)   is needed by lyx-1.2.1-1
perl(vars)   is needed by lyx-1.2.1-1

So I installed 1.2.1 from the binary rpm using --nodeps and supplied both 
libstdc++.so.5.0.0 and libgcc_s.so.1 in /usr/lib (moreover, a symbolic link 
to libstdc++.so.5 was generated and ldconfig was run).

Now LyX 1.2.1 works fine (even xdvi and PDF output), but I do not even see 
graphics sporadically any more. Instead I get an error message in each 
graphics box telling me that the conversion into a display format failed. In 
fact, the message is in German and reads "Fehler bei der Konvertierung in ein 
darstellbares Format"

Norbert
-- 
Dr.  Norbert StribeckUniversity of Hamburgvoice +49-40-42838-3615
- polymer physicist -Institute TMCfax   +49-40-42838-6008
http://www.chemie.uni-hamburg.de/tmc/stribeck  http://www.stribeck.de






Re: size of lyx window

1999-04-11 Thread Norbert Stribeck

Hezi Gildor wrote:
> 
> hi,
> whan i invoke lyx, the size of the window appear is much smaller than my
> screen.
> is there a way to change the default size of that window ?
> 
> thanks, hezi.

You can add some lines to your file ~/.Xdefaults

LyX*width:  760
LyX*height: 780
LyX*xpos:   330
LyX*ypos:   0

(But to my experience width and height do not always show the desired
result)

Norbert