17 lines
352 B
TeX
17 lines
352 B
TeX
\chapter{Chapter 3 title}
|
|
\chaptermark{Chapter 3 title in header}
|
|
\label{ch:chapter3}
|
|
\graphicspath{{Figures/Ch3/}}
|
|
\minitoc
|
|
|
|
\section{Look at this Table}
|
|
|
|
\begin{table}[ht]
|
|
\centering
|
|
\begin{tabular}{c|c}
|
|
First col & Second col \\
|
|
wow & right
|
|
\end{tabular}
|
|
\caption{Omg much data}
|
|
\label{tab:greattable}
|
|
\end{table} |