-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathhw3.tex
41 lines (32 loc) · 857 Bytes
/
hw3.tex
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
\documentclass[
classnum=MATH564,
classname=MATHEMATICAL\ MODELING,
due=February\ 18\,\ 2020,
author=Hannah\ Wu\qquad\ Minghang\ Li,
authorshort=Wu\ \&\ Li,
teacher= Zachary\ M.\ Boyd,
hw=3
]{../hw-template}
%
% Preamble
%
\renewcommand{\theenumi}{(\alph{enumi})}
\newcommand{\requiregraph}{\colorbox{yellow}{\{GRAPH NEEDED\}}}
\newcommand{\unsolved}{\colorbox{red}{\color{white}\{UNSOLVED\}}}
\newcommand{\red}[1]{{\color{red}#1}}
\usepackage{caption}
\usepackage{BOONDOX-cal}
\usepackage{graphicx}
\usepackage{subcaption}
\usepackage{multirow}
% --------------------------------------------------------------------------- %
\begin{document}
\subfile{sections/prob7a.tex}
\pagebreak
\subfile{sections/prob10.tex}
\pagebreak
\subfile{sections/prob18.tex}
\pagebreak
\subfile{sections/proj1.tex}
\pagebreak
\end{document}