-
Notifications
You must be signed in to change notification settings - Fork 0
/
report.tex
51 lines (35 loc) · 1.23 KB
/
report.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
42
43
44
45
46
47
48
49
50
51
\documentclass{article}
\usepackage{graphicx}
\usepackage{fancyhdr}
\usepackage{hyperref}
% \usepackage[final]{changes} % disable revision tracking
\usepackage{changes} % enable revision tracking
\input{snippet/author} % author
\input{snippet/comment} % collaborator comment
\input{snippet/quote.tex} % quote
\input{snippet/checklist.tex} % color check
\begin{document}
\input{snippet/header} % Header
\input{snippet/titlepage} % Title page
\newpage
\tableofcontents % Table of contents
\newpage
% Abstract
\section*{Abstract}
This is a concise summary of your research, highlighting the key objectives, methods, results, and conclusions. \wei{\gcheck This is a comment from Wei.}
\section{Introduction}
\subsection{Using package changes}
Here is \added{added}, \deleted{deleted} and \replaced{replaced}{replaysed} text.
%\comment{Maybe I shouldn't have written this?}
%\todo[inline]{To-do: Write something worthwhile.}
Here you can introduce the background, motivation, and purpose of your research.
\begin{itemize}
\item Immediate plan of action.
\begin{todolist}
\item[\done] Frame the problem
\item Write solution
\item[\wontfix] profit
\end{todolist}
\end{itemize}
\grayboxtext{a quotation text in a gray box}
\end{document}