irenier
irenier
> `AutoFakeBold` 选项本身的意义就是将 bfseries 设置为伪粗体吧? > > https://github.com/wspr/fontspec/blob/cf335f4cdaa07e3d6a37b4abd4525b634edba29c/fontspec-code-keyval.dtx#L841-L862 但是 xeCJK 的文档是这么写的:  此外,若使用 founder 字库,将使用方正小标宋而不是伪粗体: 
> 我之前尝试让 `xeCJK` 和 `ctex` 在设置 `\debug_on:n { check-declarations }` 时不报错时,也发现了这个问题。我本地分支有一个 24 年 3 月的修改,当时还只有 `\clist_use:Nn(nn)`。 我也是开了 debug 模式发现这个问题,如果是 2024 年之前的版本,应该可以用 ```tex \clist_const:Ne \c_..._clist { \clist_use:Nn \l_..._clist { , }...
> @irenier 你可以先试用目前 `chinese-css` 样式(可能还不太完善),然后列出与《综合性期刊文献引证技术规范》格式不符的地方,方便作者进行修改。 您好,我试了一下,这两个格式之间的区别好像挺大的。测试代码如下: ```TeX \documentclass[autoindent=0pt]{ctexart} \begin{filecontents}{test.bib} @Article{王1998, author = {王, 晴佳}, date = {1998-03}, journaltitle = {新史学}, title = {中国二十世纪史学与西方——论现代历史意识的产生}, number = {1}, pages = {58}, volume...
目前没看到有问题,现在才注意到和css的注释体例几乎一致,十分感谢作者。顺便提醒一下有两处typo,应该是把citation换成bibliography吧 https://github.com/hushidong/biblatex-gb7714-2015/blob/28cdcaaebe0f9fe185b1f5c4ea6c508cb4eca6a3/chinese-css.bbx#L3 https://github.com/hushidong/biblatex-gb7714-2015/blob/28cdcaaebe0f9fe185b1f5c4ea6c508cb4eca6a3/chinese-jmw.bbx#L3
> > 目前没看到有问题,现在才注意到和css的注释体例几乎一致,十分感谢作者。顺便提醒一下有两处typo,应该是把citation换成bibliography吧 > > https://github.com/hushidong/biblatex-gb7714-2015/blob/28cdcaaebe0f9fe185b1f5c4ea6c508cb4eca6a3/chinese-css.bbx#L3 > > > > https://github.com/hushidong/biblatex-gb7714-2015/blob/28cdcaaebe0f9fe185b1f5c4ea6c508cb4eca6a3/chinese-jmw.bbx#L3 > > 广义的 citation 包含文内引用和文后参考文献表。 哦哦,只是看到其他的都写的是bibliography https://github.com/hushidong/biblatex-gb7714-2015/blob/28cdcaaebe0f9fe185b1f5c4ea6c508cb4eca6a3/chinese-cajhss.bbx#L3
好的,谢谢您!