Commit bd11806 1 parent 7a97457 commit bd11806 Copy full SHA for bd11806
File tree 2 files changed +3
-2
lines changed
2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -21,11 +21,12 @@ jobs:
21
21
cd latex/src
22
22
sed '/includeonly/d' main.tex > Cpp17.tex
23
23
tectonic Cpp17.tex
24
+
24
25
- name : upload pdf file to release
25
26
uses : svenstaro/upload-release-action@v2
26
27
with :
27
28
repo_token : ${{ secrets.GITHUB_TOKEN }}
28
29
file : latex/src/Cpp17.pdf
29
30
asset_name : Cpp17.pdf
30
31
tag : refs/tags/v1.0
31
- overwrite : true
32
+ overwrite : true
Original file line number Diff line number Diff line change @@ -78,7 +78,7 @@ markdown 版是用程序直接从 pdf 版转换而来,然后再进行校对和
78
78
79
79
## 编译
80
80
81
- 1 . 安装` tectonic `
81
+ 1 . 安装[ ` tectonic ` ] ( https://tectonic-typesetting.github.io/en-US/ )
82
82
2 . 确保有所需字体:宋体、楷体(可选)、Times New Roman、Consolas
83
83
3 . 如果` latex/src/main.tex ` 中有` \includeonly{xxx} ` 这一行且未被注释掉(%后的内容是注释),请在编译之前删除这一行
84
84
4 . 编译pdf文件
You can’t perform that action at this time.
0 commit comments