106 lines
2.5 KiB
Plaintext
106 lines
2.5 KiB
Plaintext
---
|
|
msname: MS
|
|
smname: SM
|
|
abstract: ABSTRACT
|
|
keywords:
|
|
- KEYWORD1
|
|
- KEYWORD2
|
|
- KEYWORD3
|
|
# date: last-modified
|
|
bibliography: [../BB/Ref.bib, ../BB/localRef.bib]
|
|
# csl: https://www.zotero.org/styles/elsevier-harvard
|
|
csl: _extensions/inst/tex/elsevier-harvard.csl
|
|
format:
|
|
elsevier-html:
|
|
toc: true
|
|
css: _extensions/inst/css/style.css
|
|
keep-md: true
|
|
epub: default
|
|
docx:
|
|
reference-doc: _extensions/inst/word/MS.docx
|
|
pdf:
|
|
# documentclass: article
|
|
latex-clean: false # to keep aux
|
|
citecolor: blue
|
|
colorlinks: true
|
|
number-sections: true
|
|
sansfont: "Gill Sans"
|
|
papersize: a4paper
|
|
sansfontoptions:
|
|
- Color=39729E
|
|
mainfont: "Source Sans 3" #| Verdana (fontsize: 11pt) # Source Sans 3 | Times New Roman| Helvetica | PT Sans
|
|
monofont: "JetBrains Mono"
|
|
mathfont: "Cambria Math"
|
|
CJKmainfont: SimHei
|
|
fontsize: 12pt
|
|
keep-md: false
|
|
include-in-header: "./_extensions/inst/tex/header.tex"
|
|
header-includes:
|
|
# - \usepackage{fontspec}
|
|
- \usepackage{endfloat}
|
|
# - \usepackage[UTF8, scheme=plain]{ctex}
|
|
- \usepackage{float}
|
|
- \usepackage[normalem]{ulem}
|
|
- \usepackage[doublespacing]{setspace}
|
|
- \usepackage{lineno}
|
|
- \linenumbers
|
|
filters:
|
|
- latex-environment
|
|
- authors-block
|
|
lightbox: auto
|
|
commands: [clab]
|
|
editor:
|
|
markdown:
|
|
wrap: sentence
|
|
---
|
|
|
|
|
|
::: {.content-visible when-format="html"}
|
|
# Color tip {.unnumbered}
|
|
|
|
- [Something should be deleted]{.del}
|
|
- [Something bad]{.bad}
|
|
- [Something good]{.good}
|
|
- [Something todo]{.todo}
|
|
- [Something should be added]{.add}
|
|
- [I am a comment]{.com}
|
|
:::
|
|
|
|
|
|
```{r}
|
|
#| label: setup
|
|
#| include: false
|
|
#| cache: false
|
|
lang <- "en"
|
|
RM <- "F" # global rendermode, L: load pdata; F: fast load pdf # nolint
|
|
isRendering <- isTRUE(getOption("knitr.in.progress"))
|
|
require(tidyverse)
|
|
require(lubridate)
|
|
require(patchwork)
|
|
require(drwateR)
|
|
rmdify::rmd_init()
|
|
biburl <- "https://drc.drwater.net/datapool/public/BB/Ref.bib"
|
|
if (!isRendering) { download.file(biburl, destfile = "Ref.bib") }
|
|
```
|
|
|
|
# Introduction
|
|
|
|
Blabla. [Bla blaBla blaBla blaBla blaBla bla Bla bla.]{.clab options=r1q0101}
|
|
|
|
# Materials and methods
|
|
|
|
To cite a figure in `SM.qmd`, use this syntax: `r zref("sfg-demofigure")`.
|
|
|
|
# Results
|
|
|
|
# Discussion
|
|
|
|
# Conclusions
|
|
|
|
# Acknowledgements {.unnumbered}
|
|
|
|
This work was financially supported by the National Natural Science Foundation of China (52030002, 51878649), and Youth Innovation Promotion Association CAS.
|
|
|
|
# References {.unnumbered}
|
|
|