Re: Linking

2011-10-16 Thread Marcus Glöder

Hello Liviu,

because I haven’t the whole thread in my e-mail-client, I don’t know 
your primary question. But if you want to know, how to insert a 
LaTeX-Table exported from gnumeric in LyX, than have a look on the 
section »Tables using Gnumeric« in this webpage:


http://wiki.lyx.org/Tips/CopyTablesFromSpreadsheets

Actually it is easier to copy the whole table from your spread sheet 
program into a LyX table. Have a look at the wiki.



Liviu


Kind regards
Marcus

--
E-Mail:  m.gloe...@gmx.de


Re: Linking

2011-10-16 Thread Marcus Glöder

Hello Liviu,

because I haven’t the whole thread in my e-mail-client, I don’t know 
your primary question. But if you want to know, how to insert a 
LaTeX-Table exported from gnumeric in LyX, than have a look on the 
section »Tables using Gnumeric« in this webpage:


http://wiki.lyx.org/Tips/CopyTablesFromSpreadsheets

Actually it is easier to copy the whole table from your spread sheet 
program into a LyX table. Have a look at the wiki.



Liviu


Kind regards
Marcus

--
E-Mail:  m.gloe...@gmx.de


Re: Linking

2011-10-16 Thread Marcus Glöder

Hello Liviu,

because I haven’t the whole thread in my e-mail-client, I don’t know 
your primary question. But if you want to know, how to insert a 
LaTeX-Table exported from gnumeric in LyX, than have a look on the 
section »Tables using Gnumeric« in this webpage:


http://wiki.lyx.org/Tips/CopyTablesFromSpreadsheets

Actually it is easier to copy the whole table from your spread sheet 
program into a LyX table. Have a look at the wiki.



Liviu


Kind regards
Marcus

--
E-Mail:  m.gloe...@gmx.de


Re: Linking

2011-10-13 Thread E . Lewis
Liviu Andronic landronimirc at gmail.com writes:

 
 On Fri, Oct 22, 2010 at 2:48 AM, Pavel Sanda sanda at lyx.org wrote:
  Liviu Andronic wrote:
  If I understand correctly your question, it has been discussed several
  times in the past and there was even a patch integrating Gnumeric into
  LyX. But I think that it never got applied and that the request is
  frozen at the moment. [1]
 
  the last message in thread is still valid ;)
  pavel
 
 [1] Oh, well, crossing my fingers, perhaps Helge has something new on
 this front. :)
 Liviu
 
 [1] http://www.mail-archive.com/lyx-devel at lists.lyx.org/msg160372.html
 

Obtain and install the exceltex package from CTAN. Exceltex consists of a macro
package as well as a stand-alone executable. Read its instructions for proper
installation.

Preferably (not required, but makes life easier) use evince as your PDF viewer
in LyX.

Add the line: \usepackage{exceltex} to the LyX document
preamble. documentsettingslatex preamble

Identify a cell in a .xls spreadsheet desired for linking to LyX.

Insert ert into LyX as follows:

\inccell{full path to spreadsheet/file_name.xls!sheet_name!cell_reference}

for example:

\inccell{/home/administrator/Desktop/111005ar.xls!Sheet1!A1}

Click on the 'view' icon in LyX (assumes version 2.0).

From Evince, elect 'fileopen containing folder. This will show you the path
to the temporary files LyX produces.

Open a terminal (command line interface)

Change directory to the directory containing the .tex temporary file LyX
produces.

Run pdflatex against the .tex temporary file LyX produces. For example: pdflatex
newfile1.tex

Run exceltex against the .tex temporary file. For example: exceltex newfile1.tex

Run pdflatex against the .tex temporary file again.

Go back to LyX and continue your editing session. The links will all work
properly throughout (current) LyX editing session.

If you link more cells, cell values change, or if you start a new LyX session,
repeat the above steps for proper linking and display.

Linking tables involves a similar procedure as follows:

ert: \begin{longtable}{ll} (or whatever column specification is needed) ert:
\inctab{/home/administrator/Desktop/111005_ar.xls!AR!A1:C3} ert: \end{longtable}

LyX: View (icon) Evince: open folder containing Command: cd
/tmp/lyx_tmpdir.TJ3347/lyx_tmpbuf2 Command: pdflatex newfile1.tex Command:
exceltex newfile1.tex Command: pdflatex newfile1.tex

Return to LyX session.






Re: Linking

2011-10-13 Thread Liviu Andronic
On Thu, Oct 13, 2011 at 9:41 PM, E. Lewis ed.le...@enlewis.com wrote:
 Liviu Andronic landronimirc at gmail.com writes:
 [1] Oh, well, crossing my fingers, perhaps Helge has something new on
 this front. :)
 Liviu

 [1] http://www.mail-archive.com/lyx-devel at lists.lyx.org/msg160372.html


 Obtain and install the exceltex package from CTAN. Exceltex consists of a 
 macro
 package as well as a stand-alone executable. Read its instructions for proper
 installation.

I'm not sure, but if you're still trying to dynamically insert a
spreadsheet into a LyX document, you should know that Helge's patch
has been implemented and released with 2.0.0. You simply need to
insert external material 'gnumeric spreadsheet'. Search the wiki.

Liviu


Re: Linking

2011-10-13 Thread E . Lewis
Liviu Andronic landronimirc at gmail.com writes:

 
 On Fri, Oct 22, 2010 at 2:48 AM, Pavel Sanda sanda at lyx.org wrote:
  Liviu Andronic wrote:
  If I understand correctly your question, it has been discussed several
  times in the past and there was even a patch integrating Gnumeric into
  LyX. But I think that it never got applied and that the request is
  frozen at the moment. [1]
 
  the last message in thread is still valid ;)
  pavel
 
 [1] Oh, well, crossing my fingers, perhaps Helge has something new on
 this front. :)
 Liviu
 
 [1] http://www.mail-archive.com/lyx-devel at lists.lyx.org/msg160372.html
 

Obtain and install the exceltex package from CTAN. Exceltex consists of a macro
package as well as a stand-alone executable. Read its instructions for proper
installation.

Preferably (not required, but makes life easier) use evince as your PDF viewer
in LyX.

Add the line: \usepackage{exceltex} to the LyX document
preamble. documentsettingslatex preamble

Identify a cell in a .xls spreadsheet desired for linking to LyX.

Insert ert into LyX as follows:

\inccell{full path to spreadsheet/file_name.xls!sheet_name!cell_reference}

for example:

\inccell{/home/administrator/Desktop/111005ar.xls!Sheet1!A1}

Click on the 'view' icon in LyX (assumes version 2.0).

From Evince, elect 'fileopen containing folder. This will show you the path
to the temporary files LyX produces.

Open a terminal (command line interface)

Change directory to the directory containing the .tex temporary file LyX
produces.

Run pdflatex against the .tex temporary file LyX produces. For example: pdflatex
newfile1.tex

Run exceltex against the .tex temporary file. For example: exceltex newfile1.tex

Run pdflatex against the .tex temporary file again.

Go back to LyX and continue your editing session. The links will all work
properly throughout (current) LyX editing session.

If you link more cells, cell values change, or if you start a new LyX session,
repeat the above steps for proper linking and display.

Linking tables involves a similar procedure as follows:

ert: \begin{longtable}{ll} (or whatever column specification is needed) ert:
\inctab{/home/administrator/Desktop/111005_ar.xls!AR!A1:C3} ert: \end{longtable}

LyX: View (icon) Evince: open folder containing Command: cd
/tmp/lyx_tmpdir.TJ3347/lyx_tmpbuf2 Command: pdflatex newfile1.tex Command:
exceltex newfile1.tex Command: pdflatex newfile1.tex

Return to LyX session.






Re: Linking

2011-10-13 Thread Liviu Andronic
On Thu, Oct 13, 2011 at 9:41 PM, E. Lewis ed.le...@enlewis.com wrote:
 Liviu Andronic landronimirc at gmail.com writes:
 [1] Oh, well, crossing my fingers, perhaps Helge has something new on
 this front. :)
 Liviu

 [1] http://www.mail-archive.com/lyx-devel at lists.lyx.org/msg160372.html


 Obtain and install the exceltex package from CTAN. Exceltex consists of a 
 macro
 package as well as a stand-alone executable. Read its instructions for proper
 installation.

I'm not sure, but if you're still trying to dynamically insert a
spreadsheet into a LyX document, you should know that Helge's patch
has been implemented and released with 2.0.0. You simply need to
insert external material 'gnumeric spreadsheet'. Search the wiki.

Liviu


Re: Linking

2011-10-13 Thread E . Lewis
Liviu Andronic  gmail.com> writes:

> 
> On Fri, Oct 22, 2010 at 2:48 AM, Pavel Sanda  lyx.org> wrote:
> > Liviu Andronic wrote:
> >> If I understand correctly your question, it has been discussed several
> >> times in the past and there was even a patch integrating Gnumeric into
> >> LyX. But I think that it never got applied and that the request is
> >> frozen at the moment. [1]
> >
> > the last message in thread is still valid ;)
> > pavel
> >
> [1] Oh, well, crossing my fingers, perhaps Helge has something new on
> this front. :)
> Liviu
> 
> [1] http://www.mail-archive.com/lyx-devel  lists.lyx.org/msg160372.html
> 

Obtain and install the exceltex package from CTAN. Exceltex consists of a macro
package as well as a stand-alone executable. Read its instructions for proper
installation.

Preferably (not required, but makes life easier) use evince as your PDF viewer
in LyX.

Add the line: \usepackage{exceltex} to the LyX document
preamble. 

Identify a cell in a .xls spreadsheet desired for linking to LyX.

Insert ert into LyX as follows:

\inccell{/file_name.xls!sheet_name!cell_reference}

for example:

\inccell{/home/administrator/Desktop/111005ar.xls!Sheet1!A1}

Click on the 'view' icon in LyX (assumes version 2.0).

>From Evince, elect '. This will show you the path
to the temporary files LyX produces.

Open a terminal (command line interface)

Change directory to the directory containing the .tex temporary file LyX
produces.

Run pdflatex against the .tex temporary file LyX produces. For example: pdflatex
newfile1.tex

Run exceltex against the .tex temporary file. For example: exceltex newfile1.tex

Run pdflatex against the .tex temporary file again.

Go back to LyX and continue your editing session. The links will all work
properly throughout (current) LyX editing session.

If you link more cells, cell values change, or if you start a new LyX session,
repeat the above steps for proper linking and display.

Linking tables involves a similar procedure as follows:

ert: \begin{longtable}{ll} (or whatever column specification is needed) ert:
\inctab{/home/administrator/Desktop/111005_ar.xls!AR!A1:C3} ert: \end{longtable}

LyX: View (icon) Evince:  Command: cd
/tmp/lyx_tmpdir.TJ3347/lyx_tmpbuf2 Command: pdflatex newfile1.tex Command:
exceltex newfile1.tex Command: pdflatex newfile1.tex

Return to LyX session.






Re: Linking

2011-10-13 Thread Liviu Andronic
On Thu, Oct 13, 2011 at 9:41 PM, E. Lewis  wrote:
> Liviu Andronic  gmail.com> writes:
>> [1] Oh, well, crossing my fingers, perhaps Helge has something new on
>> this front. :)
>> Liviu
>>
>> [1] http://www.mail-archive.com/lyx-devel  lists.lyx.org/msg160372.html
>>
>
> Obtain and install the exceltex package from CTAN. Exceltex consists of a 
> macro
> package as well as a stand-alone executable. Read its instructions for proper
> installation.
>
I'm not sure, but if you're still trying to dynamically insert a
spreadsheet into a LyX document, you should know that Helge's patch
has been implemented and released with 2.0.0. You simply need to
insert external material 'gnumeric spreadsheet'. Search the wiki.

Liviu


Re: Linking

2010-10-22 Thread Guenter Milde
On 2010-10-21, Rob Oakes wrote:
 Hi Edward, 

 I don't believe that LyX has this built-in, but you can use the package
 directly from within LyX, exactly as you would use it in LaTeX.  Add
 the package name to the LaTeX preamble (Documet  Settings  LaTeX
 preamble):

 \usepackage{...}

 Then, you can create links by inserting code with the TeX Code Inset
 (Insert  TeX Code). 

However, similar to bibtex or an index generator, the package comes with
a separate program (in this case a Perl script).

  USAGE

  Mark cells and tabulars for inclusion with the \incell and \inctab
  commands. Then run latex, exceltex and latex again.

  -- http://tug.ctan.org/tex-archive/macros/latex/contrib/exceltex/README
  
So, some more integration is needed.

Günter



Re: Linking

2010-10-22 Thread Guenter Milde
On 2010-10-21, Rob Oakes wrote:
 Hi Edward, 

 I don't believe that LyX has this built-in, but you can use the package
 directly from within LyX, exactly as you would use it in LaTeX.  Add
 the package name to the LaTeX preamble (Documet  Settings  LaTeX
 preamble):

 \usepackage{...}

 Then, you can create links by inserting code with the TeX Code Inset
 (Insert  TeX Code). 

However, similar to bibtex or an index generator, the package comes with
a separate program (in this case a Perl script).

  USAGE

  Mark cells and tabulars for inclusion with the \incell and \inctab
  commands. Then run latex, exceltex and latex again.

  -- http://tug.ctan.org/tex-archive/macros/latex/contrib/exceltex/README
  
So, some more integration is needed.

Günter



Re: Linking

2010-10-22 Thread Guenter Milde
On 2010-10-21, Rob Oakes wrote:
> Hi Edward, 

> I don't believe that LyX has this built-in, but you can use the package
> directly from within LyX, exactly as you would use it in LaTeX.  Add
> the package name to the LaTeX preamble (Documet > Settings > LaTeX
> preamble):

> \usepackage{...}

> Then, you can create links by inserting code with the TeX Code Inset
> (Insert > TeX Code). 

However, similar to bibtex or an index generator, the package comes with
a separate program (in this case a Perl script).

  USAGE

  Mark cells and tabulars for inclusion with the \incell and \inctab
  commands. Then run latex, exceltex and latex again.

  -- http://tug.ctan.org/tex-archive/macros/latex/contrib/exceltex/README
  
So, some more integration is needed.

Günter



Linking

2010-10-21 Thread Edward N. Lewis
Is there a facility to link (not merely copy but link) a spreadsheet to
LyX. The exceltex package provides the desired functionality for LaTeX.
The \inccell macro puts in the content of one cell, the \inctab macro
puts in tabular content.
I have been unable to find anything anywhere on the web or the LyX
documentation.
Thanks in advance.



Re: Linking

2010-10-21 Thread Rob Oakes
Hi Edward, 

I don't believe that LyX has this built-in, but you can use the package 
directly from within LyX, exactly as you would use it in LaTeX.  Add the 
package name to the LaTeX preamble (Documet  Settings  LaTeX preamble):

\usepackage{...}

Then, you can create links by inserting code with the TeX Code Inset (Insert  
TeX Code).  I've never really used this particular package, so I don't know how 
complicated it is. If it's somewhat ugly, I could possibly help create a module 
to simplify things.

Cheers,

Rob Oakes

Re: Linking

2010-10-21 Thread Liviu Andronic
Hello

On Thu, Oct 21, 2010 at 6:06 PM, Edward N. Lewis ed.le...@enlewis.com wrote:
 Is there a facility to link (not merely copy but link) a spreadsheet to
 LyX.

If I understand correctly your question, it has been discussed several
times in the past and there was even a patch integrating Gnumeric into
LyX. But I think that it never got applied and that the request is
frozen at the moment. [1]

Regards
Liviu

[1] http://www.mail-archive.com/lyx-de...@lists.lyx.org/msg160066.html



 The exceltex package provides the desired functionality for LaTeX.
 The \inccell macro puts in the content of one cell, the \inctab macro
 puts in tabular content.
 I have been unable to find anything anywhere on the web or the LyX
 documentation.
 Thanks in advance.





-- 
Do you know how to read?
http://www.alienetworks.com/srtest.cfm
http://goodies.xfce.org/projects/applications/xfce4-dict#speed-reader
Do you know how to write?
http://garbl.home.comcast.net/~garbl/stylemanual/e.htm#e-mail


Re: Linking

2010-10-21 Thread Pavel Sanda
Liviu Andronic wrote:
 If I understand correctly your question, it has been discussed several
 times in the past and there was even a patch integrating Gnumeric into
 LyX. But I think that it never got applied and that the request is
 frozen at the moment. [1]

the last message in thread is still valid ;)
pavel


Re: Linking

2010-10-21 Thread Liviu Andronic
On Fri, Oct 22, 2010 at 2:48 AM, Pavel Sanda sa...@lyx.org wrote:
 Liviu Andronic wrote:
 If I understand correctly your question, it has been discussed several
 times in the past and there was even a patch integrating Gnumeric into
 LyX. But I think that it never got applied and that the request is
 frozen at the moment. [1]

 the last message in thread is still valid ;)
 pavel

[1] Oh, well, crossing my fingers, perhaps Helge has something new on
this front. :)
Liviu

[1] http://www.mail-archive.com/lyx-de...@lists.lyx.org/msg160372.html


-- 
Do you know how to read?
http://www.alienetworks.com/srtest.cfm
http://goodies.xfce.org/projects/applications/xfce4-dict#speed-reader
Do you know how to write?
http://garbl.home.comcast.net/~garbl/stylemanual/e.htm#e-mail


Linking

2010-10-21 Thread Edward N. Lewis
Is there a facility to link (not merely copy but link) a spreadsheet to
LyX. The exceltex package provides the desired functionality for LaTeX.
The \inccell macro puts in the content of one cell, the \inctab macro
puts in tabular content.
I have been unable to find anything anywhere on the web or the LyX
documentation.
Thanks in advance.



Re: Linking

2010-10-21 Thread Rob Oakes
Hi Edward, 

I don't believe that LyX has this built-in, but you can use the package 
directly from within LyX, exactly as you would use it in LaTeX.  Add the 
package name to the LaTeX preamble (Documet  Settings  LaTeX preamble):

\usepackage{...}

Then, you can create links by inserting code with the TeX Code Inset (Insert  
TeX Code).  I've never really used this particular package, so I don't know how 
complicated it is. If it's somewhat ugly, I could possibly help create a module 
to simplify things.

Cheers,

Rob Oakes

Re: Linking

2010-10-21 Thread Liviu Andronic
Hello

On Thu, Oct 21, 2010 at 6:06 PM, Edward N. Lewis ed.le...@enlewis.com wrote:
 Is there a facility to link (not merely copy but link) a spreadsheet to
 LyX.

If I understand correctly your question, it has been discussed several
times in the past and there was even a patch integrating Gnumeric into
LyX. But I think that it never got applied and that the request is
frozen at the moment. [1]

Regards
Liviu

[1] http://www.mail-archive.com/lyx-de...@lists.lyx.org/msg160066.html



 The exceltex package provides the desired functionality for LaTeX.
 The \inccell macro puts in the content of one cell, the \inctab macro
 puts in tabular content.
 I have been unable to find anything anywhere on the web or the LyX
 documentation.
 Thanks in advance.





-- 
Do you know how to read?
http://www.alienetworks.com/srtest.cfm
http://goodies.xfce.org/projects/applications/xfce4-dict#speed-reader
Do you know how to write?
http://garbl.home.comcast.net/~garbl/stylemanual/e.htm#e-mail


Re: Linking

2010-10-21 Thread Pavel Sanda
Liviu Andronic wrote:
 If I understand correctly your question, it has been discussed several
 times in the past and there was even a patch integrating Gnumeric into
 LyX. But I think that it never got applied and that the request is
 frozen at the moment. [1]

the last message in thread is still valid ;)
pavel


Re: Linking

2010-10-21 Thread Liviu Andronic
On Fri, Oct 22, 2010 at 2:48 AM, Pavel Sanda sa...@lyx.org wrote:
 Liviu Andronic wrote:
 If I understand correctly your question, it has been discussed several
 times in the past and there was even a patch integrating Gnumeric into
 LyX. But I think that it never got applied and that the request is
 frozen at the moment. [1]

 the last message in thread is still valid ;)
 pavel

[1] Oh, well, crossing my fingers, perhaps Helge has something new on
this front. :)
Liviu

[1] http://www.mail-archive.com/lyx-de...@lists.lyx.org/msg160372.html


-- 
Do you know how to read?
http://www.alienetworks.com/srtest.cfm
http://goodies.xfce.org/projects/applications/xfce4-dict#speed-reader
Do you know how to write?
http://garbl.home.comcast.net/~garbl/stylemanual/e.htm#e-mail


Linking

2010-10-21 Thread Edward N. Lewis
Is there a facility to link (not merely copy but link) a spreadsheet to
LyX. The exceltex package provides the desired functionality for LaTeX.
The \inccell macro puts in the content of one cell, the \inctab macro
puts in tabular content.
I have been unable to find anything anywhere on the web or the LyX
documentation.
Thanks in advance.



Re: Linking

2010-10-21 Thread Rob Oakes
Hi Edward, 

I don't believe that LyX has this built-in, but you can use the package 
directly from within LyX, exactly as you would use it in LaTeX.  Add the 
package name to the LaTeX preamble (Documet > Settings > LaTeX preamble):

\usepackage{...}

Then, you can create links by inserting code with the TeX Code Inset (Insert > 
TeX Code).  I've never really used this particular package, so I don't know how 
complicated it is. If it's somewhat ugly, I could possibly help create a module 
to simplify things.

Cheers,

Rob Oakes

Re: Linking

2010-10-21 Thread Liviu Andronic
Hello

On Thu, Oct 21, 2010 at 6:06 PM, Edward N. Lewis  wrote:
> Is there a facility to link (not merely copy but link) a spreadsheet to
> LyX.
>
If I understand correctly your question, it has been discussed several
times in the past and there was even a patch integrating Gnumeric into
LyX. But I think that it never got applied and that the request is
frozen at the moment. [1]

Regards
Liviu

[1] http://www.mail-archive.com/lyx-de...@lists.lyx.org/msg160066.html



> The exceltex package provides the desired functionality for LaTeX.
> The \inccell macro puts in the content of one cell, the \inctab macro
> puts in tabular content.
> I have been unable to find anything anywhere on the web or the LyX
> documentation.
> Thanks in advance.
>
>



-- 
Do you know how to read?
http://www.alienetworks.com/srtest.cfm
http://goodies.xfce.org/projects/applications/xfce4-dict#speed-reader
Do you know how to write?
http://garbl.home.comcast.net/~garbl/stylemanual/e.htm#e-mail


Re: Linking

2010-10-21 Thread Pavel Sanda
Liviu Andronic wrote:
> If I understand correctly your question, it has been discussed several
> times in the past and there was even a patch integrating Gnumeric into
> LyX. But I think that it never got applied and that the request is
> frozen at the moment. [1]

the last message in thread is still valid ;)
pavel


Re: Linking

2010-10-21 Thread Liviu Andronic
On Fri, Oct 22, 2010 at 2:48 AM, Pavel Sanda  wrote:
> Liviu Andronic wrote:
>> If I understand correctly your question, it has been discussed several
>> times in the past and there was even a patch integrating Gnumeric into
>> LyX. But I think that it never got applied and that the request is
>> frozen at the moment. [1]
>
> the last message in thread is still valid ;)
> pavel
>
[1] Oh, well, crossing my fingers, perhaps Helge has something new on
this front. :)
Liviu

[1] http://www.mail-archive.com/lyx-de...@lists.lyx.org/msg160372.html


-- 
Do you know how to read?
http://www.alienetworks.com/srtest.cfm
http://goodies.xfce.org/projects/applications/xfce4-dict#speed-reader
Do you know how to write?
http://garbl.home.comcast.net/~garbl/stylemanual/e.htm#e-mail


Linking Lyx text to external file

2009-02-11 Thread Frederick Noronha [फ़रेदरिक नोरो नया]
Is there some way I could link a Lyx text to an external file (say, in
Jstar or any Linux wordprocessor) so that when I make changes in the
file the Lyx text gets automatically updated? Or am I asking for too
much :-) FN
-- 
FN * http://fredericknoronha.wordpress.com
M +91-9822122436 P +91-832-2409490 http://twitter.com/fn
On Facebook: http://www.new.facebook.com/people/Frederick-Noronha/502514643


Re: Linking Lyx text to external file

2009-02-11 Thread Richard Heck

Frederick Noronha [फ़रेदरिक नोरोनया] wrote:

Is there some way I could link a Lyx text to an external file (say, in
Jstar or any Linux wordprocessor) so that when I make changes in the
file the Lyx text gets automatically updated? Or am I asking for too
much :-) FN

  
I'm not sure I understand exactly what you want to do. Can you explain a 
bit more?


rh



Re: Linking Lyx text to external file

2009-02-11 Thread Frederick Noronha [फ़रेदरिक नोरो नया]
Here goes:

I work in Jstar (for wordprocessing).

When my file is relatively ready, I import it into Lyx.

Suppose I make a few more changes in the Wordstar file, is it possible
to have those (editorial) changes automatically reflected in the
corresponding Lyx file?

FN

2009/2/12 Richard Heck rgh...@bobjweil.com:
 Frederick Noronha [फ़रेदरिक नोरोनया] wrote:

 Is there some way I could link a Lyx text to an external file (say, in
 Jstar or any Linux wordprocessor) so that when I make changes in the
 file the Lyx text gets automatically updated? Or am I asking for too
 much :-) FN



 I'm not sure I understand exactly what you want to do. Can you explain a bit
 more?

 rh





-- 
FN * http://fredericknoronha.wordpress.com
M +91-9822122436 P +91-832-2409490 http://twitter.com/fn
On Facebook: http://www.new.facebook.com/people/Frederick-Noronha/502514643


Re: Linking Lyx text to external file

2009-02-11 Thread Steve Litt
On Wednesday 11 February 2009 02:13:20 pm Frederick Noronha [फ़रेदरिक नोरोनया] 
wrote:
 Is there some way I could link a Lyx text to an external file (say, in
 Jstar or any Linux wordprocessor) so that when I make changes in the
 file the Lyx text gets automatically updated? Or am I asking for too
 much :-) FN

If you mean a few words, you could do an include from a plain text document.

SteveT

Steve Litt
Recession Relief Package
http://www.recession-relief.US



Re: Linking Lyx text to external file

2009-02-11 Thread rgheck

Frederick Noronha [फ़रेदरिक नोरोनया] wrote:

Here goes:

I work in Jstar (for wordprocessing).

When my file is relatively ready, I import it into Lyx.

Suppose I make a few more changes in the Wordstar file, is it possible
to have those (editorial) changes automatically reflected in the
corresponding Lyx file?

  
Not in any straightforward way, no. I can think of complicated ways 
(re-import, diff and patch), but they'd still be fragile.


rh



Linking Lyx text to external file

2009-02-11 Thread Frederick Noronha [फ़रेदरिक नोरो नया]
Is there some way I could link a Lyx text to an external file (say, in
Jstar or any Linux wordprocessor) so that when I make changes in the
file the Lyx text gets automatically updated? Or am I asking for too
much :-) FN
-- 
FN * http://fredericknoronha.wordpress.com
M +91-9822122436 P +91-832-2409490 http://twitter.com/fn
On Facebook: http://www.new.facebook.com/people/Frederick-Noronha/502514643


Re: Linking Lyx text to external file

2009-02-11 Thread Richard Heck

Frederick Noronha [फ़रेदरिक नोरोनया] wrote:

Is there some way I could link a Lyx text to an external file (say, in
Jstar or any Linux wordprocessor) so that when I make changes in the
file the Lyx text gets automatically updated? Or am I asking for too
much :-) FN

  
I'm not sure I understand exactly what you want to do. Can you explain a 
bit more?


rh



Re: Linking Lyx text to external file

2009-02-11 Thread Frederick Noronha [फ़रेदरिक नोरो नया]
Here goes:

I work in Jstar (for wordprocessing).

When my file is relatively ready, I import it into Lyx.

Suppose I make a few more changes in the Wordstar file, is it possible
to have those (editorial) changes automatically reflected in the
corresponding Lyx file?

FN

2009/2/12 Richard Heck rgh...@bobjweil.com:
 Frederick Noronha [फ़रेदरिक नोरोनया] wrote:

 Is there some way I could link a Lyx text to an external file (say, in
 Jstar or any Linux wordprocessor) so that when I make changes in the
 file the Lyx text gets automatically updated? Or am I asking for too
 much :-) FN



 I'm not sure I understand exactly what you want to do. Can you explain a bit
 more?

 rh





-- 
FN * http://fredericknoronha.wordpress.com
M +91-9822122436 P +91-832-2409490 http://twitter.com/fn
On Facebook: http://www.new.facebook.com/people/Frederick-Noronha/502514643


Re: Linking Lyx text to external file

2009-02-11 Thread Steve Litt
On Wednesday 11 February 2009 02:13:20 pm Frederick Noronha [फ़रेदरिक नोरोनया] 
wrote:
 Is there some way I could link a Lyx text to an external file (say, in
 Jstar or any Linux wordprocessor) so that when I make changes in the
 file the Lyx text gets automatically updated? Or am I asking for too
 much :-) FN

If you mean a few words, you could do an include from a plain text document.

SteveT

Steve Litt
Recession Relief Package
http://www.recession-relief.US



Re: Linking Lyx text to external file

2009-02-11 Thread rgheck

Frederick Noronha [फ़रेदरिक नोरोनया] wrote:

Here goes:

I work in Jstar (for wordprocessing).

When my file is relatively ready, I import it into Lyx.

Suppose I make a few more changes in the Wordstar file, is it possible
to have those (editorial) changes automatically reflected in the
corresponding Lyx file?

  
Not in any straightforward way, no. I can think of complicated ways 
(re-import, diff and patch), but they'd still be fragile.


rh



Linking Lyx text to external file

2009-02-11 Thread Frederick Noronha [फ़रेदरिक नोरो नया]
Is there some way I could link a Lyx text to an external file (say, in
Jstar or any Linux wordprocessor) so that when I make changes in the
file the Lyx text gets automatically updated? Or am I asking for too
much :-) FN
-- 
FN * http://fredericknoronha.wordpress.com
M +91-9822122436 P +91-832-2409490 http://twitter.com/fn
On Facebook: http://www.new.facebook.com/people/Frederick-Noronha/502514643


Re: Linking Lyx text to external file

2009-02-11 Thread Richard Heck

Frederick Noronha [फ़रेदरिक नोरोनया] wrote:

Is there some way I could link a Lyx text to an external file (say, in
Jstar or any Linux wordprocessor) so that when I make changes in the
file the Lyx text gets automatically updated? Or am I asking for too
much :-) FN

  
I'm not sure I understand exactly what you want to do. Can you explain a 
bit more?


rh



Re: Linking Lyx text to external file

2009-02-11 Thread Frederick Noronha [फ़रेदरिक नोरो नया]
Here goes:

I work in Jstar (for wordprocessing).

When my file is relatively ready, I import it into Lyx.

Suppose I make a few more changes in the Wordstar file, is it possible
to have those (editorial) changes automatically reflected in the
corresponding Lyx file?

FN

2009/2/12 Richard Heck :
> Frederick Noronha [फ़रेदरिक नोरोनया] wrote:
>>
>> Is there some way I could link a Lyx text to an external file (say, in
>> Jstar or any Linux wordprocessor) so that when I make changes in the
>> file the Lyx text gets automatically updated? Or am I asking for too
>> much :-) FN
>>
>>
>
> I'm not sure I understand exactly what you want to do. Can you explain a bit
> more?
>
> rh
>
>



-- 
FN * http://fredericknoronha.wordpress.com
M +91-9822122436 P +91-832-2409490 http://twitter.com/fn
On Facebook: http://www.new.facebook.com/people/Frederick-Noronha/502514643


Re: Linking Lyx text to external file

2009-02-11 Thread Steve Litt
On Wednesday 11 February 2009 02:13:20 pm Frederick Noronha [फ़रेदरिक नोरोनया] 
wrote:
> Is there some way I could link a Lyx text to an external file (say, in
> Jstar or any Linux wordprocessor) so that when I make changes in the
> file the Lyx text gets automatically updated? Or am I asking for too
> much :-) FN

If you mean a few words, you could do an include from a plain text document.

SteveT

Steve Litt
Recession Relief Package
http://www.recession-relief.US



Re: Linking Lyx text to external file

2009-02-11 Thread rgheck

Frederick Noronha [फ़रेदरिक नोरोनया] wrote:

Here goes:

I work in Jstar (for wordprocessing).

When my file is relatively ready, I import it into Lyx.

Suppose I make a few more changes in the Wordstar file, is it possible
to have those (editorial) changes automatically reflected in the
corresponding Lyx file?

  
Not in any straightforward way, no. I can think of complicated ways 
(re-import, diff and patch), but they'd still be fragile.


rh



Re: embedding or linking a sound file in a Powerdot PDF

2007-12-02 Thread Graham Smith
Siegfried MEUNIER-GUTTIN-CLUZEL [EMAIL PROTECTED] writes:
 
 I've seen in the Beamer documentation that there is a package called 
 multimedia.sty.

Siegfried,

Thanks for this, very useful. Sorry for the delay in responding but strange
things are happening with my mail base and I thought I had replied.

Graham




Re: embedding or linking a sound file in a Powerdot PDF

2007-12-02 Thread Graham Smith
Siegfried MEUNIER-GUTTIN-CLUZEL [EMAIL PROTECTED] writes:
 
 I've seen in the Beamer documentation that there is a package called 
 multimedia.sty.

Siegfried,

Thanks for this, very useful. Sorry for the delay in responding but strange
things are happening with my mail base and I thought I had replied.

Graham




Re: embedding or linking a sound file in a Powerdot PDF

2007-12-02 Thread Graham Smith
Siegfried MEUNIER-GUTTIN-CLUZEL <[EMAIL PROTECTED]> writes:
 
> I've seen in the Beamer documentation that there is a package called 
> multimedia.sty.

Siegfried,

Thanks for this, very useful. Sorry for the delay in responding but strange
things are happening with my mail base and I thought I had replied.

Graham




Re: embedding or linking a sound file in a Powerdot PDF

2007-11-29 Thread Graham Smith

Steve Litt [EMAIL PROTECTED] writes:

 
 What an ultra-cool idea! I'd love to embed a sound file in each of my Ebooks.
 
 SteveT
 
 On Wednesday 28 November 2007 08:09, Graham Smith wrote:
  Apologies if this is obvious, but is it possible to embed a sound file
  into a PDF when using PowerDot. In the Adobe world this is only
  available as part of Adobe Professional so I understand why it may not
  be possible.

Steve,

Thanks, but its not mine, unfortunately. Maybe someone will 
come up with a solution.

Graham 






Re: embedding or linking a sound file in a Powerdot PDF

2007-11-29 Thread Siegfried MEUNIER-GUTTIN-CLUZEL
I've seen in the Beamer documentation that there is a package called 
multimedia.sty.

This package can be used to embed movies and sounds in pdf documents.
There is a good presentation in the beamer manual, and they say it can 
be used without beamer.


Siegfried.


Re: embedding or linking a sound file in a Powerdot PDF

2007-11-29 Thread Graham Smith

Steve Litt [EMAIL PROTECTED] writes:

 
 What an ultra-cool idea! I'd love to embed a sound file in each of my Ebooks.
 
 SteveT
 
 On Wednesday 28 November 2007 08:09, Graham Smith wrote:
  Apologies if this is obvious, but is it possible to embed a sound file
  into a PDF when using PowerDot. In the Adobe world this is only
  available as part of Adobe Professional so I understand why it may not
  be possible.

Steve,

Thanks, but its not mine, unfortunately. Maybe someone will 
come up with a solution.

Graham 






Re: embedding or linking a sound file in a Powerdot PDF

2007-11-29 Thread Siegfried MEUNIER-GUTTIN-CLUZEL
I've seen in the Beamer documentation that there is a package called 
multimedia.sty.

This package can be used to embed movies and sounds in pdf documents.
There is a good presentation in the beamer manual, and they say it can 
be used without beamer.


Siegfried.


Re: embedding or linking a sound file in a Powerdot PDF

2007-11-29 Thread Graham Smith

Steve Litt <[EMAIL PROTECTED]> writes:

> 
> What an ultra-cool idea! I'd love to embed a sound file in each of my Ebooks.
> 
> SteveT
> 
> On Wednesday 28 November 2007 08:09, Graham Smith wrote:
> > Apologies if this is obvious, but is it possible to embed a sound file
> > into a PDF when using PowerDot. In the Adobe world this is only
> > available as part of Adobe Professional so I understand why it may not
> > be possible.

Steve,

Thanks, but its not mine, unfortunately. Maybe someone will 
come up with a solution.

Graham 






Re: embedding or linking a sound file in a Powerdot PDF

2007-11-29 Thread Siegfried MEUNIER-GUTTIN-CLUZEL
I've seen in the Beamer documentation that there is a package called 
multimedia.sty.

This package can be used to embed movies and sounds in pdf documents.
There is a good presentation in the beamer manual, and they say it can 
be used without beamer.


Siegfried.


embedding or linking a sound file in a Powerdot PDF

2007-11-28 Thread Graham Smith
Apologies if this is obvious, but is it possible to embed a sound file 
into a PDF when using PowerDot. In the Adobe world this is only 
available as part of Adobe Professional so I understand why it may not 
be possible.


However, I am also struggling to work out how to link to an external 
sound file. regardless of whether the links will work in  a PowerDot 
created PDF, the link options in Lyx (certainly through the menu) seem 
limited to specific file types.


I much appreciate some pointers into how this might be done.

Many thanks,

Graham



Re: embedding or linking a sound file in a Powerdot PDF

2007-11-28 Thread Steve Litt
What an ultra-cool idea! I'd love to embed a sound file in each of my Ebooks.

SteveT

On Wednesday 28 November 2007 08:09, Graham Smith wrote:
 Apologies if this is obvious, but is it possible to embed a sound file
 into a PDF when using PowerDot. In the Adobe world this is only
 available as part of Adobe Professional so I understand why it may not
 be possible.

 However, I am also struggling to work out how to link to an external
 sound file. regardless of whether the links will work in  a PowerDot
 created PDF, the link options in Lyx (certainly through the menu) seem
 limited to specific file types.

 I much appreciate some pointers into how this might be done.

 Many thanks,

 Graham


embedding or linking a sound file in a Powerdot PDF

2007-11-28 Thread Graham Smith
Apologies if this is obvious, but is it possible to embed a sound file 
into a PDF when using PowerDot. In the Adobe world this is only 
available as part of Adobe Professional so I understand why it may not 
be possible.


However, I am also struggling to work out how to link to an external 
sound file. regardless of whether the links will work in  a PowerDot 
created PDF, the link options in Lyx (certainly through the menu) seem 
limited to specific file types.


I much appreciate some pointers into how this might be done.

Many thanks,

Graham



Re: embedding or linking a sound file in a Powerdot PDF

2007-11-28 Thread Steve Litt
What an ultra-cool idea! I'd love to embed a sound file in each of my Ebooks.

SteveT

On Wednesday 28 November 2007 08:09, Graham Smith wrote:
 Apologies if this is obvious, but is it possible to embed a sound file
 into a PDF when using PowerDot. In the Adobe world this is only
 available as part of Adobe Professional so I understand why it may not
 be possible.

 However, I am also struggling to work out how to link to an external
 sound file. regardless of whether the links will work in  a PowerDot
 created PDF, the link options in Lyx (certainly through the menu) seem
 limited to specific file types.

 I much appreciate some pointers into how this might be done.

 Many thanks,

 Graham


embedding or linking a sound file in a Powerdot PDF

2007-11-28 Thread Graham Smith
Apologies if this is obvious, but is it possible to embed a sound file 
into a PDF when using PowerDot. In the Adobe world this is only 
available as part of Adobe Professional so I understand why it may not 
be possible.


However, I am also struggling to work out how to link to an external 
sound file. regardless of whether the links will work in  a PowerDot 
created PDF, the link options in Lyx (certainly through the menu) seem 
limited to specific file types.


I much appreciate some pointers into how this might be done.

Many thanks,

Graham



Re: embedding or linking a sound file in a Powerdot PDF

2007-11-28 Thread Steve Litt
What an ultra-cool idea! I'd love to embed a sound file in each of my Ebooks.

SteveT

On Wednesday 28 November 2007 08:09, Graham Smith wrote:
> Apologies if this is obvious, but is it possible to embed a sound file
> into a PDF when using PowerDot. In the Adobe world this is only
> available as part of Adobe Professional so I understand why it may not
> be possible.
>
> However, I am also struggling to work out how to link to an external
> sound file. regardless of whether the links will work in  a PowerDot
> created PDF, the link options in Lyx (certainly through the menu) seem
> limited to specific file types.
>
> I much appreciate some pointers into how this might be done.
>
> Many thanks,
>
> Graham


Re: Linking referencing

2006-04-08 Thread Richard Heck
john wrote:
 On Fri, Apr 07, 2006 at 04:07:42PM -0700, Nick Kuzmik wrote:
   
 Can I use Lyx's label and cross reference features across different 
 documents?
 
 If you have a master document A that includes subdocuments B and C then when 
 you typeset A cross references between these three documents will work. If 
 you typeset B or C by itself, references outside this document will appear as 
 a bold ?. Also note that you cannot select the label name from the list if 
 it is outside the current document --- you will have to manually enter the 
 label name to insert a crossreference to a label outside the current document.
   
Actually, that's not true: You can insert a cross-reference to any OPEN
document. At the top of the cross-reference list, there is a drop-down
box that lists currently open files. Select the one you want, and a list
of labels in that file will appear. (At least, that's how it works in
Lyx 1.3.x.) There is also a LaTeX package whose name I can't now recall
that allows cross-references between files, even when they're not part
of one large document.

Ricahrd



Re: Linking referencing

2006-04-08 Thread Steve Litt
On Friday 07 April 2006 07:07 pm, Nick Kuzmik wrote:
 Can I use Lyx's label and cross reference features across different
 documents?


 Nick Kuzmik
 (845) 406-5115
 AIM NKUZMIK

Hi Nick,

I was just reading chapter 11 in Guide to LaTeX  by Kopka and Daly, and on 
page 212 they state the following:

it is possible to refer to the marker keys in another LaTeX document by means 
of David Carlisle's xr package, which is a part of the tools collection 
(Section B.5.4).

On my computer, I found the xr package as:

/usr/share/texmf/tex/latex/tool/xr.sty

I hope this helps.

SteveT

Steve Litt
Author: 
   * Universal Troubleshooting Process courseware
   * Troubleshooting Techniques of the Successful Technologist
   * Rapid Learning: Secret Weapon of the Successful Technologist
Webmaster
   * Troubleshooters.Com
   * http://www.troubleshooters.com


Re: Linking referencing

2006-04-08 Thread Richard Heck
john wrote:
 On Fri, Apr 07, 2006 at 04:07:42PM -0700, Nick Kuzmik wrote:
   
 Can I use Lyx's label and cross reference features across different 
 documents?
 
 If you have a master document A that includes subdocuments B and C then when 
 you typeset A cross references between these three documents will work. If 
 you typeset B or C by itself, references outside this document will appear as 
 a bold ?. Also note that you cannot select the label name from the list if 
 it is outside the current document --- you will have to manually enter the 
 label name to insert a crossreference to a label outside the current document.
   
Actually, that's not true: You can insert a cross-reference to any OPEN
document. At the top of the cross-reference list, there is a drop-down
box that lists currently open files. Select the one you want, and a list
of labels in that file will appear. (At least, that's how it works in
Lyx 1.3.x.) There is also a LaTeX package whose name I can't now recall
that allows cross-references between files, even when they're not part
of one large document.

Ricahrd



Re: Linking referencing

2006-04-08 Thread Steve Litt
On Friday 07 April 2006 07:07 pm, Nick Kuzmik wrote:
 Can I use Lyx's label and cross reference features across different
 documents?


 Nick Kuzmik
 (845) 406-5115
 AIM NKUZMIK

Hi Nick,

I was just reading chapter 11 in Guide to LaTeX  by Kopka and Daly, and on 
page 212 they state the following:

it is possible to refer to the marker keys in another LaTeX document by means 
of David Carlisle's xr package, which is a part of the tools collection 
(Section B.5.4).

On my computer, I found the xr package as:

/usr/share/texmf/tex/latex/tool/xr.sty

I hope this helps.

SteveT

Steve Litt
Author: 
   * Universal Troubleshooting Process courseware
   * Troubleshooting Techniques of the Successful Technologist
   * Rapid Learning: Secret Weapon of the Successful Technologist
Webmaster
   * Troubleshooters.Com
   * http://www.troubleshooters.com


Re: Linking & referencing

2006-04-08 Thread Richard Heck
john wrote:
> On Fri, Apr 07, 2006 at 04:07:42PM -0700, Nick Kuzmik wrote:
>   
>> Can I use Lyx's label and cross reference features across different 
>> documents?
>> 
> If you have a master document A that includes subdocuments B and C then when 
> you typeset A cross references between these three documents will work. If 
> you typeset B or C by itself, references outside this document will appear as 
> a bold "?". Also note that you cannot select the label name from the list if 
> it is outside the current document --- you will have to manually enter the 
> label name to insert a crossreference to a label outside the current document.
>   
Actually, that's not true: You can insert a cross-reference to any OPEN
document. At the top of the cross-reference list, there is a drop-down
box that lists currently open files. Select the one you want, and a list
of labels in that file will appear. (At least, that's how it works in
Lyx 1.3.x.) There is also a LaTeX package whose name I can't now recall
that allows cross-references between files, even when they're not part
of one large document.

Ricahrd



Re: Linking & referencing

2006-04-08 Thread Steve Litt
On Friday 07 April 2006 07:07 pm, Nick Kuzmik wrote:
> Can I use Lyx's label and cross reference features across different
> documents?
>
>
> Nick Kuzmik
> (845) 406-5115
> AIM NKUZMIK

Hi Nick,

I was just reading chapter 11 in "Guide to LaTeX"  by Kopka and Daly, and on 
page 212 they state the following:

"it is possible to refer to the marker keys in another LaTeX document by means 
of David Carlisle's xr package, which is a part of the tools collection 
(Section B.5.4)."

On my computer, I found the xr package as:

/usr/share/texmf/tex/latex/tool/xr.sty

I hope this helps.

SteveT

Steve Litt
Author: 
   * Universal Troubleshooting Process courseware
   * Troubleshooting Techniques of the Successful Technologist
   * Rapid Learning: Secret Weapon of the Successful Technologist
Webmaster
   * Troubleshooters.Com
   * http://www.troubleshooters.com


Re: Linking referencing

2006-04-07 Thread john
On Fri, Apr 07, 2006 at 04:07:42PM -0700, Nick Kuzmik wrote:
 Can I use Lyx's label and cross reference features across different documents?

If you have a master document A that includes subdocuments B and C then
when you typeset A cross references between these three documents will
work. If you typeset B or C by itself, references outside this document
will appear as a bold ?. Also note that you cannot select the label name
from the list if it is outside the current document --- you will have to
manually enter the label name to insert a crossreference to a label outside
the current document.

-- 
John C. McCabe-Dansted
Masters Student


Re: Linking referencing

2006-04-07 Thread john
On Fri, Apr 07, 2006 at 04:07:42PM -0700, Nick Kuzmik wrote:
 Can I use Lyx's label and cross reference features across different documents?

If you have a master document A that includes subdocuments B and C then
when you typeset A cross references between these three documents will
work. If you typeset B or C by itself, references outside this document
will appear as a bold ?. Also note that you cannot select the label name
from the list if it is outside the current document --- you will have to
manually enter the label name to insert a crossreference to a label outside
the current document.

-- 
John C. McCabe-Dansted
Masters Student


Re: Linking & referencing

2006-04-07 Thread john
On Fri, Apr 07, 2006 at 04:07:42PM -0700, Nick Kuzmik wrote:
> Can I use Lyx's label and cross reference features across different documents?

If you have a master document A that includes subdocuments B and C then
when you typeset A cross references between these three documents will
work. If you typeset B or C by itself, references outside this document
will appear as a bold "?". Also note that you cannot select the label name
from the list if it is outside the current document --- you will have to
manually enter the label name to insert a crossreference to a label outside
the current document.

-- 
John C. McCabe-Dansted
Masters Student


Re: Arrows linking different tables

2006-04-03 Thread Paul Smith
On 4/2/06, Robert Orr [EMAIL PROTECTED] wrote:
 pstricks package allows this.

 First load pstricks pkg and experiment a little to
 get used to what you can do.

 In the final doc.  What I do is follow these steps.

 1.  overlay a psgrid i.e. put an ert \psgrid somewhere
 at the bottom of the page
 2.  produce the pdf and look at the output to see the
 coordinates.
 3.  based on the coordinates in step 2, add the ert
 pstricks command to produce the lines in the
 appropriate locations.
 4.  remove the grid command

Thanks, Robert. It seems a nice way of doing that.

Paul


Re: Arrows linking different tables

2006-04-03 Thread Paul Smith
On 4/2/06, Robert Orr [EMAIL PROTECTED] wrote:
 pstricks package allows this.

 First load pstricks pkg and experiment a little to
 get used to what you can do.

 In the final doc.  What I do is follow these steps.

 1.  overlay a psgrid i.e. put an ert \psgrid somewhere
 at the bottom of the page
 2.  produce the pdf and look at the output to see the
 coordinates.
 3.  based on the coordinates in step 2, add the ert
 pstricks command to produce the lines in the
 appropriate locations.
 4.  remove the grid command

Thanks, Robert. It seems a nice way of doing that.

Paul


Re: Arrows linking different tables

2006-04-03 Thread Paul Smith
On 4/2/06, Robert Orr <[EMAIL PROTECTED]> wrote:
> pstricks package allows this.
>
> First load pstricks pkg and experiment a little to
> get used to what you can do.
>
> In the final doc.  What I do is follow these steps.
>
> 1.  overlay a psgrid i.e. put an ert \psgrid somewhere
> at the bottom of the page
> 2.  produce the pdf and look at the output to see the
> coordinates.
> 3.  based on the coordinates in step 2, add the ert
> pstricks command to produce the lines in the
> appropriate locations.
> 4.  remove the grid command

Thanks, Robert. It seems a nice way of doing that.

Paul


Arrows linking different tables

2006-04-02 Thread Paul Smith
Dear All

I have a few tables in the same page, and I would like to add some
arrows linking certain cells between different tables. Is that
possible with LyX/LaTeX?

Thanks in advance,

Paul


Re: Arrows linking different tables

2006-04-02 Thread Robert Orr
pstricks package allows this.

First load pstricks pkg and experiment a little to 
get used to what you can do.

In the final doc.  What I do is follow these steps.

1.  overlay a psgrid i.e. put an ert \psgrid somewhere
at the bottom of the page 
2.  produce the pdf and look at the output to see the
coordinates. 
3.  based on the coordinates in step 2, add the ert
pstricks command to produce the lines in the
appropriate locations.
4.  remove the grid command

Good luck.

--- Paul Smith [EMAIL PROTECTED] wrote:

 Dear All
 
 I have a few tables in the same page, and I would
 like to add some
 arrows linking certain cells between different
 tables. Is that
 possible with LyX/LaTeX?
 
 Thanks in advance,
 
 Paul
 


__
Do You Yahoo!?
Tired of spam?  Yahoo! Mail has the best spam protection around 
http://mail.yahoo.com 


Arrows linking different tables

2006-04-02 Thread Paul Smith
Dear All

I have a few tables in the same page, and I would like to add some
arrows linking certain cells between different tables. Is that
possible with LyX/LaTeX?

Thanks in advance,

Paul


Re: Arrows linking different tables

2006-04-02 Thread Robert Orr
pstricks package allows this.

First load pstricks pkg and experiment a little to 
get used to what you can do.

In the final doc.  What I do is follow these steps.

1.  overlay a psgrid i.e. put an ert \psgrid somewhere
at the bottom of the page 
2.  produce the pdf and look at the output to see the
coordinates. 
3.  based on the coordinates in step 2, add the ert
pstricks command to produce the lines in the
appropriate locations.
4.  remove the grid command

Good luck.

--- Paul Smith [EMAIL PROTECTED] wrote:

 Dear All
 
 I have a few tables in the same page, and I would
 like to add some
 arrows linking certain cells between different
 tables. Is that
 possible with LyX/LaTeX?
 
 Thanks in advance,
 
 Paul
 


__
Do You Yahoo!?
Tired of spam?  Yahoo! Mail has the best spam protection around 
http://mail.yahoo.com 


Arrows linking different tables

2006-04-02 Thread Paul Smith
Dear All

I have a few tables in the same page, and I would like to add some
arrows linking certain cells between different tables. Is that
possible with LyX/LaTeX?

Thanks in advance,

Paul


Re: Arrows linking different tables

2006-04-02 Thread Robert Orr
pstricks package allows this.

First load pstricks pkg and experiment a little to 
get used to what you can do.

In the final doc.  What I do is follow these steps.

1.  overlay a psgrid i.e. put an ert \psgrid somewhere
at the bottom of the page 
2.  produce the pdf and look at the output to see the
coordinates. 
3.  based on the coordinates in step 2, add the ert
pstricks command to produce the lines in the
appropriate locations.
4.  remove the grid command

Good luck.

--- Paul Smith <[EMAIL PROTECTED]> wrote:

> Dear All
> 
> I have a few tables in the same page, and I would
> like to add some
> arrows linking certain cells between different
> tables. Is that
> possible with LyX/LaTeX?
> 
> Thanks in advance,
> 
> Paul
> 


__
Do You Yahoo!?
Tired of spam?  Yahoo! Mail has the best spam protection around 
http://mail.yahoo.com 


Re: lyx 1.4.0 linking problem (missing /usr/lib/libltdl.la)

2006-03-16 Thread Rex Dieter

Jernej Barbic wrote:

On my Red Hat Linux 9.0 system, lyx 1.4.0 manages to compile, but not link
(see below). The missing /usr/lib/libltdl.la file doesn't exist on my
system.  Any ideas on how to fix this are very welcome.


Install the libtool rpm.

-- Rex



Re: lyx 1.4.0 linking problem (missing /usr/lib/libltdl.la)

2006-03-16 Thread Rex Dieter

Jernej Barbic wrote:

On my Red Hat Linux 9.0 system, lyx 1.4.0 manages to compile, but not link
(see below). The missing /usr/lib/libltdl.la file doesn't exist on my
system.  Any ideas on how to fix this are very welcome.


Install the libtool rpm.

-- Rex



Re: lyx 1.4.0 linking problem (missing /usr/lib/libltdl.la)

2006-03-16 Thread Rex Dieter

Jernej Barbic wrote:

On my Red Hat Linux 9.0 system, lyx 1.4.0 manages to compile, but not link
(see below). The missing /usr/lib/libltdl.la file doesn't exist on my
system.  Any ideas on how to fix this are very welcome.


Install the libtool rpm.

-- Rex



lyx 1.4.0 linking problem (missing /usr/lib/libltdl.la)

2006-03-14 Thread Jernej Barbic
On my Red Hat Linux 9.0 system, lyx 1.4.0 manages to compile, but not link
(see below). The missing /usr/lib/libltdl.la file doesn't exist on my
system.  Any ideas on how to fix this are very welcome.

Thanks,
-Jernej Barbic


Output of linker:

make[3]: Entering directory `/nfs/hn00/barbic/software/lyx-1.4.0/src'
/bin/sh ../libtool --tag=CXX --mode=link g++ -fno-exceptions -O2   -o
lyx-qt  main.o Bidi.o BufferView.o BufferView_pimpl.o Bullet.o
BranchList.o Chktex.o CutAndPaste.o DepTable.o FloatList.o Floating.o
FontIterator.o FuncStatus.o InsetList.o LColor.o
LaTeX.o LaTeXFeatures.o LyXAction.o MenuBackend.o ParagraphParameters.o
PrinterParams.o Spacing.o Thesaurus.o ToolbarBackend.o author.o boost.o
box.o buffer.o buffer_funcs.o bufferlist.o bufferparams.o
bufferview_funcs.o changes.o chset.o converter.o counters.o coordcache.o
cursor.o cursor_slice.o debug.o dimension.o dociterator.o encoding.o
errorlist.o exporter.o gettext.o factory.o format.o funcrequest.o graph.o
importer.o intl.o insetiterator.o kbmap.o kbsequence.o language.o
lastfiles.o lengthcommon.o lyx_cb.o lyx_main.o lyx_sty.o lyxfont.o
lyxfind.o lyxfunc.o lyxgluelength.o lyxlayout.o lyxlength.o lyxlex.o
lyxlex_pimpl.o lyxrc.o lyxrow.o lyxrow_funcs.o lyxserver.o lyxsocket.o
lyxtextclass.o lyxtextclasslist.o lyxvc.o messages.o metricsinfo.o mover.o
output.o outputparams.o output_docbook.o output_latex.o output_linuxdoc.o
output_plaintext.o paragraph.o paragraph_funcs.o paragraph_pimpl.o
pariterator.o  pspell.o ispell.o SpellBase.o rowpainter.o sgml.o tabular.o
tex-accent.o tex-strings.o texrow.o text.o text2.o text3.o toc.o trans.o
trans_mgr.o undo.o vc-backend.o version.o vspace.o mathed/libmathed.la
insets/libinsets.la frontends/libfrontends.la frontends/qt2/libqt2.la
frontends/controllers/libcontrollers.la graphics/libgraphics.la
support/libsupport.la ../boost/libs/regex/src/libboost_regex.la
../boost/libs/signals/src/libboost_signals.la
../boost/libs/filesystem/src/libboost_filesystem.la   -lpspell  -lSM -lICE
-lc -lm   -L/usr/X11R6/lib -lX11  -lz
libtool: link: cannot find the library `/usr/lib/libltdl.la'
make[3]: *** [lyx-qt] Error 1
make[3]: Leaving directory `/nfs/hn00/barbic/software/lyx-1.4.0/src'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/nfs/hn00/barbic/software/lyx-1.4.0/src'
make[1]: *** [all] Error 2
make[1]: Leaving directory `/nfs/hn00/barbic/software/lyx-1.4.0/src'
make: *** [all-recursive] Error 1






lyx 1.4.0 linking problem (missing /usr/lib/libltdl.la)

2006-03-14 Thread Jernej Barbic
On my Red Hat Linux 9.0 system, lyx 1.4.0 manages to compile, but not link
(see below). The missing /usr/lib/libltdl.la file doesn't exist on my
system.  Any ideas on how to fix this are very welcome.

Thanks,
-Jernej Barbic


Output of linker:

make[3]: Entering directory `/nfs/hn00/barbic/software/lyx-1.4.0/src'
/bin/sh ../libtool --tag=CXX --mode=link g++ -fno-exceptions -O2   -o
lyx-qt  main.o Bidi.o BufferView.o BufferView_pimpl.o Bullet.o
BranchList.o Chktex.o CutAndPaste.o DepTable.o FloatList.o Floating.o
FontIterator.o FuncStatus.o InsetList.o LColor.o
LaTeX.o LaTeXFeatures.o LyXAction.o MenuBackend.o ParagraphParameters.o
PrinterParams.o Spacing.o Thesaurus.o ToolbarBackend.o author.o boost.o
box.o buffer.o buffer_funcs.o bufferlist.o bufferparams.o
bufferview_funcs.o changes.o chset.o converter.o counters.o coordcache.o
cursor.o cursor_slice.o debug.o dimension.o dociterator.o encoding.o
errorlist.o exporter.o gettext.o factory.o format.o funcrequest.o graph.o
importer.o intl.o insetiterator.o kbmap.o kbsequence.o language.o
lastfiles.o lengthcommon.o lyx_cb.o lyx_main.o lyx_sty.o lyxfont.o
lyxfind.o lyxfunc.o lyxgluelength.o lyxlayout.o lyxlength.o lyxlex.o
lyxlex_pimpl.o lyxrc.o lyxrow.o lyxrow_funcs.o lyxserver.o lyxsocket.o
lyxtextclass.o lyxtextclasslist.o lyxvc.o messages.o metricsinfo.o mover.o
output.o outputparams.o output_docbook.o output_latex.o output_linuxdoc.o
output_plaintext.o paragraph.o paragraph_funcs.o paragraph_pimpl.o
pariterator.o  pspell.o ispell.o SpellBase.o rowpainter.o sgml.o tabular.o
tex-accent.o tex-strings.o texrow.o text.o text2.o text3.o toc.o trans.o
trans_mgr.o undo.o vc-backend.o version.o vspace.o mathed/libmathed.la
insets/libinsets.la frontends/libfrontends.la frontends/qt2/libqt2.la
frontends/controllers/libcontrollers.la graphics/libgraphics.la
support/libsupport.la ../boost/libs/regex/src/libboost_regex.la
../boost/libs/signals/src/libboost_signals.la
../boost/libs/filesystem/src/libboost_filesystem.la   -lpspell  -lSM -lICE
-lc -lm   -L/usr/X11R6/lib -lX11  -lz
libtool: link: cannot find the library `/usr/lib/libltdl.la'
make[3]: *** [lyx-qt] Error 1
make[3]: Leaving directory `/nfs/hn00/barbic/software/lyx-1.4.0/src'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/nfs/hn00/barbic/software/lyx-1.4.0/src'
make[1]: *** [all] Error 2
make[1]: Leaving directory `/nfs/hn00/barbic/software/lyx-1.4.0/src'
make: *** [all-recursive] Error 1






lyx 1.4.0 linking problem (missing /usr/lib/libltdl.la)

2006-03-14 Thread Jernej Barbic
On my Red Hat Linux 9.0 system, lyx 1.4.0 manages to compile, but not link
(see below). The missing /usr/lib/libltdl.la file doesn't exist on my
system.  Any ideas on how to fix this are very welcome.

Thanks,
-Jernej Barbic


Output of linker:

make[3]: Entering directory `/nfs/hn00/barbic/software/lyx-1.4.0/src'
/bin/sh ../libtool --tag=CXX --mode=link g++ -fno-exceptions -O2   -o
lyx-qt  main.o Bidi.o BufferView.o BufferView_pimpl.o Bullet.o
BranchList.o Chktex.o CutAndPaste.o DepTable.o FloatList.o Floating.o
FontIterator.o FuncStatus.o InsetList.o LColor.o
LaTeX.o LaTeXFeatures.o LyXAction.o MenuBackend.o ParagraphParameters.o
PrinterParams.o Spacing.o Thesaurus.o ToolbarBackend.o author.o boost.o
box.o buffer.o buffer_funcs.o bufferlist.o bufferparams.o
bufferview_funcs.o changes.o chset.o converter.o counters.o coordcache.o
cursor.o cursor_slice.o debug.o dimension.o dociterator.o encoding.o
errorlist.o exporter.o gettext.o factory.o format.o funcrequest.o graph.o
importer.o intl.o insetiterator.o kbmap.o kbsequence.o language.o
lastfiles.o lengthcommon.o lyx_cb.o lyx_main.o lyx_sty.o lyxfont.o
lyxfind.o lyxfunc.o lyxgluelength.o lyxlayout.o lyxlength.o lyxlex.o
lyxlex_pimpl.o lyxrc.o lyxrow.o lyxrow_funcs.o lyxserver.o lyxsocket.o
lyxtextclass.o lyxtextclasslist.o lyxvc.o messages.o metricsinfo.o mover.o
output.o outputparams.o output_docbook.o output_latex.o output_linuxdoc.o
output_plaintext.o paragraph.o paragraph_funcs.o paragraph_pimpl.o
pariterator.o  pspell.o ispell.o SpellBase.o rowpainter.o sgml.o tabular.o
tex-accent.o tex-strings.o texrow.o text.o text2.o text3.o toc.o trans.o
trans_mgr.o undo.o vc-backend.o version.o vspace.o mathed/libmathed.la
insets/libinsets.la frontends/libfrontends.la frontends/qt2/libqt2.la
frontends/controllers/libcontrollers.la graphics/libgraphics.la
support/libsupport.la ../boost/libs/regex/src/libboost_regex.la
../boost/libs/signals/src/libboost_signals.la
../boost/libs/filesystem/src/libboost_filesystem.la   -lpspell  -lSM -lICE
-lc -lm   -L/usr/X11R6/lib -lX11  -lz
libtool: link: cannot find the library `/usr/lib/libltdl.la'
make[3]: *** [lyx-qt] Error 1
make[3]: Leaving directory `/nfs/hn00/barbic/software/lyx-1.4.0/src'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/nfs/hn00/barbic/software/lyx-1.4.0/src'
make[1]: *** [all] Error 2
make[1]: Leaving directory `/nfs/hn00/barbic/software/lyx-1.4.0/src'
make: *** [all-recursive] Error 1






Re: Pm: Re: Lindows.com linking lyx.org

2002-07-01 Thread Andre Poenitz

On Fri, Jun 28, 2002 at 08:06:30PM +0200, Thomas Templin wrote:
 Was ich an der Verlinkung beanstsndenswert finde ist das einem 
 Anwender suggeriert wird LyX sei nur über das kostenpflichtige 
 Click'N'Run Angebot zu beziehen. Nicht mit einem Wort werden andere 
 Möglichkeiten erwähnt, z.B. dass LyX direkt von lyx.org zu beziehen 
 ist.

Genau das.

 Dieses Vorgehen scheint bei Lindows allerdings fester Bestandteil 
 der Geschäftspolitik zu sein.
 Wie ich von Georg Greve erfahren habe hat die FSF bereits einiges an 
 Lindows zu beanstanden gehabt und dies auch bereits zur Sprache 
 gebracht.
 Ich weiss nicht in wieweit Du zum Kreis der Entwickler gehörst aber 
 ich denke die LyX Entwickler sollten ins Auge fassen einmal mit 
 Georg über diesen Fall zu sprechen.

Wer ist Georg Greve?

 Auch wenn LyX kein GNU Projekt ist denke ich das ein Kontakt auf 
 alle Fälle hilfreich sein kann.
 Georg erreicht man entweder per Telefon, wenn er denn mal zu Hause 
 ist, unter 040 23809080 oder Mobil unter 0179 3909635. Oder aber 
 per E-Mail unter [EMAIL PROTECTED] bzw. unter [EMAIL PROTECTED]

FSF?

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: Pm: Re: Lindows.com linking lyx.org

2002-07-01 Thread Andre Poenitz

On Fri, Jun 28, 2002 at 08:06:30PM +0200, Thomas Templin wrote:
 Was ich an der Verlinkung beanstsndenswert finde ist das einem 
 Anwender suggeriert wird LyX sei nur über das kostenpflichtige 
 Click'N'Run Angebot zu beziehen. Nicht mit einem Wort werden andere 
 Möglichkeiten erwähnt, z.B. dass LyX direkt von lyx.org zu beziehen 
 ist.

Genau das.

 Dieses Vorgehen scheint bei Lindows allerdings fester Bestandteil 
 der Geschäftspolitik zu sein.
 Wie ich von Georg Greve erfahren habe hat die FSF bereits einiges an 
 Lindows zu beanstanden gehabt und dies auch bereits zur Sprache 
 gebracht.
 Ich weiss nicht in wieweit Du zum Kreis der Entwickler gehörst aber 
 ich denke die LyX Entwickler sollten ins Auge fassen einmal mit 
 Georg über diesen Fall zu sprechen.

Wer ist Georg Greve?

 Auch wenn LyX kein GNU Projekt ist denke ich das ein Kontakt auf 
 alle Fälle hilfreich sein kann.
 Georg erreicht man entweder per Telefon, wenn er denn mal zu Hause 
 ist, unter 040 23809080 oder Mobil unter 0179 3909635. Oder aber 
 per E-Mail unter [EMAIL PROTECTED] bzw. unter [EMAIL PROTECTED]

FSF?

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: Pm: Re: Lindows.com linking lyx.org

2002-07-01 Thread Andre Poenitz

On Fri, Jun 28, 2002 at 08:06:30PM +0200, Thomas Templin wrote:
> Was ich an der Verlinkung beanstsndenswert finde ist das einem 
> Anwender suggeriert wird LyX sei nur über das kostenpflichtige 
> Click'N'Run Angebot zu beziehen. Nicht mit einem Wort werden andere 
> Möglichkeiten erwähnt, z.B. dass LyX direkt von lyx.org zu beziehen 
> ist.

Genau das.

> Dieses Vorgehen scheint bei Lindows allerdings fester Bestandteil 
> der Geschäftspolitik zu sein.
> Wie ich von Georg Greve erfahren habe hat die FSF bereits einiges an 
> Lindows zu beanstanden gehabt und dies auch bereits zur Sprache 
> gebracht.
> Ich weiss nicht in wieweit Du zum Kreis der Entwickler gehörst aber 
> ich denke die LyX Entwickler sollten ins Auge fassen einmal mit 
> Georg über diesen Fall zu sprechen.

Wer ist Georg Greve?

> Auch wenn LyX kein GNU Projekt ist denke ich das ein Kontakt auf 
> alle Fälle hilfreich sein kann.
> Georg erreicht man entweder per Telefon, wenn er denn mal zu Hause 
> ist, unter 040 23809080 oder Mobil unter 0179 3909635. Oder aber 
> per E-Mail unter [EMAIL PROTECTED] bzw. unter [EMAIL PROTECTED]

FSF?

Andre'

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



Lindows.com linking lyx.org

2002-06-26 Thread Thomas Templin

As I ve seen Lindows.com seems to try making money with LyX.
Take a Look at www.lindows.com. 
As you can see the following link only points to a page whith a so 
called click and run offer.
http://www.lindows.com/lindows_products_details.php?id=135
Download is offerred Free to Click-N-Run Warehouse Members
Not a word about where or even how to get LyX.
topic Specifications: Version 1.1.6fix4-2

To my point of view at least annoying.
bye,
Thomas



Re: Lindows.com linking lyx.org

2002-06-26 Thread tom poe

Hi:  Here's why you're annoyed. Someone from Lyx needs to open 
discussions with those folks about integrity, professional ethics, and 
common netizen conduct. In fact, every open source project on there 
needs to do the same.  What's really exciting, though, is that every 
Lindows user will be using more and more Open Source. Terrific, I say.

Where do the software titles found in the Click-N-Run Warehouse come 
from? Lindows.com simply provides the marketplace to house applications 
that others develop. Publishers place the software in our warehouse, 
decide how to describe the software program, what price to charge, and 
so on. (Visit http://publish.lindows.com for details on how you can 
publish software titles in the Click-N-Run Warehouse.)
http://www.lindows.com/products_clicknrun_whatis.php
Thanks,
Tom Poe
Reno, NV
-- 
http://www.studioforrecording.org/
http://www.ibiblio.org/studioforrecording/
http://renotahoe.pm.org/

--
Hollywood's BPDG Group ?!?
Never heard of them. What did they do in technology
except manage to put on their tie without accidentaly killing
themselves ?!?
[ modified quote from  [EMAIL PROTECTED] ]
--

Thomas Templin wrote:
 As I ve seen Lindows.com seems to try making money with LyX.
 Take a Look at www.lindows.com. 
 As you can see the following link only points to a page whith a so 
 called click and run offer.
 http://www.lindows.com/lindows_products_details.php?id=135
 Download is offerred Free to Click-N-Run Warehouse Members
 Not a word about where or even how to get LyX.
 topic Specifications: Version 1.1.6fix4-2
 
 To my point of view at least annoying.
 bye,
 Thomas
 
 







Re: Lindows.com linking lyx.org

2002-06-26 Thread Andre Poenitz

On Thu, Jun 27, 2002 at 06:29:10AM +0200, Thomas Templin wrote:
 As I ve seen Lindows.com seems to try making money with LyX.  Take a Look
 at www.lindows.com.  As you can see the following link only points to a
 page whith a so called click and run offer.
 http://www.lindows.com/lindows_products_details.php?id=135 Download is
 offerred Free to Click-N-Run Warehouse Members Not a word about where
 or even how to get LyX.  topic Specifications: Version 1.1.6fix4-2
 
 To my point of view at least annoying.

I agree.

Should we do anything about that?

Andre'

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



Lindows.com linking lyx.org

2002-06-26 Thread Thomas Templin

As I ve seen Lindows.com seems to try making money with LyX.
Take a Look at www.lindows.com. 
As you can see the following link only points to a page whith a so 
called click and run offer.
http://www.lindows.com/lindows_products_details.php?id=135
Download is offerred Free to Click-N-Run Warehouse Members
Not a word about where or even how to get LyX.
topic Specifications: Version 1.1.6fix4-2

To my point of view at least annoying.
bye,
Thomas



Re: Lindows.com linking lyx.org

2002-06-26 Thread tom poe

Hi:  Here's why you're annoyed. Someone from Lyx needs to open 
discussions with those folks about integrity, professional ethics, and 
common netizen conduct. In fact, every open source project on there 
needs to do the same.  What's really exciting, though, is that every 
Lindows user will be using more and more Open Source. Terrific, I say.

Where do the software titles found in the Click-N-Run Warehouse come 
from? Lindows.com simply provides the marketplace to house applications 
that others develop. Publishers place the software in our warehouse, 
decide how to describe the software program, what price to charge, and 
so on. (Visit http://publish.lindows.com for details on how you can 
publish software titles in the Click-N-Run Warehouse.)
http://www.lindows.com/products_clicknrun_whatis.php
Thanks,
Tom Poe
Reno, NV
-- 
http://www.studioforrecording.org/
http://www.ibiblio.org/studioforrecording/
http://renotahoe.pm.org/

--
Hollywood's BPDG Group ?!?
Never heard of them. What did they do in technology
except manage to put on their tie without accidentaly killing
themselves ?!?
[ modified quote from  [EMAIL PROTECTED] ]
--

Thomas Templin wrote:
 As I ve seen Lindows.com seems to try making money with LyX.
 Take a Look at www.lindows.com. 
 As you can see the following link only points to a page whith a so 
 called click and run offer.
 http://www.lindows.com/lindows_products_details.php?id=135
 Download is offerred Free to Click-N-Run Warehouse Members
 Not a word about where or even how to get LyX.
 topic Specifications: Version 1.1.6fix4-2
 
 To my point of view at least annoying.
 bye,
 Thomas
 
 







Re: Lindows.com linking lyx.org

2002-06-26 Thread Andre Poenitz

On Thu, Jun 27, 2002 at 06:29:10AM +0200, Thomas Templin wrote:
 As I ve seen Lindows.com seems to try making money with LyX.  Take a Look
 at www.lindows.com.  As you can see the following link only points to a
 page whith a so called click and run offer.
 http://www.lindows.com/lindows_products_details.php?id=135 Download is
 offerred Free to Click-N-Run Warehouse Members Not a word about where
 or even how to get LyX.  topic Specifications: Version 1.1.6fix4-2
 
 To my point of view at least annoying.

I agree.

Should we do anything about that?

Andre'

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



Lindows.com linking lyx.org

2002-06-26 Thread Thomas Templin

As I ve seen Lindows.com seems to try making money with LyX.
Take a Look at www.lindows.com. 
As you can see the following link only points to a page whith a so 
called click and run offer.
http://www.lindows.com/lindows_products_details.php?id=135
Download is offerred "Free to Click-N-Run Warehouse Members"
Not a word about where or even how to get LyX.
topic "Specifications": Version 1.1.6fix4-2

To my point of view at least annoying.
bye,
Thomas



Re: Lindows.com linking lyx.org

2002-06-26 Thread tom poe

Hi:  Here's why you're annoyed. Someone from Lyx needs to open 
discussions with those folks about integrity, professional ethics, and 
common netizen conduct. In fact, every open source project on there 
needs to do the same.  What's really exciting, though, is that every 
Lindows user will be using more and more Open Source. Terrific, I say.

"Where do the software titles found in the Click-N-Run Warehouse come 
from? Lindows.com simply provides the marketplace to house applications 
that others develop. "Publishers" place the software in our warehouse, 
decide how to describe the software program, what price to charge, and 
so on. (Visit http://publish.lindows.com for details on how you can 
publish software titles in the Click-N-Run Warehouse.)"
http://www.lindows.com/products_clicknrun_whatis.php
Thanks,
Tom Poe
Reno, NV
-- 
http://www.studioforrecording.org/
http://www.ibiblio.org/studioforrecording/
http://renotahoe.pm.org/

--
Hollywood's BPDG Group ?!?
Never heard of them. What did they do in technology
except manage to put on their tie without accidentaly killing
themselves ?!?
[ modified quote from  [EMAIL PROTECTED] ]
--

Thomas Templin wrote:
> As I ve seen Lindows.com seems to try making money with LyX.
> Take a Look at www.lindows.com. 
> As you can see the following link only points to a page whith a so 
> called click and run offer.
> http://www.lindows.com/lindows_products_details.php?id=135
> Download is offerred "Free to Click-N-Run Warehouse Members"
> Not a word about where or even how to get LyX.
> topic "Specifications": Version 1.1.6fix4-2
> 
> To my point of view at least annoying.
> bye,
> Thomas
> 
> 







Re: Lindows.com linking lyx.org

2002-06-26 Thread Andre Poenitz

On Thu, Jun 27, 2002 at 06:29:10AM +0200, Thomas Templin wrote:
> As I ve seen Lindows.com seems to try making money with LyX.  Take a Look
> at www.lindows.com.  As you can see the following link only points to a
> page whith a so called click and run offer.
> http://www.lindows.com/lindows_products_details.php?id=135 Download is
> offerred "Free to Click-N-Run Warehouse Members" Not a word about where
> or even how to get LyX.  topic "Specifications": Version 1.1.6fix4-2
> 
> To my point of view at least annoying.

I agree.

Should we do anything about that?

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: Compiling 1.2.0pre5 (linking problem?)

2002-05-07 Thread John Levon

On Tue, May 07, 2002 at 03:15:20PM +0200, Steffen Schmidt wrote:

 I am really thrilled to see the new version ;-) 
 Unfortunately I get a linking error when finally linking...

You forgot to tell use your gcc version.

Try a make distclean and rebuild

john

-- 
Tragedy is if I cut my finger; comedy is if you walk into
 an open sewer and die.
- Mel Brooks



Re: Compiling 1.2.0pre5 (linking problem?)

2002-05-07 Thread John Levon

On Tue, May 07, 2002 at 03:15:20PM +0200, Steffen Schmidt wrote:

 I am really thrilled to see the new version ;-) 
 Unfortunately I get a linking error when finally linking...

You forgot to tell use your gcc version.

Try a make distclean and rebuild

john

-- 
Tragedy is if I cut my finger; comedy is if you walk into
 an open sewer and die.
- Mel Brooks



Re: Compiling 1.2.0pre5 (linking problem?)

2002-05-07 Thread John Levon

On Tue, May 07, 2002 at 03:15:20PM +0200, Steffen Schmidt wrote:

> I am really thrilled to see the new version ;-) 
> Unfortunately I get a linking error when finally linking...

You forgot to tell use your gcc version.

Try a make distclean and rebuild

john

-- 
"Tragedy is if I cut my finger; comedy is if you walk into
 an open sewer and die."
- Mel Brooks



Compilation (linking) troubles

2002-02-24 Thread Brian Flangsmythe

I finally managed to get the LyX configure to work without complaints. Now I 
have troubles when compiling instead. There seems to be something wrong with 
the linking of libraries, because I get the following message (in the end of 
the compilation):

(I'm trying to install lyx-1.2.0 with XForms 89)

(...a lot of similar lines *cut*)
~/lyx-1.2.0cvs/src/frontends/xforms/form_maths_matrix.C:75: undefined 
reference to `fl_set_object_callback'
~/lyx-1.2.0cvs/src/frontends/xforms/form_maths_matrix.C:76: undefined 
reference to `fl_end_form'
collect2: ld returned 1 exit status
make[3]: *** [lyx] Error 1
make[3]: Leaving directory `/merlot/pg/pmxas/lyx-1.2.0cvs/src'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/merlot/pg/pmxas/lyx-1.2.0cvs/src'
make[1]: *** [all-recursive-am] Error 2
make[1]: Leaving directory `/merlot/pg/pmxas/lyx-1.2.0cvs/src'
make: *** [all-recursive] Error 1

Does anybody recognise this error? I think all libraries and headers are 
right, but a don't have root access, and perhaps there are some global 
libraries that are needed, and that I can't do anything about?

Thanks for you help,
Brian F.


_
Chat with friends online, try MSN Messenger: http://messenger.msn.com




Re: Compilation (linking) troubles

2002-02-24 Thread Christoph Bugel

On Sun 2002-02-24, Brian Flangsmythe wrote:
 I finally managed to get the LyX configure to work without complaints. Now I 
 have troubles when compiling instead. There seems to be something wrong with 
 the linking of libraries, because I get the following message (in the end of 
 the compilation):
 
 (I'm trying to install lyx-1.2.0 with XForms 89)
 
 (...a lot of similar lines *cut*)

maybe we need to see some more lines. see below.

 ~/lyx-1.2.0cvs/src/frontends/xforms/form_maths_matrix.C:75: undefined 
 reference to `fl_set_object_callback'
 ~/lyx-1.2.0cvs/src/frontends/xforms/form_maths_matrix.C:76: undefined 
 reference to `fl_end_form'
 collect2: ld returned 1 exit status
 make[3]: *** [lyx] Error 1
 make[3]: Leaving directory `/merlot/pg/pmxas/lyx-1.2.0cvs/src'
 make[2]: *** [all-recursive] Error 1
 make[2]: Leaving directory `/merlot/pg/pmxas/lyx-1.2.0cvs/src'
 make[1]: *** [all-recursive-am] Error 2
 make[1]: Leaving directory `/merlot/pg/pmxas/lyx-1.2.0cvs/src'
 make: *** [all-recursive] Error 1

hmmm, I looked in my forms.h, and the fl_set_object_callback function is
defined there. I even checked nm libforms.a | grep fl_set_object_callback,
to make sure, and yes, the function does live there, inside the libforms.a

Your compiler complains that it cannot find the symbol, even though it *is*
defined inside libforms.a. I would like to see the actual compiler
commandline that fails, and the error that appear *immedialtel* after that.
It should appear when you do 'make'. 
Also, can you send the options you gave to ./configure?



Compilation (linking) troubles

2002-02-24 Thread Brian Flangsmythe

I finally managed to get the LyX configure to work without complaints. Now I 
have troubles when compiling instead. There seems to be something wrong with 
the linking of libraries, because I get the following message (in the end of 
the compilation):

(I'm trying to install lyx-1.2.0 with XForms 89)

(...a lot of similar lines *cut*)
~/lyx-1.2.0cvs/src/frontends/xforms/form_maths_matrix.C:75: undefined 
reference to `fl_set_object_callback'
~/lyx-1.2.0cvs/src/frontends/xforms/form_maths_matrix.C:76: undefined 
reference to `fl_end_form'
collect2: ld returned 1 exit status
make[3]: *** [lyx] Error 1
make[3]: Leaving directory `/merlot/pg/pmxas/lyx-1.2.0cvs/src'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/merlot/pg/pmxas/lyx-1.2.0cvs/src'
make[1]: *** [all-recursive-am] Error 2
make[1]: Leaving directory `/merlot/pg/pmxas/lyx-1.2.0cvs/src'
make: *** [all-recursive] Error 1

Does anybody recognise this error? I think all libraries and headers are 
right, but a don't have root access, and perhaps there are some global 
libraries that are needed, and that I can't do anything about?

Thanks for you help,
Brian F.


_
Chat with friends online, try MSN Messenger: http://messenger.msn.com




Re: Compilation (linking) troubles

2002-02-24 Thread Christoph Bugel

On Sun 2002-02-24, Brian Flangsmythe wrote:
 I finally managed to get the LyX configure to work without complaints. Now I 
 have troubles when compiling instead. There seems to be something wrong with 
 the linking of libraries, because I get the following message (in the end of 
 the compilation):
 
 (I'm trying to install lyx-1.2.0 with XForms 89)
 
 (...a lot of similar lines *cut*)

maybe we need to see some more lines. see below.

 ~/lyx-1.2.0cvs/src/frontends/xforms/form_maths_matrix.C:75: undefined 
 reference to `fl_set_object_callback'
 ~/lyx-1.2.0cvs/src/frontends/xforms/form_maths_matrix.C:76: undefined 
 reference to `fl_end_form'
 collect2: ld returned 1 exit status
 make[3]: *** [lyx] Error 1
 make[3]: Leaving directory `/merlot/pg/pmxas/lyx-1.2.0cvs/src'
 make[2]: *** [all-recursive] Error 1
 make[2]: Leaving directory `/merlot/pg/pmxas/lyx-1.2.0cvs/src'
 make[1]: *** [all-recursive-am] Error 2
 make[1]: Leaving directory `/merlot/pg/pmxas/lyx-1.2.0cvs/src'
 make: *** [all-recursive] Error 1

hmmm, I looked in my forms.h, and the fl_set_object_callback function is
defined there. I even checked nm libforms.a | grep fl_set_object_callback,
to make sure, and yes, the function does live there, inside the libforms.a

Your compiler complains that it cannot find the symbol, even though it *is*
defined inside libforms.a. I would like to see the actual compiler
commandline that fails, and the error that appear *immedialtel* after that.
It should appear when you do 'make'. 
Also, can you send the options you gave to ./configure?



  1   2   >