Westmont College MA-130 Solution Template
Auteur
Russell Howell
Last Updated
il y a 8 ans
License
Creative Commons CC BY 4.0
Résumé
Solution Template for MA-130
Solution Template for MA-130
\documentclass[letterpaper, 11pt]{article}
\usepackage{amsmath, amsthm, latexsym, amssymb, graphicx, bold-extra, mathrsfs, frcursive}
\usepackage[pdftex]{color}
\usepackage[T1]{fontenc}
% Simplifies margin settings
\usepackage{geometry}
\geometry{margin=1in}
% Puts list item indicators in bold; makes flush with previous margin
\renewcommand\labelenumi{\bf\theenumi.}
\renewcommand\labelenumii{\bf\theenumii.}
% setlength\leftmargini{1.4em}
\setlength\leftmarginii{1.4em}
% Flexibility for headers and footers
\usepackage{fancyhdr}
\pagestyle{fancyplain}
\fancyhf{} %clear all header and footer fields
\lhead{\bf \small Probability and Statistics \hspace*{\fill} Page \thepage}
\headsep 0.2in
\thispagestyle{empty}
\renewcommand{\headrulewidth}{0pt}
\renewcommand{\footrulewidth}{0pt}
\parindent 0in
\parskip 10pt
\setlength{\headheight}{20pt}
\title{Westmont College MA-130 Solution Template}
\begin{document}
%=======================================
\begin{center}
\Large \bf Page xxx, Problem yyy
\large Submitted by Name 1, Name 2, Name 3
\end{center}
\textbf{Problem Statement}\\
Put the problem statement here.
\bigskip
\textbf{Solution}\\
The solution goes here.
\clearpage
%=======================================
\end{document}