From d8ab4fcacb1d2c749f1fe47a88bed7a00de17e20 Mon Sep 17 00:00:00 2001 From: Marcus Chen I Wada Date: Thu, 17 Oct 2024 06:06:12 +0000 Subject: [PATCH 1/2] Update on Overleaf. --- main.tex | 35 +++++++++++++++++++++++++++++++++++ 1 file changed, 35 insertions(+) create mode 100644 main.tex diff --git a/main.tex b/main.tex new file mode 100644 index 0000000..68d10ca --- /dev/null +++ b/main.tex @@ -0,0 +1,35 @@ +\documentclass{article} +\usepackage{graphicx} % Required for inserting images +\usepackage{tocloft} + +\title{\textbf{State Estimation Manual}} +\author{Andrew Brown, Jason Borges, Marcus Wada\\[1ex] \textit{MASA Dearborn}} +\date{October 2024} + + + +\begin{document} + +\maketitle +\newpage +\tableofcontents +\newpage + + +\section{Introduction} +\subsection{Project Vulcan 24/25} +\subsubsection{Team} +\subsubsection{Project} +\subsubsection{Word of Advice} + +\section{Linear Algebra} +\subsection{Recommendations} +\subsection{Basics} + + +\section{Matrix Algebra} +\section{Linear Systems Theory} +\section{Probability Theory} + + +\end{document} From c0cb1980ec269ed5c185e2483a74bd39e7a5ed09 Mon Sep 17 00:00:00 2001 From: wadamcI <144958067+wadamcI@users.noreply.github.com> Date: Thu, 17 Oct 2024 02:45:59 -0400 Subject: [PATCH 2/2] adding overleaf doc --- main.tex => documentation/main.tex | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename main.tex => documentation/main.tex (100%) diff --git a/main.tex b/documentation/main.tex similarity index 100% rename from main.tex rename to documentation/main.tex