-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathreport1.tex
More file actions
68 lines (40 loc) · 1.16 KB
/
report1.tex
File metadata and controls
68 lines (40 loc) · 1.16 KB
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
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
%Template file for Scientific Computation project 1 discussion and figures
\documentclass{article}
\usepackage[a4paper, margin=1in]{geometry}
\title{Scientific Computation Project 1}
\usepackage{minted}
\usepackage{amsmath}
\usepackage{amssymb}
\newcommand{\trm}{\textrm}
\newcommand{\pa}{\partial}
\author{\emph{Your college ID here}}
\usepackage{graphicx}
\begin{document}
\maketitle
%---------------- Part 1 -------------------
\hrule
\hrule
\subsection*{Part 1}
\subsubsection*{1.}
%Place your discussion for question 1 here
\subsubsection*{2.}
%Place your discussion for question 2 here
\begin{figure}[h!]
\centering
%Uncomment line below to display figure saved as fig1.png
\includegraphics[width=0.8\textwidth]{fig1.png}
\caption{Figure 1: Add figure description here}
\label{fig1}
\end{figure}
%Add additional figure if needed
%---------------- End Part 1 -------------------
\vspace{0.25in}
%---------------- Part 2 -------------------
\subsection*{Part 2}
\subsubsection*{2.}
%Place your discussion for question 2 here}
%---------------- End Part 2 -------------------
\hrule
\hrule
%---------------- End document -------------------
\end{document}