From b0586a92a62786e7d5c357398c52d7e429cd5418 Mon Sep 17 00:00:00 2001 From: Danila Fedorin Date: Fri, 29 May 2020 13:35:17 -0700 Subject: [PATCH] Add note to introduction. --- intro.tex | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/intro.tex b/intro.tex index d2e39d9..6a32842 100644 --- a/intro.tex +++ b/intro.tex @@ -76,7 +76,7 @@ \input{generated.toc} \pagebreak -\section{Project Introduction} +\section*{Project Introduction} The Fenceless Grazing System was designed and implemented as requested by OSU professor Bechir Hamdaoui, who also served as the project's client. Prof. Hamdaoui believes that there is an emerging market for smart collar systems, and wanted to explore @@ -145,4 +145,11 @@ statistics (this would also require changes to the API server). Please refer to Appendix 4 for a description of all things that need to be done. +\subsection*{A Note on Tables of Contents} +A large portion of this document is generated from existing files relating to this project, such as the design document, +the various tech reviews, and the weekly blog posts. Many of these have their own tables of contents. These +tables refer to the page number within overarching section: if the design document begins on page 10, and its table +of contents says that a section is on page 3, this refers to the third page from the beginning of the section, which +would be the 12th page in the document overall. + \end{document}