blob: ece91e08aa5a2c1bf8270c160a61172c18b6d557 (
plain)
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
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
|
% Created 2017-12-02 六 08:57
% Intended LaTeX compiler: pdflatex
\documentclass[11pt]{article}
\usepackage{xeCJK}
\usepackage{indentfirst}
\usepackage{amsmath}
\setlength{\parindent}{2em}
\setCJKmainfont{SimSun}
\numberwithin{equation}{section}
\newtheorem{Theorem}{定理}[section]
\newtheorem{Definition}[Theorem]{定义}
\newtheorem{Lemma}[Theorem]{引理}
\newtheorem{Corollary}[Theorem]{推论}
\topmargin=-0.45in
\evensidemargin=0in
\oddsidemargin=0in
\textwidth=6.5in
\textheight=9.0in
\headsep=0.25in
\linespread{1.1}
\usepackage[utf8]{inputenc}
\usepackage[T1]{fontenc}
\usepackage{graphicx}
\usepackage{grffile}
\usepackage{longtable}
\usepackage{wrapfig}
\usepackage{rotating}
\usepackage[normalem]{ulem}
\usepackage{amsmath}
\usepackage{textcomp}
\usepackage{amssymb}
\usepackage{capt-of}
\usepackage{hyperref}
\author{李向阳 141160029}
\date{\today}
\title{My Plan}
\hypersetup{
pdfauthor={李向阳 141160029},
pdftitle={My Plan},
pdfkeywords={},
pdfsubject={},
pdfcreator={Emacs 25.3.1 (Org mode 9.1.3)},
pdflang={English}}
\begin{document}
\maketitle
\tableofcontents
\section{Time Management}
\label{sec:org1f4d70a}
An almost full day study.
Start from 7:00 am every day, and end at 1:00 pm every day.
Six hours sleep.
Six days a week(except Saturday, it's plan to be empty, but still study in that day).
\section{Books}
\label{sec:org01f9e99}
\subsection{Data Structure and Algorithm Analysis in C}
\label{sec:org400610d}
\subsection{SICP}
\label{sec:org2587b1a}
\subsection{The Practice of Programming}
\label{sec:orgbf3aa08}
\section{Courses}
\label{sec:org142273e}
\subsection{Computer Networks}
\label{sec:orgf4c01ea}
\subsection{Operating System}
\label{sec:org619baa8}
\section{Coding}
\label{sec:org7ab2153}
\subsection{Leetcode}
\label{sec:org9fc11a2}
\section{Healthy}
\label{sec:org615daa1}
Take 3 times exercise a week.
\section{Social}
\label{sec:org3723119}
None
\end{document}
|