You've already forked comprehensive-rust
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:
4
pandoc/ja.yaml
Normal file
4
pandoc/ja.yaml
Normal 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
4
pandoc/ko.yaml
Normal 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
4
pandoc/zh-CN.yaml
Normal 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
4
pandoc/zh-TW.yaml
Normal file
@ -0,0 +1,4 @@
|
||||
variables:
|
||||
CJKmainfont: "Noto Serif CJK TC"
|
||||
CJKsansfont: "Noto Sans CJK TC"
|
||||
CJKmonofont: "Noto Sans Mono CJK TC"
|
Reference in New Issue
Block a user