Re[3]: lyx configure script

2002-07-11 Thread Soeren Pietsch
Kayvan It seems fine, except that I am concerned about checking for the exact Kayvan string CYGWIN_NT-5.0 Kayvan What happens with the ``uname -s'' string changes to CYGWIN_NT-5.1? Kayvan I think it might be better to have a case statement there: Kayvan sysname=`uname -s` Kayvan case $sysname

Re[2]: lyx configure script

2002-07-11 Thread Soeren Pietsch
Kayvan On Thu, Jul 11, 2002 at 08:01:25PM +0200, Soeren Pietsch wrote: Kayvan It seems fine, except that I am concerned about checking for the exact Kayvan string CYGWIN_NT-5.0 Kayvan What happens with the ``uname -s'' string changes to CYGWIN_NT-5.1? Kayvan I think it might be better

Re[3]: lyx configure script

2002-07-11 Thread Soeren Pietsch
This time with the patch ;) Soeren Kayvan On Thu, Jul 11, 2002 at 08:01:25PM +0200, Soeren Pietsch wrote: Kayvan It seems fine, except that I am concerned about checking for the exact Kayvan string CYGWIN_NT-5.0 Kayvan What happens with the ``uname -s'' string changes to CYGWIN_NT-5.1

Re[3]: lyx configure script

2002-07-11 Thread Soeren Pietsch
Kayvan>> It seems fine, except that I am concerned about checking for the exact Kayvan>> string CYGWIN_NT-5.0 Kayvan>> What happens with the ``uname -s'' string changes to CYGWIN_NT-5.1? Kayvan>> I think it might be better to have a case statement there: Kayvan>> sysname=`uname -s` Kayvan>>

Re[2]: lyx configure script

2002-07-11 Thread Soeren Pietsch
Kayvan> On Thu, Jul 11, 2002 at 08:01:25PM +0200, Soeren Pietsch wrote: >> Kayvan>> It seems fine, except that I am concerned about checking for the exact >> Kayvan>> string CYGWIN_NT-5.0 >> >> Kayvan>> What happens with the ``uname -s'' string chan

Re[3]: lyx configure script

2002-07-11 Thread Soeren Pietsch
This time with the patch ;) Soeren Kayvan>> On Thu, Jul 11, 2002 at 08:01:25PM +0200, Soeren Pietsch wrote: >>> Kayvan>> It seems fine, except that I am concerned about checking for the exact >>> Kayvan>> string CYGWIN_NT-5.0 >>> >>> Kayv

Re[4]: lyx configure script

2002-07-09 Thread Soeren Pietsch
Kayvan On Tue, Jul 09, 2002 at 05:21:07PM +0200, Jean-Marc Lasgouttes wrote: Soeren == Soeren Pietsch [EMAIL PROTECTED] writes: Soeren == Soeren Pietsch [EMAIL PROTECTED] writes: Soeren Hi, I had a bit of a problem with the lyx configure script on Soeren a cygwin environment

Re[4]: lyx configure script

2002-07-09 Thread Soeren Pietsch
Kayvan> On Tue, Jul 09, 2002 at 05:21:07PM +0200, Jean-Marc Lasgouttes wrote: >> >>>>> "Soeren" == Soeren Pietsch <[EMAIL PROTECTED]> writes: >> >> >>>>>>> "Soeren" == Soeren Pietsch <[EMAIL PROTECTED]> w

Re[2]: graphic files and converter

2002-07-03 Thread Soeren Pietsch
Herbert == Herbert Voss [EMAIL PROTECTED] writes: Herbert Jean-Marc Lasgouttes wrote: Herbert == Herbert Voss [EMAIL PROTECTED] writes: Herbert there is a bug in current cvs. With the attached patch all Herbert (e)ps/pdf-files are exported to latex without extension. the Herbert patch is

Re[2]: graphic files and converter

2002-07-03 Thread Soeren Pietsch
Herbert Soeren Pietsch wrote: Herbert == Herbert Voss [EMAIL PROTECTED] writes: Herbert Jean-Marc Lasgouttes wrote: Herbert == Herbert Voss [EMAIL PROTECTED] writes: Herbert there is a bug in current cvs. With the attached patch all Herbert (e)ps/pdf-files are exported to latex without

Re[2]: graphic files and converter

2002-07-03 Thread Soeren Pietsch
Herbert Soeren Pietsch wrote: No it is not! See my few lines below. Perhaps if I read your patch right you should just use return (RemoveExtension(orig_file)); instead of my way returning the file with extension. This simply checks whether the user supplied a file with the same name

Re[2]: graphic files and converter

2002-07-03 Thread Soeren Pietsch
>> "Herbert" == Herbert Voss <[EMAIL PROTECTED]> writes: Herbert>> Jean-Marc Lasgouttes wrote: "Herbert" == Herbert Voss <[EMAIL PROTECTED]> writes: Herbert>> there is a bug in current cvs. With the attached patch all Herbert>> (e)ps/pdf-files are exported to

Re[2]: graphic files and converter

2002-07-03 Thread Soeren Pietsch
Herbert> Soeren Pietsch wrote: >>>>>>>>"Herbert" == Herbert Voss <[EMAIL PROTECTED]> writes: >>>>>>>> >> >> Herbert>> Jean-Marc Lasgouttes wrote: >> >>>>>>>>>>"H

Re[2]: graphic files and converter

2002-07-03 Thread Soeren Pietsch
Herbert> Soeren Pietsch wrote: >> No it is not! See my few lines below. Perhaps if I read your patch >> right you should just use return (RemoveExtension(orig_file)); >> instead of my way returning the file with extension. >> This simply checks whether the user su

Re[2]: graphic files and converter

2002-06-26 Thread Soeren Pietsch
Herbert at this time only the File-Export-Latex works in your way, all Herbert filenames are exported without extension. Herbert LyX do not need an extension to recognize the correct file-format. Herbert it maybe an option to pass _all_ files without the extension to Herbert latex. Herbert I will

insetcite.C

2002-06-26 Thread Soeren Pietsch
Hi, Agnus could you tell why we need the following? 2001-08-01 Angus Leeming [EMAIL PROTECTED] * insetcite.C (latex): Paranoia check. Make sure that there is no whitespace between the citation keys. // Paranoia check: make sure that there is no whitespace in here string content;

Re[2]: insetcite.C

2002-06-26 Thread Soeren Pietsch
Dekel On Wed, Jun 26, 2002 at 06:39:19PM +0200, Andre Poenitz wrote: On Wed, Jun 26, 2002 at 05:25:45PM +0100, Angus Leeming wrote: I think that LaTeX falls over if there is space /between/ keys: key1, key2, key3 I think it does. I seem to remember Konni complaining about it once...

Re[2]: graphic files and converter

2002-06-26 Thread Soeren Pietsch
Herbert> at this time only the File->Export->Latex works in your way, all Herbert> filenames are exported without extension. Herbert> LyX do not need an extension to recognize the correct file-format. Herbert> it maybe an option to pass _all_ files without the extension to Herbert> latex.

insetcite.C

2002-06-26 Thread Soeren Pietsch
Hi, Agnus could you tell why we need the following? 2001-08-01 Angus Leeming <[EMAIL PROTECTED]> * insetcite.C (latex): Paranoia check. Make sure that there is no whitespace between the citation keys. // Paranoia check: make sure that there is no whitespace in here string content;

Re[2]: insetcite.C

2002-06-26 Thread Soeren Pietsch
Dekel> On Wed, Jun 26, 2002 at 06:39:19PM +0200, Andre Poenitz wrote: >> On Wed, Jun 26, 2002 at 05:25:45PM +0100, Angus Leeming wrote: >> > I think that LaTeX falls over if there is space /between/ keys: >> > key1, key2, key3 >> >> I think it does. I seem to remember Konni complaining about

lyx configure script

2002-06-24 Thread Soeren Pietsch
Hi, I had a bit of a problem with the lyx configure script on a cygwin environment. The following check only works if the sh shell points to the bash shell. ### Adjust PATH for Win32 (Cygwin) if test x$OSTYPE = xcygwin; then echo configure: cygwin detected; path correction srcdir=`cygpath

graphic converter question

2002-06-24 Thread Soeren Pietsch
Hi, I noticed a difference how the filename in different converters handled. In the epstoxpm converter $$i points to the original file in the source directory. In the epstopdf converter $$i points to a temporary file. Why this difference? If I wrote my own converter I have no chance to get the

lyx configure script

2002-06-24 Thread Soeren Pietsch
Hi, I had a bit of a problem with the lyx configure script on a cygwin environment. The following check only works if the sh shell points to the bash shell. ### Adjust PATH for Win32 (Cygwin) if test "x$OSTYPE" = xcygwin; then echo "configure: cygwin detected; path correction"

graphic converter question

2002-06-24 Thread Soeren Pietsch
Hi, I noticed a difference how the filename in different converters handled. In the epstoxpm converter $$i points to the original file in the source directory. In the epstopdf converter $$i points to a temporary file. Why this difference? If I wrote my own converter I have no chance to get the

Re[2]: [PATCH] Re: Here you go

2002-04-29 Thread Soeren Pietsch
Juergen It's the same for the indented paragraphs also. We droped that too and it doesn't Juergen seem someone wants it back (appart from me as I think it's pretty usefull, but one Juergen can always use an office software ;) he you are not the only one! But one can always drop LyX in favor

Re[2]: [PATCH] Re: Here you go

2002-04-29 Thread Soeren Pietsch
Juergen> It's the same for the indented paragraphs also. We droped that too and it doesn't Juergen> seem someone wants it back (appart from me as I think it's pretty usefull, but one Juergen> can always use an office software ;) he you are not the only one! But one can always drop LyX in favor