Contact
CoCalc Logo Icon
StoreFeaturesDocsShareSupport News AboutSign UpSign In
| Download

Sample file to be used for

Project: coursetesting
Views: 57
1
\documentclass[12pt,letterpaper,final]{report}
2
\usepackage[utf8]{inputenc}
3
\usepackage{amsmath}
4
\usepackage{amsfonts}
5
\usepackage{amssymb}
6
\usepackage{amsthm}
7
\usepackage{enumerate}
8
\usepackage[linewidth=1pt]{mdframed}
9
\usepackage[left=2cm,right=2cm,top=2cm,bottom=2cm]{geometry}
10
\usepackage{pifont}
11
\setlength\parindent{0pt}
12
13
\begin{document}
14
15
\begin{mdframed}
16
\center{\Large{\textbf{MATH 314 - Class Notes}}}
17
\center{10/14/2015}
18
\center{Scribe: Name}
19
\end{mdframed}
20
21
\textbf{\underline{Summary:}} Insert a short summary of what today's class covered.
22
\\
23
24
\textbf{\underline{Notes:}} Include detailed notes from the lecture or class activities. Format your notes nicely using latex such as
25
\begin{itemize}
26
\item bullets
27
\end{itemize}
28
29
\begin{enumerate}
30
\item lists
31
\end{enumerate}
32
33
or \textbf{other} \underline{formatting} \textit{commands.} Make sure to write $e^{qu}a+i \circ \mathbb{N} s$ in math mode.
34
\\
35
36
\textbf{\underline{Examples:}} If including plaintext or ciphertext or other data it is often helpful to write them using \texttt{typewriter text}.
37
\end{document}
38