Sorry, I got it wrong. Hisyam Lee wrote: > How can I set length between the Chapter and the Title as an example > belows:
This is described here: http://www.educat.hu-berlin.de/~voss/lyx/space/space.phtml#chapter > I also like to use such length setting for my Table of Contets, List of > Figures and List of Tables. For this, you can use the mentioned tocloft package. If you don't have it installed, download the tocloft package from ctan and install it in your texmf tree (e.g. /usr/share/texmf/). http://www.ctan.org/tex-archive/macros/latex/contrib/supported/tocloft/ (have a look at the readme for installation instructions) It's important that you run "texhash" (as root) in the console afterwards. In the preamble, type \usepackage{tocloft} and something like \setlength\cftbeforechapskip{3cm} You can also customize your LOF and LOT with this package. Please read the documentation that comes with tocloft for more. Regards, J�rgen.
