LyX is supposed to be a tool for experienced LaTeX-users.
What we have here, is simply madness. Sorry, please don't feel offended but that preamble looks like a madman has assembled it. Why are you keeping all those commented lines? This is insane.
To the point: The spacing isn't right, and the font size doesn't match. But apparently, this is what you wanted by clicking some buttons without care in LyX.
Code: Select all
\begin{document}
\section{{\normalsize{}Introduction}}
\begin{onehalfspace}
asda
\end{onehalfspace}
asdas
asdasd
asda
\begin{onehalfspace}
sda
\end{onehalfspace}
asdas
asdasd
asda
\begin{onehalfspace}
sda
\end{onehalfspace}
asdas
asdasd
asda
\begin{onehalfspace}
sda
\end{onehalfspace}
asdas
asdasd
\begin{onehalfspace}
\section{{\normalsize{}Section 2}}
\end{onehalfspace}
section 2 text
\begin{onehalfspace}
\section{{\normalsize{}\label{sec:Model}Section3}}
\end{onehalfspace}
\begin{onehalfspace}
dsdsds text\end{onehalfspace}
\end{document}
Get rid of that
\normalsize
stuff and all those freaking
onehalfspace
environments. Your document is typeset onehalfspaced already.
Another thing: Please use package blindtext to create some blindtext. Or use your imagination and write up a few sentences but don't throw careless asdf fsad ffsa dfsa at us.
The smart way: Calm down and take a deep breath, read posts and provided links attentively, try to understand and ask if necessary.