\documentclass[12pt]{article} \usepackage[parfill]{parskip} % begin paragraphs with an empty line rather than an indent \usepackage{graphicx} \usepackage{amssymb, amsrefs} \usepackage{etoolbox} \usepackage{tocloft} \usepackage{setspace} \usepackage{setspace} \textwidth=6.5in \textheight=9in \topmargin=0in \headheight=0in \headsep=0in \oddsidemargin=0in \evensidemargin=0in \parskip = 0.05in \renewcommand{\cftsecleader}{\cftdotfill{\cftdotsep}} % add leader dots for chapter titles in toc \setcounter{tocdepth}{2} % level of headers to appear in toc \setcounter{secnumdepth}{-2} % remove numbering from toc and headers \begin{document} %%%%%%%%%%%%%%%TITLE PAGE%%%%%%%%%% \parindent = 0.0in \pagenumbering{roman} \begin{center} \thispagestyle{empty} \rule{0 pt}{1in} TITLE OF MANUSCRIPT IN ALL CAPS \vskip 1in A Thesis\\ by\\ AUTHOR NAME IN ALL CAPS \vskip 2 in Submitted to the School of Graduate Studies \\ at Appalachian State University\\ in partial fulfillment of the requirement for the degree of\\ MASTER OF ARTS \vskip 2 in Graduation Month Year\\ %USE GRADUATION MONTH YEAR Department of Mathematical Sciences \end{center} \newpage %%%%%%%%%%%%%%%SIGNATURE PAGE%%%%%%%%%% \thispagestyle{empty} \begin{center} \rule{0 pt}{1in} TITLE OF MANUSCRIPT IN ALL CAPS \vskip .75 in A Thesis\\ by\\ AUTHOR NAME\\ Graduation Month Year \end{center} \vskip .5in APPROVED BY: \vskip .4 in \rule{ 3.5 in}{1 pt}\\ Name, Ph.D.\\ Chairperson, Thesis Committee \vskip .4 in \rule{ 3.5 in}{1 pt}\\ Name, Ph.D.\\ %%%%%%%% Member, Thesis Committee \vskip .4 in \rule{ 3.5 in}{1 pt}\\ Name, Ph.D.\\ Member, Thesis Committee \vskip .4 in \rule{ 3.5 in}{1 pt}\\ Tracie McLemore Salinas, Ph.D.\\ Chairperson, Department of Mathematical Sciences \vskip .5 in \rule{ 3.5 in}{1 pt}\\ Ashley Colquitt, Pj.D.\\ Dean, Cratis D. Williams School of Graduate Studies \newpage %%%%%%%%%%%%%%%COPYRIGHT PAGE%%%%%%%%%% \thispagestyle{empty} \begin{center} \rule{0 pt}{4in} Copyright by Author Name Year\\ All Rights Reserved \end{center} \newpage %%%%%%%%%%%%%%%ABSTRACT%%%%%%%%%% \begin{center} \rule{0 pt}{1in} \section{Abstract} \vskip .1in Author Name\\ B.S., Wherever it is from\\ M.A., Appalachian State University\\ \vskip.2 in Chairperson: Name \vskip.1in \end{center} \doublespacing \parindent0.25in Start abstract here double spaced. Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. \newpage %%%%%%%%%%%%%%%ACKNOWLEDGMENTS%%%%%%%%%% \singlespacing \begin{center} \rule{0 pt}{1in} \section{Acknowledgments} \vskip.1in \end{center} \doublespacing Start acknowledgments here double spaced. This page may be deleted if desired. Note also that an additional page following this one titled ``Dedication'' may be added. \newpage %%%%%%%%%%%%%%%TABLE OF CONTENTS%%%%%%%%%% \singlespacing \begin{center} \rule{0 pt}{1in} \Large{{\bf Table of Contents}} \vskip.1in \end{center} \doublespacing \renewcommand\contentsname{ } \tableofcontents \newpage %%%%%%%%%%%%%%%CHAPTER 1 FIRST PAGE%%%%%%%%%% \singlespacing \cleardoublepage\pagenumbering{arabic} \begin{center} \rule{0 pt}{1in} \section{Chapter 1: Title Here for the First Chapter} \vskip.1in \end{center} \doublespacing Begin text for chapter one here. Main points for formatting: \begin{itemize} \item Cite sources using numbers at the end of the sentence before the period, e.g., \cite{Church}. Using the ``cite'' command with the label you provided in the reference will automatically place the correct number in the brackets. \item Tables and figures should be formatted as below and cited in the text as Table \ref{tab} and Figure \ref{img}. Using the ``ref'' command and the label you provided will automatically use the correct number. \begin{table}[h] \centering \caption{\bf{Example Table}} \label{tab} \begin{tabular}{ c | c | c } Col 1 & Col 2 & Col 3\\ \hline entry 1 & a & b\\ entry 2 & c & d \\ entry 3 & e & f \end{tabular} \end{table} \begin{figure}[h] % The H specifier indicates to put the figure precisely at this point in the doc. \caption{\bf{Example Figure}} \centering \includegraphics[width=3in]{buffon.png} \label{img} % use this name to refer to the figure in the text. \end{figure} \item Important equations that you wish to refer to more than once in the document should be numbered as the example of Equation \ref{int} below. Using the ``ref'' command and the label you provided will automatically use the correct number. \begin{equation} \label{int} \int_0^{10} f(x) ~ dx \end{equation} \item If subheaders are needed, use the following. If you prefer to number the chapters, sections, and subsections, that is also fine but you will need to edit the commands in the preamble of this document that are suppressing the numbering. \end{itemize} \subsection{Subsection Header if needed} These will appear in the auto-generated table of contents. \subsubsection{Sub-subsection Header if needed} These will not appear in the table of contents. \newpage %%%%%%%%%%%%%%%CHAPTER 2 FIRST PAGE%%%%%%%%%% \singlespacing \begin{center} \rule{0 pt}{1in} \section{Chapter 2: Title Here for the Second Chapter } \vskip.1in \end{center} \doublespacing Begin text for chapter here. Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. \newpage %%%%%%%%%%%%%%%CHAPTER 3 FIRST PAGE%%%%%%%%%% \singlespacing \begin{center} \rule{0 pt}{1in} \section{Chapter 3: Title Here for the Third Chapter } \vskip.1in \end{center} \doublespacing Begin text for chapter here. Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. \newpage %%%%%%%%%%%%%%%CHAPTER 4 FIRST PAGE%%%%%%%%%% \singlespacing \begin{center} \rule{0 pt}{1in} \section{Chapter 4: Title Here for the Fourth Chapter} \vskip.1in \end{center} \doublespacing Begin text for chapter here. Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. \newpage %%%%%%%%%%%%%%%CHAPTER 5 FIRST PAGE%%%%%%%%%% \singlespacing \begin{center} \rule{0 pt}{1in} \section{Chapter 5: Title Here for the Fifth Chapter } \vskip.1in \end{center} \doublespacing Begin text for chapter here. Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. \newpage %%%%%%%%%%%%%%%REFERENCES%%%%%%%%%% \singlespacing \begin{center} \rule{0 pt}{1in} \section{References } \vskip.1in \end{center} Put the reference list here. Use the following examples, and space between each as noted. Put your entries in this list in alphabetical order by last name of the author. If there are multiple articles by the same author(s), put them in date order. Note that standard software, well-known mathematical definitions and theorems, and common statistical tests used in the field do not need a citation or reference; just refer to them by name in the text. \vskip .2in \begin{biblist} \bib{Church}{book}{ % Use this for books author={Church, Alonzo}, title={This is a Book}, publisher={Princeton University Press}, year={1996}, } \vskip.2in \bib{davidson}{article}{ % Use this for book chapters author={Davidson, Karl}, title={This is a Chapter in a Book}, booktitle={In: All the Right Stuff (David Payne, ed.)} pages={122-310}, publisher={Pearson}, year={1990}, } \vskip.2in \bib{laver}{thesis}{ % Use this for book chapters author={Laver, Shirley}, title={This is a Thesis}, type={Master's Thesis} school={Stanford University}, year={1990}, } \vskip.2in \bib{mathy}{article}{ % Use this for articles author = {Mathy, Clever}, author = {Adams, John}, author = {Gump, Forrest} title = {An Amazing Paper in a Journal}, journal = {Journal Name}, year = {2013}, volume = {1}, pages = {5-6}, } \vskip.2in \bib{web1}{article}{ % Use this for websites author={Websites R Us}, title={My website as I like it}, year={2010}, eprint={http://www.some.site.com/}, accessdate={June 15, 2021}, } \end{biblist} \newpage %%%%%%%%%%%%%%%APPENDIX I%%%%%%%%%% \singlespacing \begin{center} \rule{0 pt}{1in} \section{Appendix I: Title of This Appendix } \vskip.1in \end{center} \doublespacing Begin information from Appendix I here. Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. \newpage %%%%%%%%%%%%%%%APPENDIX II%%%%%%%%%% \singlespacing \begin{center} \rule{0 pt}{1in} \section{Appendix II: Title of This Appendix } \vskip.1in \end{center} \doublespacing Begin information from Appendix II here. Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. \newpage %%%%%%%%%%%%%%%VITA%%%%%%%%%% \singlespacing \begin{center} \rule{0 pt}{1in} \section{Vita } \vskip.1in \end{center} \doublespacing Begin paragraph summary style vita here. This is NOT a resume or curriculum vitae, but should be a paragraph explaining some background of the author and can include what the author will be doing after graduation. Note that this will be read after graduation, so refer to graduation in the past tense. It is strongly advised not to include birth dates or other information that should not appear online. \end{document}