diff options
author | Joshua Drake <joshua.ellis.drake@gmail.com> | 2024-10-25 11:55:24 -0500 |
---|---|---|
committer | Joshua Drake <joshua.ellis.drake@gmail.com> | 2024-10-25 11:55:24 -0500 |
commit | dd6ab15fa7b08a3aea6ab613ad0fa046d7b27c82 (patch) | |
tree | ffeb1acadb30fe55f14a5bff5532dc24c5945d86 /introduction.tex |
Restarted repo because it was somehow borked.
Diffstat (limited to 'introduction.tex')
-rw-r--r-- | introduction.tex | 39 |
1 files changed, 39 insertions, 0 deletions
diff --git a/introduction.tex b/introduction.tex new file mode 100644 index 0000000..8344350 --- /dev/null +++ b/introduction.tex @@ -0,0 +1,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} |