I am a new user of LaTeX and want to write my Master Thesis with LaTex.
I have two questions probably typical for a beginner

(1) I plan to insert a box between the beginning of each chapter(Title of Chapter) and the first Section of the chapter to explain in brief the discussed material of the chapter. Probably written in a Box with boarders and with a background color for that. What is the command that I have to use? I tested
Code: Select all
\chapter{Introduction}
\paragraph
{
\begin{center}
In the first chapter the basic concept of ... and force reflecting remote commanded ...... will be provided. The applications of ....
\end{center}
}
\section{bla bla bla}
But I didn't like the outcome...
(2) And my second question is, what is the best way to prepare a cover page for thesis?
Thanks in advance