Zixuan Wang

Results 24 comments of Zixuan Wang

@BruceChen2017 Your solution works for me, thanks! I think the reason may be the RLS extension try to invoke `sh` in some command, and thus not aware of `.bashrc` settings,...

我到十月下旬之前不太有空做这些修改,如果你不急的话可以到十月下旬再来这个issue提醒我一下,或者急的话可以单独提问每个格式问题如何修改,我可以尽量挨个解答

刚在 GitHub Action 的 MacOS runner 上运行 fc-list 查看字体,发现有安装黑体,宋体,楷体,但没有仿宋…… [macos-ci.log](https://github.com/TheNetAdmin/zjuthesis/files/5468069/macos-ci.log) 过两天抽空查查怎么通过命令行安装 MacOS 提供的仿宋字体。

测试了一下,可以这样手动安装仿宋 ``` - name: Get Fangsong font run: | wget http://www.fontineed.com/downloads/STFangsong.zip unzip STFangsong.zip cp -vf *.ttf /Library/Fonts/ ``` 结果 ``` 2020-10-31T03:50:40.5525450Z /Library/Fonts/stfangso.ttf: STFangsong,华文仿宋:style=Regular ```

如下代码可以用于在 macos runner 上安装 TeXLive,但 macos runner 太贵了(10 倍于普通 Linux runner 的价格),暂时放弃使用 macos runner ```yaml name: Build Tests env: CTAN_URL: https://mirrors.rit.edu/CTAN TL_PACKAGES: adobemapping amsfonts amsmath atbegshi cjk cjkutils cm ctablestack...

最近发现 GitHub Action 只对 Private Repo 有限额,可以重新考虑使用多平台 CI

> [About billing for GitHub Actions](https://docs.github.com/en/free-pro-team@latest/github/setting-up-and-managing-billing-and-payments-on-github/about-billing-for-github-actions) > > [Usage limits](https://docs.github.com/en/free-pro-team@latest/actions/reference/usage-limits-billing-and-administration#usage-limits) 之前是在 private repo 里测试 CI,差点超过 limit……

感谢建议!我这周没有时间,下周有空我会看一下怎么实现

新增了此项功能,现在可以在 `master` 分支使用此项功能,后续测试一段时间后会 release。

我觉得在顶层zjuthesis实现一些config,或者在各个特殊页面内实现一些config,可能会更方便一些,回头我有空看看怎么改。