This commit is contained in:
2025-11-28 20:24:48 +08:00
parent 555cd4cecc
commit 187cea8e7e
5 changed files with 9 additions and 11 deletions
+4 -5
View File
@@ -3,12 +3,11 @@ subtitle: Graphical abstract
---
```{r}
#| label: fig-GA3
#| label: fig-GA
#| fig-cap: "Graphical abstract"
#| out-width: "100%"
#| echo: false
#| message: false
# dwfun::ggsavep("./figures/GA3.pdf", loadit = TRUE)
#| out-width: "80%"
fig <- dwfun::ggsavep("../figures/GA.pdf", loadit = TRUE)
if (!is.null(fig)) fig
```
Submodule _extensions/drwater updated: 9d0b45bf65...ad3cd1a0a4
+1
View File
@@ -1,5 +1,6 @@
title: "MANUSCRIPT TITLE"
submitjournal: "JOURNAL"
csl: _extensions/drwater/dwinst/nature.csl
submitid:
affilstyle: alphabeta # number
author:
+3 -3
View File
@@ -4,11 +4,11 @@ author: ""
---
```{r}
#| out-width: 100%
# dwfun::ggsavep("./figures/GA20240729.pdf", loadit = TRUE)
#| out-width: 80%
fig <- dwfun::ggsavep("./figures/GA.pdf", loadit = TRUE)
if (!is.null(fig)) fig
```
```{r}
#| output: asis
# function
-2
View File
@@ -7,7 +7,6 @@ author: ""
```{r}
#| echo: false
#| output: asis
tibble::tibble(branch = system("git branch -a", intern = TRUE)) |>
@@ -34,7 +33,6 @@ tibble::tibble(branch = system("git branch -a", intern = TRUE)) |>
### Versions
```{r}
#| echo: false
#| output: asis
# 方法2:先获取分支列表,再逐个查询