Skip to content

Commit a1d5f14

Browse files
committed
修改readme的相关设定以及main文件
1 parent 0ea443c commit a1d5f14

2 files changed

Lines changed: 15 additions & 16 deletions

File tree

README.md

Lines changed: 14 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,25 @@
11
# 《迁移学习简明手册》
22

3-
这是《迁移学习简明手册》的LaTex源码。主要目的是方便有兴趣的学者一起来贡献维护
3+
这是《迁移学习简明手册》的LaTex源码。欢迎有兴趣的学者一起来贡献维护
44

55
## 下载
66

7-
- V1.0版本: [地址1](http://jd92.wang/assets/files/transfer_learning_tutorial_wjd.pdf) [地址2](https://github.com/jindongwang/transferlearning-tutorial/releases)
7+
- V1.0版本: [地址1](http://jd92.wang/assets/files/transfer_learning_tutorial_wjd.pdf) [地址2](https://github.com/jindongwang/transferlearning-tutorial/releases)
88

9-
- [最新开发版](https://www.jianguoyun.com/p/DSI5P2YQjKnsBRiU_0w)
9+
- 开发版:[地址1(最新)](https://www.jianguoyun.com/p/DSI5P2YQjKnsBRiU_0w) [地址2(定期更新)](https://github.com/jindongwang/transferlearning-tutorial/releases/tag/%E6%9C%80%E6%96%B0%E5%BC%80%E5%8F%91%E7%89%88)
1010

1111
- [手册网站与勘误表](http://t.cn/RmasEFe)
1212

13+
## 意见与建议
14+
15+
对于不足和错误之处,以及新的意见,欢迎到[这里](https://github.com/jindongwang/transferlearning-tutorial/issues/6)留言!
16+
17+
- - -
18+
19+
## 参与贡献方式
20+
21+
以下部分为参与贡献的详细说明。
22+
1323
### 编译方式
1424

1525
- 在任何装有较新版TexLive的电脑上,首先选择`xelatex`引擎进行第一次编译
@@ -56,9 +66,7 @@
5666

5767
欢迎有兴趣的学者一起加入,让手册更完善!现阶段有2个branch:master用于开发和完善,V1.0是稳定的1.0版本。后续可根据进度增加更多的branch。
5868

59-
对于不足和错误之处,以及新的意见,欢迎到[这里](https://github.com/jindongwang/transferlearning-tutorial/issues/6)留言!
60-
61-
参与方式:
69+
具体参与方式:
6270

6371
-[这个issue](https://github.com/jindongwang/transferlearning-tutorial/issues/1)下留言你的Github账号和邮箱,我将你添加到协作者中
6472
- 直接fork,然后将你的修改提交pull request

src/main.tex

Lines changed: 1 addition & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -3,16 +3,7 @@
33
\usepackage[top=1in, bottom=1in, left=1.25in, right=1.25in]{geometry}
44
\usepackage{titlesec}
55
\usepackage{ctex}
6-
\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}
6+
\usepackage[linktoc=all,breaklinks=true,urlcolor=magenta,colorlinks=true,bookmarksnumbered=true]{hyperref}
167
\usepackage{booktabs} % For formal tables
178
\usepackage{epsfig}
189
\usepackage{graphicx}

0 commit comments

Comments
 (0)