1
0
mirror of https://github.com/google/comprehensive-rust.git synced 2025-06-26 10:41:01 +02:00

Render book as PDF in publish.yml workflow (#1572)

Renders the book as a PDF and includes it in the published HTML bundle
as `comprehensive-rust.pdf`.

Closes #1543
This commit is contained in:
Max Heller
2024-01-15 17:02:05 -05:00
committed by GitHub
parent 3f1957c56d
commit 9ed01cca77
7 changed files with 43 additions and 1 deletions

4
pandoc/ja.yaml Normal file
View File

@ -0,0 +1,4 @@
variables:
CJKmainfont: "Noto Serif CJK JP"
CJKsansfont: "Noto Sans CJK JP"
CJKmonofont: "Noto Sans Mono CJK JP"

4
pandoc/ko.yaml Normal file
View File

@ -0,0 +1,4 @@
variables:
CJKmainfont: "Noto Serif CJK KR"
CJKsansfont: "Noto Sans CJK KR"
CJKmonofont: "Noto Sans Mono CJK KR"

4
pandoc/zh-CN.yaml Normal file
View File

@ -0,0 +1,4 @@
variables:
CJKmainfont: "Noto Serif CJK SC"
CJKsansfont: "Noto Sans CJK SC"
CJKmonofont: "Noto Sans Mono CJK SC"

4
pandoc/zh-TW.yaml Normal file
View File

@ -0,0 +1,4 @@
variables:
CJKmainfont: "Noto Serif CJK TC"
CJKsansfont: "Noto Sans CJK TC"
CJKmonofont: "Noto Sans Mono CJK TC"