-
Notifications
You must be signed in to change notification settings - Fork 29
Expand file tree
/
Copy pathmain.tex
More file actions
37 lines (28 loc) 路 1.04 KB
/
Copy pathmain.tex
File metadata and controls
37 lines (28 loc) 路 1.04 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
\documentclass[12pt]{article}
\input{header.tex}
\input{../ListStyle.tex}
\author{Pingbang Hu}
\newcommand{\Instuition}{University of Illinois Urbana-Champaign}
\newcommand{\SeasonYear}{2023FA}
\newcommand{\Course}{Course Name}
\newcommand{\Title}{Template}
\newcommand{\Group}{}
\newcommand{\NetID}{pbb}
\newcommand{\Instructor}{Instructor's name}
\newcommand{\DueDate}{\DTMdisplaydate{2023}{8}{28}{-1}}
\usepackage{graphicx}
\begin{document}
\clearpage\maketitle
\thispagestyle{empty}
\newpage
\setcounter{page}{1}
%----------------------------------------------------------------------------------------------------------------------------------------------------
Common environments are all available, e.g., \texttt{definition}, \texttt{remark}, \texttt{lemma}, \texttt{theorem}.
\begin{definition}
This is a definition.
\end{definition}
\begin{remark}
This is a remark.
\end{remark}
Nothing fancy for this template. You can mark todo using \texttt{todo}\todo{This is a todo} to mark the place that you wish to come back and finish later.
\end{document}