MS study plan (LaTeX)
The editable LaTeX version of the study plan for Masters students.
studyplan.tex
—
TeX document,
3Kb
File contents
% LaTeX source for the Master's of Science study plan
% Department of Mathematics, Ohio University
%
% If you just want to print a form, get the .pdf version instead.
%
% This version lets you fill in data.
% It requires a graphics file ohiosigblk.***
% if doing LaTeX --> dvi, needs ohiosigblk.eps
% if doing LaTeX --> pdf, needs ohiosigblk.jpg
% Look below for the tags ``generic'' and ``your data''.
% By putting % before the generic stuff and removing the % before
% your stuff, you can put in your data.
% if too big for 1 page, delete ``[11pt]''
\documentclass[11pt]{article}
\usepackage{graphicx}
%%%%%%%%% SET UP MARGINS and STYLE%%%%%%%%%%%%%%%%%%
\setlength{\headheight}{0cm}
\setlength{\headsep}{0cm}
\setlength{\oddsidemargin}{0in}
\setlength{\evensidemargin}{0.25in}
\setlength{\textwidth}{\paperwidth}
\addtolength{\textwidth}{-2in}
\setlength{\topmargin}{-0.5in}
\setlength{\textheight}{\paperheight}
\addtolength{\textheight}{-1in}
\setlength{\footskip}{0.5in}
\pagestyle{empty}
\setlength{\parindent}{0pt}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\begin{document}
%%%%%%%%%%%%
%%%% logo
% if doing LaTeX --> dvi, needs ohiosigblk.eps
% if doing LaTeX --> pdf, needs ohiosigblk.jpg
\includegraphics[height=1cm]{ohiosigblk}
\hfill {\Large \bf Department of Mathematics}
\subsection*{Master's of Science Study Plan}
\hspace*{\fill}Date:\quad
%%%%% generic
{\underline{\hspace{2.5in}}}\\
%%%%% your data
%\today\\
Name:\quad
%%%%% generic
\hrulefill\\
{\small \hspace*{\fill} (Last)\hfill(First)\hfill(Middle)\hspace*{\fill}}\\
%%%%% your data
%Last, First Middle\\
ID\#:\quad
%%%%% generic
\hrulefill
%%%%% your data
%P0xxxxxx \hfill
%%%
\quad Email:\quad
%%%%% generic
\hrulefill\\
%%%%% your data
%xxx@ohio.edu \hspace*{\fill}\\
%%%%% generic
Track (circle):\hfill Applied \hfill Computational\hfill Pure
\hfill Post-Secondary Teaching\\
%%%%% your data
%Track: \quad
%Applied
%Computational
%Pure
%Secondary School Teachers
%\\
Expected Graduation Date:\quad
%%%%% generic
{\underline{\hspace{5cm}}}
%%%%% your data
%Spring 2045
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\subsubsection*{Plan of Courses and Other Required Activities}
\renewcommand{\arraystretch}{1.5}
\begin{tabular}{llp{7.5cm}c}
\medskip
Term/year &Course Number &Title &Credit Hours\\
%%%%% generic
\hrulefill &\hrulefill &\hrulefill &\hrulefill\\
%%%%% your data
%Fall 2043 & MATH 9999 & Topics in math stuff &4\\
%%% etc.
\hrulefill &\hrulefill &\hrulefill &\hrulefill\\
\hrulefill &\hrulefill &\hrulefill &\hrulefill\\
\hrulefill &\hrulefill &\hrulefill &\hrulefill\\
\hrulefill &\hrulefill &\hrulefill &\hrulefill\\
\hrulefill &\hrulefill &\hrulefill &\hrulefill\\
\hrulefill &\hrulefill &\hrulefill &\hrulefill\\
\hrulefill &\hrulefill &\hrulefill &\hrulefill\\
\hrulefill &\hrulefill &\hrulefill &\hrulefill\\
\hrulefill &\hrulefill &\hrulefill &\hrulefill\\
\hrulefill &\hrulefill &\hrulefill &\hrulefill\\
\hrulefill &\hrulefill &\hrulefill &\hrulefill\\
\hrulefill &\hrulefill &\hrulefill &\hrulefill\\
\hrulefill &\hrulefill &\hrulefill &\hrulefill\\
\hrulefill &\hrulefill &\hrulefill &\hrulefill\\
\end{tabular}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\subsubsection*{Approval Signatures}
\begin{tabular}{rp{7cm}p{4cm}}
Student:
&\hrulefill &Date: \hrulefill\\
Advisor:
&\hrulefill &Date: \hrulefill\\
Graduate Chair:
&\hrulefill &Date: \hrulefill\\
\end{tabular}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\end{document}

