Merged
Conversation
✅ Deploy Preview for clreq-gap-typst ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
Contributor
There was a problem hiding this comment.
Pull request overview
This PR updates main.typ (a Typst issue/FAQ-style document) to record newly reproduced Typst behavior and add explanatory guidance for punctuation compression related to region/font settings.
Changes:
- Add a new advanced entry documenting “tracking across elements” with a repro and workaround-style expected output (
typst#7976). - Replace the previous “not reproduced yet” placeholder with a new entry explaining region/font mismatch causing consecutive punctuation compression, including an example and an external workaround link.
- Adjust wording in the bibliography ordering note for
gb-7714-2015-author-date.
Comments suppressed due to low confidence (1)
main.typ:1978
- The English sentence is missing a conjunction between “author names” and “publication dates”, which makes it ungrammatical and slightly ambiguous. Consider restoring “and” (or adding a comma + “and”) so the ordering criteria are clearly separated.
#babel(
en: [The style `gb-7714-2015-author-date` currently sorts works by Unicode code points. However, according to the standard, when using this style, the cited works should first be grouped by scripts, then arranged by author names and publication dates. For Chinese works, they may be ordered by either pinyin or strokes.],
zh: [目前`gb-7714-2015-author-date`样式按Unicode码位排序。而标准规定,采用这种样式时,各篇文献首先按文种集中,然后按著者字顺和出版年排列,其中中文文献可按著者汉语拼音字顺或笔画笔顺排列。],
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
This file contains hidden or 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
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.
trackingis not processed correctly for Japanese typst/typst#7976typst/typst#8075 暂时保留到 #22,不记录于正文,因为目前正文只考虑了 GB/T 7714—2015,没地方记录 2025 新版国标。