blob: 8344350531bea029d046cb65fdc48d286916d6f3 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
|
\begingroup
\clearpage% Manually insert \clearpage
\let\clearpage\relax% Remove \clearpage functionality
\vspace*{-16pt}% Insert needed vertical retraction
\chapter[INTRODUCTION]{INTRODUCTION}\label{chap:intro}
\endgroup
% \begin{figure}
% \centering
% \includegraphics[width=3in]{pistolpete}
% \caption{\label{fig:1-1}Pistol Pete picture}
% \end{figure}
% \begin{table}[!h]
% \centering
% \begin{tabular}{| l c r |}
% \hline
% 1 & 2 & 3 \\
% 4 & 5 & 6 \\
% 7 & 8 & 9 \\
% \hline
% \end{tabular}
% \caption{\label{tab:1}A simple table}
% \end{table}
% \begin{table}[!h]
% \centering
% \begin{tabular}{| l c r |}
% \hline
% 1 & 2 & 3 \\
% 4 & 5 & 6 \\
% 7 & 8 & 9 \\
% \hline
% \end{tabular}
% \caption{A second table}
% \end{table}
|