Skip to content

Commit

Permalink
修改部分文字
Browse files Browse the repository at this point in the history
  • Loading branch information
bubifengyun committed Dec 2, 2019
1 parent 371d267 commit 16cdc61
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# 上海交通大学学位论文 Bookdown 模板

这是为撰写上海交通大学学士、硕士或博士论文而准备的 Bookdown 模板,非官方出品。详细使用说明参见本模板内容。根据最新的[上海交通大学学位论文Latex模板](https://github.com/sjtug/SJTUThesis), 参考[谢益辉Bookdown中文模板](https://github.com/yihui/bookdown-chinese),非常感谢@AlexaraWu的支持,改写而成。在完全兼容[原交大论文LaTeX模板](https://github.com/sjtug/SJTUThesis)的基础上,通过使用 Markdown,大幅度降低撰写论文的难度,引入 R 语言,提高论文作图、数据处理的能力,真正做到让论文能够随着数据变化而变化,而不是数据错误了,要逐个手动改变。对于无法使用 Rmarkdown 实现的内容,完全复制粘贴 LaTeX 代码也能够运行,可能会多一些括号之类的,请删除。
这是为撰写上海交通大学学士、硕士或博士论文而准备的 Bookdown 模板,非官方出品。详细使用说明参见本模板内容。根据最新(2019.06.28)的[上海交通大学学位论文Latex模板](https://github.com/sjtug/SJTUThesis), 参考[谢益辉Bookdown中文模板](https://github.com/yihui/bookdown-chinese),非常感谢[@AlexaraWu](https://github.com/AlexaraWu)的支持,改写而成。在完全兼容[原交大论文LaTeX模板](https://github.com/sjtug/SJTUThesis)的基础上,通过使用 Markdown,大幅度降低撰写论文的难度,引入 R 语言,提高论文作图、数据处理的能力,真正做到让论文能够随着数据变化而变化,而不是数据错误了,要逐个手动改变。对于无法使用 Rmarkdown 实现的内容,完全复制粘贴 LaTeX 代码也能够运行,可能会多一些括号之类的,请删除。

**本模板会保持sjtuthesis.cls和sjtuthesis.cfg两个文件跟原论文模板一致。**

Expand Down Expand Up @@ -28,7 +28,8 @@ SJTUThesis-Rmd 是一个刚刚启动的开源项目,我们非常欢迎新的

## 后续工作计划

提供更多 `pandoc` 标准的 markdown 例子。
- 提供更多 `pandoc` 标准的 markdown 例子。
- 增加虚拟机编译环境,方便众多小白使用。

## 致谢

Expand Down
4 changes: 3 additions & 1 deletion rmd/101-intro.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
- pandoc
- Tex

需要安装这些软件,才可以使用。
需要安装这些软件,才可以使用。现在准备工作还需要太多的内容,不太容易成功,后续做个虚拟机。

### Linux 下使用

Expand All @@ -41,6 +41,8 @@ $\$$ make

### Windows 下使用

[大神](https://github.com/bubifengyun/SJTUThesis-Rmd/issues/6)在Windows10下完成了编译,待有时间再完善如何编译。


### 苹果操作系统下使用
Expand Down

0 comments on commit 16cdc61

Please sign in to comment.