update template
This commit is contained in:
@@ -14,44 +14,45 @@ format:
|
||||
elsevier-html:
|
||||
css: _extensions/inst/css/style.css
|
||||
keep-md: true
|
||||
filters:
|
||||
dplyr::filters:
|
||||
- author-info-blocks
|
||||
epub: default
|
||||
docx:
|
||||
reference-doc: _extensions/inst/word/MS.docx
|
||||
filters:
|
||||
dplyr::filters:
|
||||
- author-info-blocks
|
||||
elsevier-pdf:
|
||||
keep-tex: true
|
||||
keep-md: true
|
||||
include-in-header: "./_extensions/quarto-journals/elsevier/partials/revision.tex"
|
||||
latex-clean: false
|
||||
header-includes:
|
||||
# - \usepackage{threeparttable}
|
||||
# - \usepackage{fontspec}
|
||||
# - \usepackage{endfloat}
|
||||
- \setmainfont{Calibri}
|
||||
# - \usepackage[UTF8, scheme=plain]{ctex}
|
||||
# - \usepackage{float}
|
||||
- \usepackage[normalem]{ulem}
|
||||
- \usepackage[doublespacing]{setspace}
|
||||
- \usepackage{lineno}
|
||||
- \linenumbers
|
||||
journal:
|
||||
formatting: preprint # preprint | review | doublebind
|
||||
model: 1p
|
||||
cite-style: authoryear
|
||||
# graphical-abstract: ""
|
||||
# highlights:
|
||||
# - A comprehensive model was contructed to evaluate the risk of odor occurrences
|
||||
# - Turbidity distribution determine underwater light and MIB-producing *Planktothrix*
|
||||
# - Increasing flowrate increases turbidity that can control *Planktothrix* and MIB
|
||||
# - Odor control based on flow regulation in source water is "green" and fundamental
|
||||
filters:
|
||||
- latex-environment
|
||||
# elsevier-pdf:
|
||||
# keep-tex: false
|
||||
# keep-md: false
|
||||
# include-in-header: "./_extensions/quarto-journals/elsevier/partials/revision.tex"
|
||||
# latex-clean: false
|
||||
# header-includes:
|
||||
# # - \usepackage{threeparttable}
|
||||
# # - \usepackage{fontspec}
|
||||
# # - \usepackage{endfloat}
|
||||
# - \setmainfont{Calibri}
|
||||
# - \usepackage[UTF8, scheme=plain]{ctex}
|
||||
# - \usepackage{float}
|
||||
# - \usepackage[normalem]{ulem}
|
||||
# - \usepackage[doublespacing]{setspace}
|
||||
# - \usepackage{lineno}
|
||||
# - \linenumbers
|
||||
# journal:
|
||||
# formatting: preprint # preprint | review | doublebind
|
||||
# model: 1p
|
||||
# cite-style: authoryear
|
||||
# # graphical-abstract: ""
|
||||
# # highlights:
|
||||
# # - A comprehensive model was contructed to evaluate the risk of odor occurrences
|
||||
# # - Turbidity distribution determine underwater light and MIB-producing *Planktothrix*
|
||||
# # - Increasing flowrate increases turbidity that can control *Planktothrix* and MIB
|
||||
# # - Odor control based on flow regulation in source water is "green" and fundamental
|
||||
# filters:
|
||||
# - latex-environment
|
||||
commands: [clab]
|
||||
---
|
||||
|
||||
|
||||
::: {.content-visible when-format="html"}
|
||||
# Color tip {.unnumbered}
|
||||
|
||||
@@ -72,20 +73,14 @@ lang <- "en"
|
||||
RM <- "F" # global rendermode, L: load pdata; F: fast load pdf # nolint
|
||||
isRendering <- isTRUE(getOption("knitr.in.progress"))
|
||||
require(tidyverse)
|
||||
require(drwateR)
|
||||
require(rmdify)
|
||||
rmdify::rmd_init()
|
||||
require(dateR)
|
||||
require(uniteR)
|
||||
require(langeR)
|
||||
require(patchwork)
|
||||
require(lubridate)
|
||||
require(patchwork)
|
||||
require(drwateR)
|
||||
rmdify::rmd_init()
|
||||
biburl <- "http://drwater.rcees.ac.cn/cloud/s/ref_ming/download/Ref.bib"
|
||||
if (!isRendering) { download.file(biburl, destfile = "Ref.bib") }
|
||||
```
|
||||
|
||||
|
||||
|
||||
# Introduction
|
||||
|
||||
Blabla. [Bla blaBla blaBla blaBla blaBla bla Bla bla.]{.clab options=r1q0101}
|
||||
|
||||
Reference in New Issue
Block a user