update template
This commit is contained in:
@@ -12,42 +12,46 @@ bibliography: [../BB/Ref.bib, ../BB/localRef.bib]
|
||||
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
|
||||
elsevier-pdf:
|
||||
keep-tex: false
|
||||
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/quarto-journals/elsevier/partials/revision.tex"
|
||||
latex-clean: false
|
||||
include-in-header: "./_extensions/inst/tex/header.tex"
|
||||
header-includes:
|
||||
# - \usepackage{threeparttable}
|
||||
# - \usepackage{fontspec}
|
||||
# - \usepackage{endfloat}
|
||||
- \setmainfont{Calibri}
|
||||
- \usepackage[UTF8, scheme=plain]{ctex}
|
||||
- \usepackage{endfloat}
|
||||
# - \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
|
||||
- authors-block
|
||||
- latex-environment
|
||||
- authors-block
|
||||
lightbox: auto
|
||||
commands: [clab]
|
||||
editor:
|
||||
markdown:
|
||||
wrap: sentence
|
||||
---
|
||||
|
||||
|
||||
@@ -75,7 +79,7 @@ require(lubridate)
|
||||
require(patchwork)
|
||||
require(drwateR)
|
||||
rmdify::rmd_init()
|
||||
biburl <- "http://drwater.rcees.ac.cn/cloud/s/ref_ming/download/Ref.bib"
|
||||
biburl <- "https://drc.drwater.net/datapool/public/BB/Ref.bib"
|
||||
if (!isRendering) { download.file(biburl, destfile = "Ref.bib") }
|
||||
```
|
||||
|
||||
|
||||
Reference in New Issue
Block a user