We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
xparse
Added xparse: b-type argument to grab body of environments link
Added
link
目前 ctex-kit 项目中只有 xeCJKfntef 依赖 environ 宏包,且仅用于定义 CJKfilltwosides 环境。
xeCJKfntef
environ
CJKfilltwosides
xeCJKfntef 目前已经依赖 xparse(由依赖的宏包 xeCJK 引入)
xeCJK
据此,建议去掉 xeCJKfntef 对 environ 的依赖,改用 xparse 的新功能实现
对应的 xparse 的更新,是在 texlive 2018 冻结期提交的,(对 texlive 而言)目前只有 pretest 用户能更新到。在这一时段更新 xeCJKfntef,版本依赖的风险较低。
如果确定「想去掉 eviron 的依赖」,我可以尝试提供 pull request
The text was updated successfully, but these errors were encountered:
这个代码其实已经更新好了,网络原因没来得及推上来。
Sorry, something went wrong.
d0dfb9e
qinglee
No branches or pull requests
xparse
(2019-03-05) 新增了表示环境内容的参数类型 "b",可用于代替 environ 宏包目前 ctex-kit 项目中只有
xeCJKfntef
依赖environ
宏包,且仅用于定义CJKfilltwosides
环境。xeCJKfntef
目前已经依赖xparse
(由依赖的宏包xeCJK
引入)据此,建议去掉
xeCJKfntef
对environ
的依赖,改用xparse
的新功能实现对应的
xparse
的更新,是在 texlive 2018 冻结期提交的,(对 texlive 而言)目前只有 pretest 用户能更新到。在这一时段更新xeCJKfntef
,版本依赖的风险较低。如果确定「想去掉 eviron 的依赖」,我可以尝试提供 pull request
The text was updated successfully, but these errors were encountered: