You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
=== #bbl(en: [`第1卷` is incorrectly treated as numeric], zh: [`第1卷`被错当为数值]) <csl-is-numeric>
1881
+
1882
+
#level.advanced
1883
+
#issue("hayagriva#439")
1884
+
1885
+
#babel(
1886
+
en: [The `volume` field of an entry can be either numeric (e.g., `2`, `2a`) or non-numeric (e.g., `第2卷`, `2nd volume`), and the CSL style may use ```xml <if is-numeric="volume">``` to implement conditional rendering.],
en: [However, typst distinguishes _non-numeric contents_ from _numbers with suffixes_ by scanning whitespaces. As a result, it treats `第1卷` as numeric incorrectly, generating a redundant `卷`.],
en: [`@standard` is the `[S]` type in GB/T 7714—2015. It is #link("https://docs.citationstyles.org/en/stable/specification.html#appendix-iii-types")[a regular type in CSL], and a non-standard type in BibTeX (but accepted by biber). However, typst interprets it as `@misc` (`[Z]`) or `@webpage` (`[EB]`).],
@@ -1937,7 +1989,23 @@ $ integral f dif x $
1937
1989
pubstate = {Published},
1938
1990
version = {5},
1939
1991
}
1940
-
% ISO/IEC. Information Technology — Dynamic Adaptive Streaming over HTTP (DASH) — Part 1: Media Presentation Description and Segment Formats[S/OL]. International Organization for Standardization, 2022. https://www.iso.org/standard/83314.html. Published.
1992
+
% ISO/IEC. Information technology — Dynamic adaptive streaming over HTTP (DASH) — Part 1: Media presentation description and segment formats: ISO/IEC 23009-1:2022(E)[S/OL]. International Organization for Standardization, 2022. https://www.iso.org/standard/83314.html.
0 commit comments