Re: Note inset question

2004-03-11 Thread Andre Poenitz
On Wed, Mar 10, 2004 at 05:08:41PM +0100, Georg Baum wrote: Andre Poenitz wrote: On Mon, Mar 08, 2004 at 05:55:48PM +0100, Georg Baum wrote: #! /bin/sh SUFFIX=-1.4 INSTDIR=/path/to/lyx1.4cvs tex2lyx${SUFFIX} $@ | ${INSTDIR}/share/lyx/lyx2lyx/lyx2lyx -t 221 Shouldn't that be $@

Re: Note inset question

2004-03-11 Thread Andre Poenitz
On Wed, Mar 10, 2004 at 05:08:41PM +0100, Georg Baum wrote: Andre Poenitz wrote: On Mon, Mar 08, 2004 at 05:55:48PM +0100, Georg Baum wrote: #! /bin/sh SUFFIX=-1.4 INSTDIR=/path/to/lyx1.4cvs tex2lyx${SUFFIX} $@ | ${INSTDIR}/share/lyx/lyx2lyx/lyx2lyx -t 221 Shouldn't that be $@

Re: Note inset question

2004-03-11 Thread Andre Poenitz
On Wed, Mar 10, 2004 at 05:08:41PM +0100, Georg Baum wrote: > Andre Poenitz wrote: > > > On Mon, Mar 08, 2004 at 05:55:48PM +0100, Georg Baum wrote: > >> #! /bin/sh > >> SUFFIX="-1.4" > >> INSTDIR="/path/to/lyx1.4cvs" > >> tex2lyx${SUFFIX} $@ | ${INSTDIR}/share/lyx/lyx2lyx/lyx2lyx -t 221 > > > >

Re: Note inset question

2004-03-10 Thread Georg Baum
Andre Poenitz wrote: On Mon, Mar 08, 2004 at 05:55:48PM +0100, Georg Baum wrote: #! /bin/sh SUFFIX=-1.4 INSTDIR=/path/to/lyx1.4cvs tex2lyx${SUFFIX} $@ | ${INSTDIR}/share/lyx/lyx2lyx/lyx2lyx -t 221 Shouldn't that be $@ (in double quotes?) I don't know. I guess the double quotes are

Re: Note inset question

2004-03-10 Thread Christian Ridderström
On Wed, 10 Mar 2004, Georg Baum wrote: Andre Poenitz wrote: On Mon, Mar 08, 2004 at 05:55:48PM +0100, Georg Baum wrote: #! /bin/sh SUFFIX=-1.4 INSTDIR=/path/to/lyx1.4cvs tex2lyx${SUFFIX} $@ | ${INSTDIR}/share/lyx/lyx2lyx/lyx2lyx -t 221 Shouldn't that be $@ (in double quotes?)

Re: Note inset question

2004-03-10 Thread Georg Baum
Andre Poenitz wrote: On Mon, Mar 08, 2004 at 05:55:48PM +0100, Georg Baum wrote: #! /bin/sh SUFFIX=-1.4 INSTDIR=/path/to/lyx1.4cvs tex2lyx${SUFFIX} $@ | ${INSTDIR}/share/lyx/lyx2lyx/lyx2lyx -t 221 Shouldn't that be $@ (in double quotes?) I don't know. I guess the double quotes are

Re: Note inset question

2004-03-10 Thread Christian Ridderström
On Wed, 10 Mar 2004, Georg Baum wrote: Andre Poenitz wrote: On Mon, Mar 08, 2004 at 05:55:48PM +0100, Georg Baum wrote: #! /bin/sh SUFFIX=-1.4 INSTDIR=/path/to/lyx1.4cvs tex2lyx${SUFFIX} $@ | ${INSTDIR}/share/lyx/lyx2lyx/lyx2lyx -t 221 Shouldn't that be $@ (in double quotes?)

Re: Note inset question

2004-03-10 Thread Georg Baum
Andre Poenitz wrote: > On Mon, Mar 08, 2004 at 05:55:48PM +0100, Georg Baum wrote: >> #! /bin/sh >> SUFFIX="-1.4" >> INSTDIR="/path/to/lyx1.4cvs" >> tex2lyx${SUFFIX} $@ | ${INSTDIR}/share/lyx/lyx2lyx/lyx2lyx -t 221 > > Shouldn't that be "$@" (in double quotes?) I don't know. I guess the double

Re: Note inset question

2004-03-10 Thread Christian Ridderström
On Wed, 10 Mar 2004, Georg Baum wrote: > Andre Poenitz wrote: > > > On Mon, Mar 08, 2004 at 05:55:48PM +0100, Georg Baum wrote: > >> #! /bin/sh > >> SUFFIX="-1.4" > >> INSTDIR="/path/to/lyx1.4cvs" > >> tex2lyx${SUFFIX} $@ | ${INSTDIR}/share/lyx/lyx2lyx/lyx2lyx -t 221 > > > > Shouldn't that be

Re: Note inset question

2004-03-08 Thread Günter Milde
On Sun, Mar 07, 2004 at 07:09:12PM +0100, Juergen Spitzmueller wrote: Uwe Stöhr wrote: Is there a possibility to include LyX's note insets into the LaTeX output as comment? No(t yet). LyX 1.4 will have an improved Note/Comment environment where you can toggle between Note and Comment

Re: Note inset question

2004-03-08 Thread Georg Baum
Günter Milde wrote: On Sun, Mar 07, 2004 at 07:09:12PM +0100, Juergen Spitzmueller wrote: There is the possibility to (mis) use ERT-Boxes. Put your note there and start it with a %. Export to LaTeX is fine, but reLyX will silently eat away all %-comments. Could we have an import option

Re: Note inset question

2004-03-08 Thread Andre Poenitz
On Mon, Mar 08, 2004 at 05:55:48PM +0100, Georg Baum wrote: #! /bin/sh SUFFIX=-1.4 INSTDIR=/path/to/lyx1.4cvs tex2lyx${SUFFIX} $@ | ${INSTDIR}/share/lyx/lyx2lyx/lyx2lyx -t 221 Shouldn't that be $@ (in double quotes?) Andre'

Re: Note inset question

2004-03-08 Thread Günter Milde
On Sun, Mar 07, 2004 at 07:09:12PM +0100, Juergen Spitzmueller wrote: Uwe Stöhr wrote: Is there a possibility to include LyX's note insets into the LaTeX output as comment? No(t yet). LyX 1.4 will have an improved Note/Comment environment where you can toggle between Note and Comment

Re: Note inset question

2004-03-08 Thread Georg Baum
Günter Milde wrote: On Sun, Mar 07, 2004 at 07:09:12PM +0100, Juergen Spitzmueller wrote: There is the possibility to (mis) use ERT-Boxes. Put your note there and start it with a %. Export to LaTeX is fine, but reLyX will silently eat away all %-comments. Could we have an import option

Re: Note inset question

2004-03-08 Thread Andre Poenitz
On Mon, Mar 08, 2004 at 05:55:48PM +0100, Georg Baum wrote: #! /bin/sh SUFFIX=-1.4 INSTDIR=/path/to/lyx1.4cvs tex2lyx${SUFFIX} $@ | ${INSTDIR}/share/lyx/lyx2lyx/lyx2lyx -t 221 Shouldn't that be $@ (in double quotes?) Andre'

Re: Note inset question

2004-03-08 Thread Günter Milde
On Sun, Mar 07, 2004 at 07:09:12PM +0100, Juergen Spitzmueller wrote: > Uwe Stöhr wrote: > > Is there a possibility to include LyX's note insets into the LaTeX > > output as comment? > > No(t yet). LyX 1.4 will have an improved Note/Comment environment where you > can toggle between Note and

Re: Note inset question

2004-03-08 Thread Georg Baum
Günter Milde wrote: > On Sun, Mar 07, 2004 at 07:09:12PM +0100, Juergen Spitzmueller wrote: > There is the possibility to (mis) use ERT-Boxes. Put your note there and > start it with a "%". > > Export to LaTeX is fine, but reLyX will silently eat away all > "%"-comments. > > Could we have an

Re: Note inset question

2004-03-08 Thread Andre Poenitz
On Mon, Mar 08, 2004 at 05:55:48PM +0100, Georg Baum wrote: > #! /bin/sh > SUFFIX="-1.4" > INSTDIR="/path/to/lyx1.4cvs" > tex2lyx${SUFFIX} $@ | ${INSTDIR}/share/lyx/lyx2lyx/lyx2lyx -t 221 Shouldn't that be "$@" (in double quotes?) Andre'

Note inset question

2004-03-07 Thread Uwe Sthr
Is there a possibility to include LyX's note insets into the LaTeX output as comment? Is it possible that reLyX converts comments from a .tex-file into a note inset? Both would simplify the work when I send/receive a file to/from a colleague which don't have LyX.

Re: Note inset question

2004-03-07 Thread Juergen Spitzmueller
Uwe Stöhr wrote: Is there a possibility to include LyX's note insets into the LaTeX output as comment? No(t yet). LyX 1.4 will have an improved Note/Comment environment where you can toggle between Note and Comment (i.e. the comment environment, not the %-comments). I also seem to remember

Note inset question

2004-03-07 Thread Uwe Sthr
Is there a possibility to include LyX's note insets into the LaTeX output as comment? Is it possible that reLyX converts comments from a .tex-file into a note inset? Both would simplify the work when I send/receive a file to/from a colleague which don't have LyX.

Re: Note inset question

2004-03-07 Thread Juergen Spitzmueller
Uwe Stöhr wrote: Is there a possibility to include LyX's note insets into the LaTeX output as comment? No(t yet). LyX 1.4 will have an improved Note/Comment environment where you can toggle between Note and Comment (i.e. the comment environment, not the %-comments). I also seem to remember

Note inset question

2004-03-07 Thread Uwe Stöhr
Is there a possibility to include LyX's note insets into the LaTeX output as comment? Is it possible that reLyX converts comments from a .tex-file into a note inset? Both would simplify the work when I send/receive a file to/from a colleague which don't have LyX.

Re: Note inset question

2004-03-07 Thread Juergen Spitzmueller
Uwe Stöhr wrote: > Is there a possibility to include LyX's note insets into the LaTeX > output as comment? No(t yet). LyX 1.4 will have an improved Note/Comment environment where you can toggle between Note and Comment (i.e. the comment environment, not the %-comments). I also seem to remember