Skip to content

Commit 79f98cc

Browse files
committed
Update quarto-eth-phd-thesis.qmd
1 parent 2038582 commit 79f98cc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

quarto-eth-phd-thesis.qmd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -393,7 +393,7 @@ The code for this is included in `chapters/paper-01/paper-01.qmd` and it uses th
393393

394394
My preferred method of preparing figures for Quarto documents is to produce and save them via dedicated R scripts rather than directly within the `.qmd` files themselves. This R script is then sourced directly at the head of the respective `.qmd` file to ensure the most up to date figures are used and the images are then included for each figure as in `paper-01.qmd`:
395395

396-
```{r, eval=FALSE}
396+
```{bash}
397397
#source the script that prepares all the figures
398398
source("chapters/paper-01/paper-01-figs.R")
399399

0 commit comments

Comments
 (0)