Renaud Saliou wrote:

>    Else i wrote a small script in awk to translate my file (format 
> .csv) in a table in tex
> cat ../rapport/Listes_soft_all_07.csv | awk -F ";" 'BEGIN { print 
> "\\begin{longtable}{|"; for(i=1;i<=NF;i++) print"c|"; print"}" } { 
> print "\hline"; for(i=1;i<NF;i++) print $i"&"; print $NF"\\\\" } END { 
> print "\\end{longtable}" }' > /tmp/Listes_soft_all_07.tex
>    I try to import it in Lyx, it's work but it display all the table 
> in Latex mode and not in the wysywyg Lyx style for table .

I solve the problem by erasing all the non necessary tex command and 
change longtable by tabular
Now i have my big table (10 columns by 150 rows ) in lyx. But when i 
preview in dvi, it takes 4 pages, i don't see the right part of the 
table because the page is not enough wide.
So i click in the rotate90� and launch it. It gives me 87 errors. The 
first one said that: "You can't use \hrule here except with leaders. 
\hline That's makes 100 errors. Please try again. Here's how much Tex 
memory's you used. 1502 string out of 10847......"
I suppose that by clicking the rotate90�, it use the package rotating 
and the command sidewaystable

Anybody can help me ?

Thanks.
rsf

-- 
------------------------------------------------------------------------
SALIOU Renaud
NoRSfall

[EMAIL PROTECTED]
06.99.75.50.30

[EMAIL PROTECTED]
01.45.54.58.08

[EMAIL PROTECTED] (En journ�e)
ICQ: 61340098



Reply via email to