
I am a very beginner and not an english-native speaker.please answer slowly

i want to write my master thesis with lyx but have less experience with latex. therefore i importet a working .tex-file to work with.
but there is a problem: lyx seems to missinterprete the code.
in a correct kind the .tex-file contains:
the package "caption" has been loaded in Miktex.\captionsetup[figure]{labelfont=it, labelsep=period}
\captionsetup[table]{labelsep=space}
when i export the lyx-file to pdf, i get an error:
and:package caption error: [ undefined
it seems, that lyx didn´t recognize the "[" ?\captionsetup{[}
figure{]}{labelfont=it, labelsep=period} \captionsetup{...
furthermore, lyx has problems to create this 2-row table:
the message is:\begin{table} [h!]
\renewcommand{\arraystretch}{1.4}
\noindent \begin{tabular}{ p{2cm} p{10cm} }
Gc & kristalline Intelligenz\\
Gf & fluide Intelligenz\\
\end{tabular}
\end{table}
What i´m doing wrong?! Extra alignment tab has been changed to \cr.
________________
179 kristalline Intelligenz &
You have given more \span or & marks than there were
in the preamble to the \halign or \valign now in progress.
Thank you