Mehrdad schrieb:

Ok I am using lyx to write my thesis, following are my document settings and
preambles:
>
Floar Placement: here definitely

Use the default float placement. The EmbeddedObjects manual that you find in LyX's Help menu explains in detail how the float placement is working and how you can manipulate it if necessary.

Latex preamble: \usepackage{ %a4wide,

ellipsis, fixltx2e, mparhack, %Fehlerkorrektur für Marginalien

booktabs, longtable %schönere Tabellen

}

This is weird code. a4wide is obsolete, and neither booktabs or longtable is needed, because LyX does this for you. To avoid errors, only use preamble code you understand and that is really necessary.

In general I can recommend to use instad of the report document class the class report (Koma-script). This package is excellently documented and provides everything you need for a proper thesis layout.

\usepackage{ifpdf} % part of the hyperref bundle

\ifpdf % if pdflatex is used

\usepackage{graphics}

This code makes no sense. There is an endif missing and LyX takes care of the 
package graphics for you.

regards Uwe

Reply via email to