On Mon, Jun 11, 2001 at 10:16:48PM +0200, Christian Naeger wrote:
> I open a new document: report (koma-script) a4
> The only thing I insert (in TeX mode) is:
>
> \begin{center}
> {\LARGE {\scshape Technische Universit{\"a}t M{\"u}nchen} \\
> Department of Computer Science}
> {\huge \bfseries\sffamily Pulsed neural networks with dynamic synapses in
> speech recognition: \\A model motivated by the human auditory pathway}
> \end{center}
>
> What is wrong with my LaTeX? I can't find my mistake!
You need to put \par before the closing braces, namely
{\LARGE {\scshape Technische Universit{\"a}t M{\"u}nchen} \\
Department of Computer Science\par}
{\huge \bfseries\sffamily Pulsed neural networks with dynamic synapses in
speech recognition: \\A model motivated by the human auditory pathway\par}
But why you use raw latex ? you can set the font size/shape/series with LyX.