blob: 17fbf784b699a2a867cf6bf7d5650921f4afb9ad (
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
|
% Created 2017-12-02 六 08:49
% 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{Books}
\label{sec:org5940704}
\section{Healthy}
\label{sec:org6658fd4}
\section{Social}
\label{sec:orge4ebe9c}
\end{document}
|