elong0527 / r4csr

R for Clinical Study Report and Submission
https://r4csr.org/
Other
70 stars 33 forks source link

Change PDF output template and fix preview images #129

Closed nanxstats closed 7 months ago

nanxstats commented 7 months ago

Changes summarized below.

Update PDF template

Changes the PDF output template to use svmono.cls.

Enable code linking

Enables the code-link feature in _quarto.yml - requres downlit and xml2 added in #128.

Fix asset images

Fixes the preview images path by moveing all "asset images" (cover, preview, favicon) to assets/ and correct how they are linked in _quarto.yml. Only affects the HTML output.

The reason for this change is, images not used in body text are not reliably copied to _book/images/ for publishing. See quarto-dev/quarto-cli/issues/8166 - unless a cutting-edge Quarto version is used.

It also isolates the asset images with the content images so they are not mixed up anymore.