Skip to content

Commit bd11806

Browse files
committed
update
1 parent 7a97457 commit bd11806

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.github/workflows/build.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -21,11 +21,12 @@ jobs:
2121
cd latex/src
2222
sed '/includeonly/d' main.tex > Cpp17.tex
2323
tectonic Cpp17.tex
24+
2425
- name: upload pdf file to release
2526
uses: svenstaro/upload-release-action@v2
2627
with:
2728
repo_token: ${{ secrets.GITHUB_TOKEN }}
2829
file: latex/src/Cpp17.pdf
2930
asset_name: Cpp17.pdf
3031
tag: refs/tags/v1.0
31-
overwrite: true
32+
overwrite: true

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ markdown 版是用程序直接从 pdf 版转换而来,然后再进行校对和
7878

7979
## 编译
8080

81-
1. 安装`tectonic`
81+
1. 安装[`tectonic`](https://tectonic-typesetting.github.io/en-US/)
8282
2. 确保有所需字体:宋体、楷体(可选)、Times New Roman、Consolas
8383
3. 如果`latex/src/main.tex`中有`\includeonly{xxx}`这一行且未被注释掉(%后的内容是注释),请在编译之前删除这一行
8484
4. 编译pdf文件

0 commit comments

Comments
 (0)