-
Notifications
You must be signed in to change notification settings - Fork 5
/
main.tex
57 lines (42 loc) · 1.8 KB
/
main.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
52
53
54
55
56
57
\documentclass[12pt,a4paper]{article}
\usepackage[x11names]{xcolor}
\usepackage[T1]{fontenc}
\usepackage{xltxtra}
\usepackage{xunicode}
%\usepackage[top=1.2in,bottom=1.2in,left=1.2in,right=1in]{geometry} % 页边距
\defaultfontfeatures{Mapping=tex-text}%连字号
\usepackage[boldfont,slantfont,CJKchecksingle]{xeCJK} % 允许斜体和粗体
\xeCJKsetup{PunctStyle=hangmobanjiao}
\setlength{\parindent}{0cm} % Default is 15pt.
\linespread{1.2} % 行间距
\setlength{\parskip}{\baselineskip} % 段间距
\XeTeXlinebreaklocale "zh"
\XeTeXlinebreakskip = 0pt plus 1pt minus 0.1pt
\usepackage[unicode=true,colorlinks,linkcolor=blue]{hyperref} % 超链接
\setCJKmainfont[BoldFont=FZLanTingHeiS-R-GB, ItalicFont=FZKaiS-Extended]{FZJSong-Z01S}
%\setCJKmainfont[BoldFont=方正兰亭黑简体, ItalicFont=方正粗楷简体]{方正新书宋_GBK}
%\setCJKsansfont[BoldFont=方正兰亭粗黑简体]{方正兰亭黑简体}
%\setCJKmonofont[BoldFont=方正兰亭黑简体]{方正粗楷简体}
\setmainfont{Droid Serif} % 英文衬线字体
\setmonofont{Droid Sans Mono} % 英文等宽字体
\setsansfont{Droid Sans} % 英文无衬线字体
\usepackage{graphicx} % 嵌入png图像
\usepackage{longtable,tabu,booktabs}
\usepackage{pdflscape}
\usepackage{tocloft} % 目录
\renewcommand\contentsname{目录}
\renewcommand{\today}{\number\year 年 \number\month 月 \number\day 日} % 中文日期
% \font\zhfont="方正新书宋_GBK"
% \font\zhpunctfont="方正新书宋_GBK"
% \font\zhrmfont="方正新书宋_GBK"
% \font\zhsffont="方正兰亭粗黑简体"
% \font\zhsttont="方正粗楷简体"
% \usepackage{zhspacing}
% \zhspacing
\begin{document}
\input{title}
\maketitle
\clearpage
\tableofcontents
\input{content}
\end{document}