Skip to content

Commit 90dfa6f

Browse files
authored
feat: 更新参考文献 Q&A; chore: 使用 table 代替 tablex 说明 (#23)
1 parent 86f3a2d commit 90dfa6f

File tree

1 file changed

+18
-2
lines changed

1 file changed

+18
-2
lines changed

docs/chinese.md

Lines changed: 18 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -265,7 +265,7 @@ PS: 例子来源于 [Myriad-Dreamin](https://github.com/Myriad-Dreamin)
265265

266266
### 如何编写复杂表格或编写简洁的表格?
267267

268-
复杂表格:可以使用 [tablex](https://github.com/PgBiel/typst-tablex)
268+
复杂表格:可以查看 [Table Guide](https://typst.app/docs/guides/table-guide/)
269269

270270
类 Markdown 表格:可以使用 [tablem](https://github.com/OrangeX4/typst-tablem) 包。
271271

@@ -335,7 +335,7 @@ Typst 暂不支持 CSL-M 标准,因此暂时无法通过修改 csl 文件实
335335

336336
hayagriva 已知 bug [typst/hayagriva#154](https://github.com/typst/hayagriva/issues/154)
337337

338-
可以通过将 csl 文件里的 `after-collapse-delimiter=","` 改成 `after-collapse-delimiter="-"` 临时解决。请注意,这样做并不符合 CSL 规范,修改后的文件不应当用于 Zotero 等文献管理软件。待 hayagriva 修复此 bug 后,需要改回。
338+
可以通过将 csl 文件里的 `after-collapse-delimiter=","` 改成 `after-collapse-delimiter="-"` 临时解决。请注意,这样做并不符合 CSL 规范,修改后的文件不应当用于 Zotero 等文献管理软件。**待 hayagriva 修复此 bug 后,需要改回**
339339

340340
**问题3:** 引文条目中 `. ` 部分丢失。
341341

@@ -345,6 +345,22 @@ hayagriva 已知 bug [typst/hayagriva#154](https://github.com/typst/hayagriva/is
345345

346346
目前暂不支持([typst/hayagriva#91](https://github.com/typst/hayagriva/issues/91))。
347347

348+
**问题5:** 学位论文 `[D]` 后不显示 `地点: 学校名称, 年份.`
349+
350+
Typst 暂不支持 `school` `institution` 作为 `publisher` 的别名,亦不支持解析 csl 中的 `institution`[typst/hayagriva#112](https://github.com/typst/hayagriva/issues/112))。如需修复,请手动修改 bib 文件内对应条目,在 `school = {学校名称},` 下加一行 `publisher = {学校名称},` ,如:
351+
352+
```biblatex
353+
@phdthesis{alterego,
354+
type = {{超高校级学位论文}},
355+
title = {{基于图书室的笔记本电脑的 Alter Ego 系统}},
356+
author = {不二咲, 千尋},
357+
year = {2010},
358+
address = {某地},
359+
school = {私立希望ヶ峰学園},
360+
publisher = {私立希望ヶ峰学園},
361+
}
362+
```
363+
348364
## 一些 Typst 中文资源列表 { #resources }
349365

350366
可以查看 [Awesome Typst 中文版](https://github.com/typst-doc-cn/awesome-typst-cn) 中文版,以及浏览 [第三方包](https://typst-doc-cn.github.io/docs/packages/)

0 commit comments

Comments
 (0)