Skip to content

Commit 0260ec7

Browse files
committed
更正摘要中首行未空格
1 parent 4793430 commit 0260ec7

2 files changed

Lines changed: 30 additions & 25 deletions

File tree

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010
*.fot
1111
*.cb
1212
*.cb2
13+
*.xdv
1314

1415
## Bibliography auxiliary files (bibtex/biblatex/biber):
1516
*.bbl

src/main.tex

Lines changed: 29 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -26,16 +26,16 @@
2626
\@addtoreset{equation}{section}
2727
\makeatother % `@' is restored as "non-letter"
2828
\renewcommand\theequation{\oldstylenums{\thesection}%
29-
.\oldstylenums{\arabic{equation}}}
29+
.\oldstylenums{\arabic{equation}}}
3030

3131
%-----------------------------------------BEGIN DOC----------------------------------------
3232

3333
\begin{document}
3434

3535
\newpagestyle{main}{
36-
\sethead{}{迁移学习简明手册}{} %设置页眉
37-
\setfoot{}{\thepage}{} %设置页脚,可以在页脚添加 \thepage 显示页数
38-
\headrule % 添加页眉的下划线c
36+
\sethead{}{迁移学习简明手册}{} %设置页眉
37+
\setfoot{}{\thepage}{} %设置页脚,可以在页脚添加 \thepage 显示页数
38+
\headrule % 添加页眉的下划线c
3939
}
4040
\pagestyle{main} %使用该style
4141

@@ -47,19 +47,19 @@
4747
\makeatletter
4848

4949
\renewcommand\tableofcontents{%
50-
\begin{multicols}{2}[%
51-
\section*{%
52-
\contentsname
53-
\@mkboth{\MakeUppercase\contentsname}{\MakeUppercase\contentsname}}]%
54-
\@starttoc{toc}%
50+
\begin{multicols}{2}[%
51+
\section*{%
52+
\contentsname
53+
\@mkboth{\MakeUppercase\contentsname}{\MakeUppercase\contentsname}}]%
54+
\@starttoc{toc}%
5555
\end{multicols}}
5656
\makeatother
5757

5858

5959
\title{{\Huge 迁移学习简明手册{\large\linebreak\\}}{\Large 一点心得体会\\版本号:v1.0\linebreak\linebreak
6060
}}
6161
\author{\\
62-
王晋东\\中国科学院计算技术研究所}
62+
王晋东\\中国科学院计算技术研究所}
6363
\date{2018年4月}
6464
\maketitle
6565
\thispagestyle{empty}
@@ -71,6 +71,7 @@
7171
\begin{center}
7272
{\Large\bf{摘\ \\}}
7373
\end{center}
74+
7475
迁移学习作为机器学习的一大分支,已经取得了长足的进步。本手册简明地介绍迁移学习的概念与基本方法,并对其中的领域自适应问题中的若干代表性方法进行讲述。最后简要探讨迁移学习未来可能的方向。
7576

7677
本手册编写的目的是帮助迁移学习领域的初学者快速入门并掌握基本方法,为自己的研究和应用工作打下良好基础。
@@ -98,20 +99,20 @@ \section*{推荐语}
9899
%------------------------------------------TEXT--------------------------------------------
99100

100101
%----------------------------------------OVERVIEW-----------------------------------------
101-
\input{chaps/prefix}
102-
\input{chaps/introduction}
103-
\input{chaps/research_area}
104-
\input{chaps/application}
105-
\input{chaps/basic}
106-
\input{chaps/method}
107-
\input{chaps/distributionadapt}
108-
\input{chaps/featureselect}
109-
\input{chaps/subspacelearn}
110-
\input{chaps/deep}
111-
\input{chaps/practice}
112-
\input{chaps/future}
113-
\input{chaps/conclusion}
114-
\input{chaps/appendix}
102+
\input{chaps/ch0_prefix}
103+
\input{chaps/ch1_introduction}
104+
\input{chaps/ch2_research_area}
105+
\input{chaps/ch3_application}
106+
\input{chaps/ch4_basic}
107+
\input{chaps/ch5_method}
108+
\input{chaps/ch6_distributionadapt}
109+
\input{chaps/ch7_featureselect}
110+
\input{chaps/ch8_subspacelearn}
111+
\input{chaps/ch9_deep}
112+
\input{chaps/ch10_practice}
113+
\input{chaps/ch11_future}
114+
\input{chaps/ch12_conclusion}
115+
\input{chaps/ch13_appendix}
115116

116117
%----------------------------------SYSTEM DESIGN------------------------------------------
117118

@@ -124,4 +125,7 @@ \section*{推荐语}
124125

125126
\end{document}
126127

127-
128+
%%% Local Variables:
129+
%%% mode: xelatex
130+
%%% TeX-master: t
131+
%%% End:

0 commit comments

Comments
 (0)