Code: Select all
\documentclass[a4paper,12pt]{book}
\begin{document}
\chapter{Introduction}
\section{Very Beginning}
bla bla bla
\section{Further Beginning}
\begin{tabular}{ l c r }
1 & 2 & 3 \\
4 & 5 & 6 \\
7 & 8 & 9 \\
\end{tabular}
bla bla bla
\chapter{Body}
bla bla bla
\chapter{Conclusion}
\section{1st Conclusion}
bla bla bla
\section{2nd Conclusion}
bla bla bla
\begin{tabular}{ l | c || r | }
1 & 2 & 3 \\
4 & 5 & 6 \\
7 & 8 & 9 \\
\end{tabular}
\tableofcontents
\listoftables
\listoffigures
\end{document}