-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathmain.tex
More file actions
91 lines (67 loc) · 1.5 KB
/
Copy pathmain.tex
File metadata and controls
91 lines (67 loc) · 1.5 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
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
% \special{pdf:encrypt userpw () ownerpw (dingjia) length 128 perm 587} % 加
% % 密, texdoc xdvipdfmx
% \documentclass[lwarp]{dingjia}
\documentclass{dingjia}
\addbibresource[location=local]{ref/refs.bib}
\title{梦园随笔}
\subtitle{我的三观独白}
\author{孙滨}
\authornick{墨韩}
\authorurl{http://github.com/sd44/dingjia}
\authormail{[email protected]}
\date{2024年3月}
\begin{document}
\frontmatter
\maketitle
\tableofcontents
\input{data/dedication}
\input{data/preface}
%% 目录
%% 符号对照表
% \input{data/denotation}
%%% 正文部分
\mainmatter
\part{空间生产}
\pagestyle{empty}
\input{data/dingjiaphoto}
\pagestyle{fancy}
\input{data/chengzhongcun}
% \input{data/kongjian}
\part{人文}
\input{data/shengming}
% \input{data/houxiandai}
\input{data/gongzuori}
\part{国际}
\input{data/neoliber}
\input{data/assange}
\input{data/soviet}
\part{关于中国}
\input{data/aboutchina}
\input{data/historychina}
\input{data/historychina2}
\input{data/historychina3}
% %% 参考文献
% \clearpage
% \appendix
% \phantomsection
% \addcontentsline{toc}{part}{\appendixname}
% \input{data/gerenshehui}
% \input{data/nicai}
\backmatter
%%% 其它部分
%% 插图索引
% \listoffigures
%% 表格索引
% \listoftables
%% 公式索引
%% \listofequations
\printbibliography[heading=bibispart, title=参考文献]
%% \clearpage
%% \phantomsection
%% \todototoc
%% \listoftodos
\end{document}
%%% Local Variables:
%%% mode: latex
%%% TeX-master: t
%%% End: