66 lines
1.1 KiB
Plaintext
66 lines
1.1 KiB
Plaintext
---
|
|
msname: MS
|
|
smname: SM
|
|
isSM: true
|
|
# bibliography: [../BB/Ref.bib, ../BB/localRef.bib]
|
|
# csl: _extensions/drwater/dwinst/nature.csl
|
|
subtitle: "Supplementary Information"
|
|
date: ""
|
|
latex-clean: false # to keep aux
|
|
format:
|
|
dwms-html: default
|
|
dwms-docx: default
|
|
dwms-pdf:
|
|
toc: false # 手动设置了
|
|
# filters:
|
|
# - latex-environment
|
|
# - authoraffil
|
|
# lightbox: auto
|
|
# commands: [clab]
|
|
---
|
|
|
|
\thispagestyle{empty}
|
|
|
|
```{r}
|
|
#| include: false
|
|
#| cache: false
|
|
options(tinytex.clean = FALSE)
|
|
lang <- "en"
|
|
RM <- "F" # global rendermode, L: load pdata; F: fast load pdf
|
|
isRendering <- isTRUE(getOption('knitr.in.progress'))
|
|
require(tidyverse)
|
|
require(patchwork)
|
|
require(drwateR)
|
|
rmdify::rmd_init()
|
|
```
|
|
|
|
|
|
Figures and/or tables are provided below as the supplementary evidences to the main text.
|
|
|
|
|
|
```{=latex}
|
|
\clearpage
|
|
{
|
|
\hypersetup{linkcolor=black}
|
|
\setcounter{tocdepth}{3}
|
|
\tableofcontents
|
|
}
|
|
```
|
|
|
|
|
|
# [@sfg-demo]
|
|
|
|
::: {#sfg-demo}
|
|
|
|
```{r}
|
|
#| out-width: "40%"
|
|
data.frame(x = 1:10, y = 1:10) |>
|
|
ggplot(aes(x, y)) +
|
|
geom_point() +
|
|
dwfun::theme_sci(3, 2.0)
|
|
```
|
|
|
|
Caption of demo figure
|
|
:::
|
|
|