Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
MeouSker77 committed Mar 12, 2023
1 parent 7a97457 commit bd11806
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,11 +21,12 @@ jobs:
cd latex/src
sed '/includeonly/d' main.tex > Cpp17.tex
tectonic Cpp17.tex
- name: upload pdf file to release
uses: svenstaro/upload-release-action@v2
with:
repo_token: ${{ secrets.GITHUB_TOKEN }}
file: latex/src/Cpp17.pdf
asset_name: Cpp17.pdf
tag: refs/tags/v1.0
overwrite: true
overwrite: true
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ markdown 版是用程序直接从 pdf 版转换而来,然后再进行校对和

## 编译

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

0 comments on commit bd11806

Please sign in to comment.