Jean-Marc Lasgouttes <lasgouttes <at> lyx.org> writes:
>
> Le 11 août 10 à 00:53, Joseph a écrit :
> > I've got the most basic and standard possible setup. Installed
> > miktex (probably
> > latest version), installed lyx, began to work. The errors I get are
> > always the
> > "your control sequence was never defined" kind
>
> We will need to see a file output by tabout and the actual error message
> in order to see what is happening.
>
> JMarc
>
thanks, that was quick! Here is an example
this is the code im trying to get into the lyx file:
\begin{table}[htbp]\centering
\caption{\label{freq_numgiven}
\textbf{number of persons mentioned}}
\begin{tabular} {...@{} l r r @{}} \\ \hline
Item& Number & Per cent \\
\hline
0& 98& 5\\
1& 287& 16\\
2& 350& 19\\
3& 849& 47\\
4& 112& 6\\
5& 53& 3\\
6& 51& 3\\
Total& 1,800& 100\\
\hline
\multicolumn{...@{}l}{\footnotesize{\emph{source:} C:\Documents and
Settings\Administrador\Mis documentos\My Dropbox\UCL\Dis
> sertation\Data\GSS\data\1987.dta}}
\end{tabular}
\end{table}
and the error it gives me:
...\Dis > sertation\Data\GSS\data\1987.dta}}
\end{tabular} \end{table}
The control sequence at the end of the top line
of your error message was never \def'ed. If you have
misspelled it (e.g., `\hobx'), type `I' and the correct
spelling (e.g., `I\hbox'). Otherwise just continue,
and I'll forget about whatever was undefined.
I hope that helps!