From dd6ab15fa7b08a3aea6ab613ad0fa046d7b27c82 Mon Sep 17 00:00:00 2001 From: Joshua Drake Date: Fri, 25 Oct 2024 11:55:24 -0500 Subject: Restarted repo because it was somehow borked. --- introduction.tex | 39 +++++++++++++++++++++++++++++++++++++++ 1 file changed, 39 insertions(+) create mode 100644 introduction.tex (limited to 'introduction.tex') 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} -- cgit v1.2.3