91ºÚÁÏרÇø

% This is the template for the finished versions of presentations from MATH 215-1, Linear Algebra, spring 2015

%%%%%%%%%%%%%%%%%%%%%%% Begin Preamble %%%%%%%%%%%%%%%%%%%%%%

\documentclass{article} % this is the type of document we are using
\usepackage{amssymb} % lots of good math symbols
\usepackage{graphics, graphicx} % graphics for .eps files, graphicx for .pdf, .jpg, .png, or .tif files
\usepackage[fleqn]{amsmath} % lots of good math stuff
\usepackage{mathrsfs} % enables RSFS fonts, including \mathscr 
\usepackage{verbatim} % this package enables us to create multiline comments
\usepackage{color} % for font colors

\textwidth = 6.5 in \oddsidemargin = 0.0 in \evensidemargin = 0.0 in     % setting up the margins
\parskip = 0.1 in    % how far to skip between paragraphs 
\parindent = 15 pt   % how far to indent a new paragraph

\newtheorem{theorem}{Theorem}
\newtheorem{lemma}{Lemma}
\newtheorem{proposition}{Proposition}
\newtheorem{definition}{Definition}
\newtheorem{corollary}{Corollary}
\newtheorem{notation}{Notation}

%%%%%%%%%%%%%%%%%%%%%%%% End Preamble %%%%%%%%%%%%%%%%%%%%%%



\begin{document}
\begin{flushleft}


Linear Algebra, Spring 2015\\
Professor Roberts



\textbf{Problem number from the text} \\
In-class Presenter: (Name of presenter) \\
Typed by: (Name of typist) \\
\textit{
This is where the problem description from the text goes.
}

\textbf{Solution}:      % use \textbf{Proof} for proofs of lemmas, theorems, or corollaries
This is where your solution/proof goes.



\end{flushleft}
\end{document}