Re: LyX deletes text

2001-03-02 Thread Andre Poenitz
> > Problem with this approach is of course that one needs to know the full > > path to the LyX binary... > > Which can be found by typing 'which lyx' on the command line...:) Cool. Now please, tell me how I should teach my .lyx files to type 'which lyx' on the command line and to replace part

Re: LyX deletes text

2001-03-02 Thread George De Bruin
On Friday 02 March 2001 11:33, Andre Poenitz wrote: > > add: "#! > > Problem with this approach is of course that one needs to know the full > path to the LyX binary... Which can be found by typing 'which lyx' on the command line...:) // George

Re: LyX deletes text

2001-03-02 Thread George De Bruin
> | > It should certainly be off -- your documents are not supposed to be > | > executable, are they? > > > #!/usr/bin/lyx > #LyX 1.1. create... > \lyxformat ... > > > would perhaps work > (It did work!) Yup, it did work I just had to try it. (Related but not the same...) For t

Re: LyX deletes text

2001-03-02 Thread Matej Cepl
- Original Message - > Oh I'm sorry, this was supposed to be java 'icon', not file. What I'm after > is just that I'm wondering why my .lyx files use all kinds of different > icons, most of them use the C++ icon, many use the textfile icon, sometimes > they use the icon for executab

Re: Re[2]: LyX deletes text

2001-03-02 Thread EagleIce
On Friday 02 March 2001 13:24, Guenter Milde wrote: > On Fri, 2 Mar 2001 10:58:30 +0100 EagleIce <[EMAIL PROTECTED]> wrote: > > What I'm after > > is just that I'm wondering why my .lyx files use all kinds of different > > icons, most of them use the C++ icon, many use the textfile icon, > > somet

Re: LyX deletes text

2001-03-02 Thread EagleIce
On Friday 02 March 2001 12:13, Lars Gullik Bjønnes wrote: > To any .lyx file: > > add: "#! > > at the top > > make the .lyx file executable: chmod a+rx <.lyx file> > > run it: ./<.lyx file> > > > This works on Linux, not sure if other os's will handle it the same > way. > > Lgb > OK, I got

Re: Re[2]: LyX deletes text

2001-03-02 Thread Andre Poenitz
> Is there a "standard" MIME type for LyX files? (I choose /text/x-lyx as it > resembles /text/x-tex for TeX files. There has been some discussion a while ago but there was no real result. Andre' -- André Pönitz [EMAIL PROTECTED]

Re[2]: LyX deletes text

2001-03-02 Thread Guenter Milde
On Fri, 2 Mar 2001 10:58:30 +0100 EagleIce <[EMAIL PROTECTED]> wrote: > What I'm after > is just that I'm wondering why my .lyx files use all kinds of different > icons, most of them use the C++ icon, many use the textfile icon, sometimes > they use the icon for executable files, and now a cou

Re: LyX deletes text

2001-03-02 Thread Lars Gullik Bjønnes
Andre Poenitz <[EMAIL PROTECTED]> writes: | > add: "#! | | Problem with this approach is of course that one needs to know the full | path to the LyX binary... Well I guess that can be handled as well... Just use: #!/usr/bin/env lyx ... Lgb

Re: LyX deletes text

2001-03-02 Thread Andre Poenitz
> #! /usr/bin/env lyx Every day a surprise... I did not know that 'env' could do anything else than showing the current environment... Andre' -- André Pönitz [EMAIL PROTECTED]

Re: LyX deletes text

2001-03-02 Thread John Levon
On Fri, 2 Mar 2001, Andre Poenitz wrote: > > add: "#! > > Problem with this approach is of course that one needs to know the full > path to the LyX binary... > > Andre' Nahh #! /usr/bin/env lyx john -- "I hear you have four hundred and eighty six PCs for sale ?" - Some Fool

Re: LyX deletes text

2001-03-02 Thread Andre Poenitz
> add: "#! Problem with this approach is of course that one needs to know the full path to the LyX binary... Andre' -- André Pönitz [EMAIL PROTECTED]

Re: LyX deletes text

2001-03-02 Thread Lars Gullik Bjønnes
EagleIce <[EMAIL PROTECTED]> writes: | On Thursday 01 March 2001 23:27, Lars Gullik Bjønnes wrote: | > | > It should certainly be off -- your documents are not supposed to be | > | > executable, are they? | > | > Hmpfr, why not? | > | > ../UserGuide.lyx | > | > | > #!/usr/bin/lyx | > #LyX 1.

Re: LyX deletes text

2001-03-02 Thread EagleIce
On Thursday 01 March 2001 23:27, Lars Gullik Bjønnes wrote: > | > It should certainly be off -- your documents are not supposed to be > | > executable, are they? > > Hmpfr, why not? > > ../UserGuide.lyx > > > #!/usr/bin/lyx > #LyX 1.1. create... > \lyxformat ... > > > > > would perh

Re: LyX deletes text

2001-03-02 Thread EagleIce
On Friday 02 March 2001 04:49, Matej Cepl wrote: > > Whoops! You sure got a point there, now it's a c++ file.:-) > > But how about this one: one of my .lyx files uses a java (JBuilder) > > file > > > > Would you elaborate on it a little bit? What do you mean by "uses Java"? > That you

Re: LyX deletes text

2001-03-01 Thread Matej Cepl
That's scary! Well, I suppose, I give up. That's too much complicated for a lawyer :-). Matej > Hmpfr, why not? > > ./UserGuide.lyx > > > #!/usr/bin/lyx > #LyX 1.1. create... > \lyxformat ... > ... > > > > would perhaps work > (It did work!)

Re: LyX deletes text

2001-03-01 Thread Lars Gullik Bjønnes
h 01, 2001 6:55 AM | > Subject: Re: LyX deletes text | > | > > Thank you for your reply. | > > | > > > If in KDE, click on the file with the right eye of mouse and check | > > > whether you have not executable attributes on. | > > | > > It is on. | > |

Re: LyX deletes text

2001-03-01 Thread EagleIce
On Thursday 01 March 2001 19:11, Matej Cepl wrote: > - Original Message - > From: EagleIce <[EMAIL PROTECTED]> > To: Matej Cepl <[EMAIL PROTECTED]> > Cc: <[EMAIL PROTECTED]> > Sent: Thursday, March 01, 2001 6:55 AM > Subject: Re: LyX deletes

Re: Date in title (was: LyX deletes text)

2001-03-01 Thread EagleIce
Thank's for your reply, it works. Nice that you mentioned the LaTeX alternative too. Cheers, ei On Thursday 01 March 2001 10:11, Wilbert Berendsen wrote: > Yesterday at 12:12pm, EagleIce said: > > Hello LyX users! > > > > One other thing I would like to ask is: how can I get LyX to stop > > in

Re: LyX deletes text

2001-03-01 Thread EagleIce
Thank you for your reply. On Wednesday 28 February 2001 16:43, Matej Cepl wrote: > > The icon for this particular file looks different from all the others; > > .lyx* (icon 'executable', normally it's a 'c++' icon). > > Can someone inform me why this happens? > > If in KDE, click on the file with

Date in title (was: LyX deletes text)

2001-03-01 Thread Wilbert Berendsen
Yesterday at 12:12pm, EagleIce said: > Hello LyX users! > > One other thing I would like to ask is: how can I get LyX to stop including > the date on the title page, this is a stupid function that I would like to > permanently delete. Put: \date{} in the LaTeX preamble (Layout-->LaTeX Pream

Re: LyX deletes text

2001-02-28 Thread EagleIce
Thank you for your reply, but I don't quite understand what you mean by 'preample'. If you mean in the beginning of the work-file itself then that didn't work, \date{} appeared beside the title! Cheers' ei On Wednesday 28 February 2001 12:39, Van Uffelen Paul wrote: > > just include \date{}

LyX deletes text

2001-02-28 Thread EagleIce
Hello LyX users! I am new on this list, but I've been using LyX for over a year now. It is one of my favorite programs. Right now I use version 1.1.4fix3 in SuSE Linux 7.0 and it is giving me some real headache. A book I am writing (Class: Book) starts with the title page and then a chapter wh