Helge Hafting ha scritto:
Embedding a gnumeric spreadsheet:
http://www.aitel.hist.no/~helgehaf/gnumeric.lyx
http://www.aitel.hist.no/~helgehaf/spreadsheet.gnumeric
http://www.aitel.hist.no/~helgehaf/spreadsheet.tex
Turning this into a external inset is easy, and gets rid of
the latex commands in the preamble. But there will be
one thing missing - I see no way of forcing gnumeric
to export a .tex file, other than to use the gnumeric GUI.
Ok, I never used gnumeric, so it is probably a solution
to what I was needing. Probably a simple gnumeric->LaTeX
"filter" that uses "ssconvert" is sufficient:
[EMAIL PROTECTED]:~$ ssconvert --list-exporters
ID | Description
...
Gnumeric_html:latex_table | LaTeX 2e (*.tex) table fragment
Gnumeric_html:latex | LaTeX 2e (*.tex)
...
plus a very simple Inset that displays a preview of the latex-ified
table on the screen, and exports the converted LaTeX when asked for.
T.