Introduction Sheet Template
Author
Caleb McWhorter
Last Updated
5 years ago
License
Creative Commons CC BY 4.0
Abstract
A template for creating an introduction sheet for students on the first day of class.
\documentclass[11pt,letterpaper]{article}
\usepackage[lmargin=1in,rmargin=1in,bmargin=1in,tmargin=1in]{geometry}
% -------------------
% Packages
% -------------------
\usepackage{
titling, % Specify Title Placement
tikz % Used for Dotted Underlines
}
% -------------------
% Font
% -------------------
\usepackage[T1]{fontenc}
\usepackage{charter}
% -------------------
% Commands
% -------------------
\setlength\parindent{0pt}
\newcommand{\udot}[1]{%
\tikz[baseline=(todotted.base)]{
\node[inner sep=1pt,outer sep=0pt] (todotted) {#1};
\draw[dotted] (todotted.south west) -- (todotted.south east);
}%
}%
% -------------------
% Title
% -------------------
\title{}
\author{}
\date{}
\setlength{\droptitle}{-2cm}
% -------------------
% Content
% -------------------
\begin{document}
\pagenumbering{gobble}
Name: \udot{\phantom{x}\hspace{8cm}\phantom{x}} \par\vspace{0.5cm}
Year: \udot{\phantom{x}\hspace{8.3cm}\phantom{x}} \par\vspace{0.5cm}
Major: \udot{\phantom{x}\hspace{8cm}\phantom{x}} \par\vspace{0.5cm}
When was the last time you took a Mathematics course? What previous Mathematics courses have you taken? \vfill
Have you taken this course before? If so, when? \vfill
What is you reason for taking this course? \vfill
What other courses are you taking, both Mathematics and non-Mathematics? \vfill
Do you like Mathematics? Explain. \vfill
\newpage
What are your career goals? \vfill
What do you want to get out of this course? \vfill
I learn the most when\dots \vfill
Do you have any gender specific pronouns? \vfill
What might I not know just by looking at you? [For example, fun facts, interesting hobbies, personal stories/history, etc.] \vfill
\end{document}