-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.Rmd
54 lines (47 loc) · 1.46 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
---
title: "Bookdown Broken"
subtitle: "学习 R Markdown 功能和 Github Action 的测试环境"
author: "黄湘云"
date: "`r Sys.Date()`"
site: bookdown::bookdown_site
documentclass: book
papersize: b5
fontsize: 10pt
graphics: yes
colorlinks: yes
mathspec: yes
lot: yes
lof: yes
geometry:
- tmargin=2.5cm
- bmargin=2.5cm
- lmargin=3.0cm
- rmargin=2.0cm
classoption: "UTF8,twoside,openany,table"
bibliography:
- book.bib
- packages.bib
biblio-style: plainnat
natbiboptions: "authoryear,round"
link-citations: yes
description: "学习 R Markdown 功能和 Github Action 的测试环境."
github-repo: XiangyunHuang/bookdown-broken
# cover-image: ""
---
\mainmatter
# 欢迎 {#welcome .unnumbered}
\chaptermark{欢迎}
::: {.rmdwarn data-latex="{警告}"}
Book in early development. Planned release in 202X.
:::
```{r skills, engine="tikz", fig.cap="《现代统计图形》的技能栈", out.width="65%", echo=FALSE, cache=TRUE, engine.opts=list(extra.preamble=c("\\usepackage[fontset=fandol]{ctex}", "\\usepackage{smartdiagram}"))}
\smartdiagramset{planet color=gray!40!white, uniform color list=gray!40!white for 10 items}
\smartdiagram[bubble diagram]{基础技能,
编辑~/\\ (RStudio), 组织~/\\ (bookdown), 协作~/\\ (Git), 排版~/\\ (LaTeX/Pandoc), 编译~/\\ (GitHub Action)}
```
```{r include=FALSE,cache=FALSE}
# automatically create a bib database for R packages
knitr::write_bib(c(
.packages(), 'bookdown', 'knitr', 'rmarkdown'
), 'packages.bib')
```