17 lines
No EOL
385 B
TeX
17 lines
No EOL
385 B
TeX
%\section{Chapter 1}
|
|
\chapter{Introduction}
|
|
\lipsum[1]
|
|
\begin{table}[!h]
|
|
\begin{center}
|
|
\begin{tabular}{ |c|c|c| }
|
|
\hline
|
|
cell1 & cell2 & cell3 \\
|
|
cell4 & cell5 & cell6 \\
|
|
cell7 & cell8 & cell9 \\
|
|
\hline
|
|
\end{tabular}
|
|
\caption{\label{demo-table}Your caption.}
|
|
\end{center}
|
|
\end{table}
|
|
|
|
Further information can be found online\footnote{\url{https://www.comnets.uni-bremen.de}}. |