File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 44\usepackage {titlesec }
55\usepackage {ctex }
66\usepackage {hyperref }
7+ \hypersetup {
8+ pdftitle = {迁移学习简明手册}, % pdf属性设置
9+ pdfauthor = {王晋东},
10+ linktoc=all,
11+ bookmarksnumbered=true, % 设置书签各章节编号
12+ breaklinks=true,
13+ colorlinks=true,
14+ urlcolor=magenta,
15+ allcolors=black}
716\usepackage {booktabs } % For formal tables
817\usepackage {epsfig }
918\usepackage {graphicx }
4453\renewcommand {\tablename }{表}
4554\renewcommand {\contentsname }{目录}
4655\renewcommand {\today }{\number\year 年 \number\month 月 \number\day 日}
47- \makeatletter
48-
49- \renewcommand \tableofcontents {%
50- \begin {multicols }{2}[%
51- \section* {%
52- \contentsname
53- \@mkboth {\MakeUppercase\contentsname }{\MakeUppercase\contentsname } }]%
54- \@starttoc {toc}%
55- \end {multicols }}
56- \makeatother
5756
5857
5958\title {{\Huge 迁移学习简明手册{\large\linebreak \\ }}{\Large 一点心得体会\\ 版本号:v1.0\linebreak\linebreak
@@ -91,9 +90,13 @@ \section*{推荐语}
9190% -----------------------------------------CONTENT-------------------------------------
9291\pagenumbering {Roman}
9392\setcounter {page}{1}
94- \begin {center }
95- \tableofcontents
96- \end {center }
93+ \begingroup
94+ \begin {multicols }{2}[
95+ \setlength {\columnseprule }{.4pt}
96+ \setlength {\columnsep }{18pt}]
97+ \tableofcontents
98+ \end {multicols }
99+ \endgroup
97100\newpage
98101
99102% ------------------------------------------TEXT--------------------------------------------
You can’t perform that action at this time.
0 commit comments