-
Notifications
You must be signed in to change notification settings - Fork 97
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
快速使用手册 #493
Merged
Merged
快速使用手册 #493
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
1. 之前的环境变量根本影响`\isGraduateTF`结果,始终用`#2`。这次将`if_eq`从 token list 的换成 string 的,并将`\GRADUATE`从`n`(token list)改为`V`(value of the command)。 > …we can choose between `\tl_if_eq:` (from token list library) and `\str_if_eq:` (from string library). Unless **it is absolutely necessary, it is recommended to use string library’s comparision functions**. That i1s because `\tl_if_eq:` not only checks if the characters are the same, but it also checks if the category code of each character is the same. As a result, two seemingly identical variables can result in `False` outcome when using `\tl_if_eq:`. > > —[LaTeX3: Programming in LaTeX with Ease | Alan Xiang’s Blog](https://www.alanshawn.com/tech/2020/10/04/latex3-tutorial.html) 2. 命令内部不能使用`lstlisting`环境。这里用`\lstinputlisting`绕开了。 这种情况只在`\isGraduateTF`的`#1`里有,之前测不到。
fky2015
reviewed
May 7, 2024
fky2015
approved these changes
May 7, 2024
YDX-2147483647
added a commit
to YDX-2147483647/BIThesis
that referenced
this pull request
May 26, 2024
Merged
YDX-2147483647
added a commit
to YDX-2147483647/BIThesis
that referenced
this pull request
May 27, 2024
Relates-to: BITNP#493
Merged
github-merge-queue bot
pushed a commit
that referenced
this pull request
May 28, 2024
Relates-to: #493
YDX-2147483647
added a commit
to YDX-2147483647/BIThesis
that referenced
this pull request
Jul 25, 2024
name 用于 URL,不能有汉字,但 display label 可以。 BITNP#493 (comment) https://github.com/adobe-fonts/source-han-serif/releases/tag/2.002R 就采用了这种方式。 - 大部分上传改用 [GitHub CLI](https://cli.github.com/manual/gh_release_upload),因为原来的 actions 似乎不支持指定 label,而且`gh release upload`更简单。 - 中文显示名参考了[网站][wiki]。 - 除`bithesis.pdf`外都标注了。 Relates-to: BITNP#389 [wiki]: https://github.com/BITNP/BIThesis-wiki/blob/ee2c335682486359e31a25cbb11fc77d909a0a42/wiki/guide/preface.md#qbithesis-%E9%83%BD%E5%8C%85%E5%90%AB%E5%93%AA%E4%BA%9B%E6%A8%A1%E6%9D%BF
Merged
github-merge-queue bot
pushed a commit
that referenced
this pull request
Jul 25, 2024
name 用于 URL,不能有汉字,但 display label 可以。 #493 (comment) https://github.com/adobe-fonts/source-han-serif/releases/tag/2.002R 就采用了这种方式。 - 大部分上传改用 [GitHub CLI](https://cli.github.com/manual/gh_release_upload),因为原来的 actions 似乎不支持指定 label,而且`gh release upload`更简单。 - 中文显示名参考了[网站][wiki]。 - 除`bithesis.pdf`外都标注了。 Relates-to: #389 [wiki]: https://github.com/BITNP/BIThesis-wiki/blob/ee2c335682486359e31a25cbb11fc77d909a0a42/wiki/guide/preface.md#qbithesis-%E9%83%BD%E5%8C%85%E5%90%AB%E5%93%AA%E4%BA%9B%E6%A8%A1%E6%9D%BF
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
\isGraduateTF