-
Notifications
You must be signed in to change notification settings - Fork 0
/
title.tex
35 lines (32 loc) · 1.2 KB
/
title.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
% !Mode:: "TeX:UTF-8"
%\renewcommand\refname{参考文献}
%\renewcommand\abstractname{摘要}
\ctexset{section/name = {\S}}
%\ctexset{section = {format = {\zihao{-4}\heiti\flushleft}}}
%\ctexset{subsection = {format = {\zihao{5}\heiti\flushleft}}}
%\ctexset{subsubsection = {format = {\zihao{5}\songti\flushleft}}}
\floatname{algorithm}{算法}
\renewcommand{\algorithmicrequire}{\heiti 输入:}
\renewcommand{\algorithmicensure}{\heiti 输出:}
\renewcommand\appendixname{附录}
\renewcommand\appendixtocname{附录}
\renewcommand\appendixpagename{\zihao{-4} 附录}
\numberwithin{equation}{section}
\numberwithin{figure}{section}
\numberwithin{table}{section}
\DeclareCaptionFont{song}{\songti}
\DeclareCaptionFont{hei}{\heiti}
\DeclareCaptionFont{minusfive}{\zihao{-5}}
\DeclareCaptionFont{five}{\zihao{5}}
\captionsetup*[figure]{
font={song, minusfive} % 图的字体, 宋体小五
}
\captionsetup*[table]{
font={hei, minusfive} % 表的字体, 黑体小五
}
\captionsetup*[algorithm]{
font={five} % 算法的字体, 宋体小五
}
\title{\zihao{0}\heiti 实变函数笔记}
\author{\zihao{-0}\qiti 阙嘉豪}
\date{\zihao{1}最后编译时间: \number\year ~年 \number\month ~月 \number\day ~日 \currenttime}