forked from yihui/bookdown-chinese
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.Rmd
62 lines (41 loc) · 1.31 KB
/
index.Rmd
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
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
---
title: "Overleaf功能介绍"
author: "wang"
date: "`r Sys.Date()`"
documentclass: ctexbook
bibliography: [book.bib, packages.bib]
biblio-style: apalike
link-citations: yes
colorlinks: yes
lot: yes
lof: yes
geometry: [b5paper, tmargin=2.5cm, bmargin=2.5cm, lmargin=3.5cm, rmargin=2.5cm]
site: bookdown::bookdown_site
description: "Overleaf功能介绍"
github-repo: Ri0016/Overleaf-zh
#cover-image: images/cover.jpg
---
```{r setup, include=FALSE}
options(
htmltools.dir.version = FALSE, formatR.indent = 2, width = 55, digits = 4
)
# 填上你需要用到的包,如 c('ggplot2', 'dplyr')
lapply(c(), function(pkg) {
if (system.file(package = pkg) == '') install.packages(pkg)
})
```
# 前言 {-}
Overleaf是什么
https://www.overleaf.com/
简单讲,Overleaf是一个在线的LaTeX环境.
**不需要在自己电脑上安装**,通过网页访问即可编写LaTeX.
如果还不了解LaTeX,可以先阅读下面的链接:
LaTeX的介绍:
https://liam.page/2014/09/08/latex-introduction/
当然,Overleaf提供的服务远不止此.
借助Overleaf,可以实现多人合作编辑,无缝同步进度,追踪文件修改历史.
## 致谢 {-}
这个页面的建立基于 **knitr**\index{knitr} [@xie2015] 和 **bookdown**\index{bookdown} [@R-bookdown]。以下是我的 R 进程信息:
```{r}
sessionInfo()
```