How would I render this title page in Latex?
So far, I have
\documentclass[titlepage]{article}
\author{A.\,N.~Other}
\title{Some things I did \\ Mathematics\\ Expiremental investigation}
\date{October, November 2016}
\begin{document}
\maketitle
\end{document}
I need a way to make the "signature of sponsoring teachers and signature of student" lines and the Adress Line.


\documentclassare you using? Any limitations to what you can use in terms of (LaTeX) packages? – Werner Nov 29 '16 at 01:53\title{}etc. No fun starting from scratch with a do-it-all-for-me :(. – cfr Nov 29 '16 at 02:40centerenvironment, atabularorminipage, some line drawing command like\rule, some command(s) related to vertical spacing, and commands related to font size and weight (e.g., bold). If you are unfamiliar with all of these, you should invest some time reading some basics like A Short Introduction to LaTeX2e. – jon Nov 29 '16 at 06:30