Yukai Chou

Results 268 issues of Yukai Chou

### Brief outline of the bug When passed to `\pgfpagesuselayout{}[]`, `corner width=` should add black rounded corners to and clip each page. But currently nothing happens. Found when digging into...

pgfpages

### Brief outline of the bug This issue reports a general case of #1212, in which @hmenke has pointed out the expected (or ideal) way to fix it: > Might...

circuits.ee.IEC

### Brief outline of the bug Originally reported to `tcolorbox`, see https://github.com/T-F-S/tcolorbox/issues/197 When a `pstricks` picture containing some node connection command is used inside a pgf node, the final output...

### Environment - TeXstudio: 4.7.0rc2-1-g9c2e83692 - Qt: 6.6.0 - OS: macOS 13.6.1 - TeX distribution: basicTeX 2023 ### Expected behavior After typing in `\directlua`, continue to type in `{` and...

enhancement

### Environment - TeXstudio: 4.5.2 - Qt: 6.5.0 - OS: macOS 12.6.5 ### Expected behavior ```tex \usepackage{ % tikz } ``` loads corresponding cwl file for `tikz` package. ### Actual...

enhancement

### Environment - TeXstudio: both stable 4.5.1 and latest 4.5.1-102-ge8f3f2349 - Qt: 6.4.2 - OS: macOS 12.6.3 - TeX distribution: irrelevant ### Expected behavior In Edit Macros dialog, when cursor...

enhancement

### 先决条件 - [X] 我已尝试更新[模板版本](https://github.com/nju-lug/NJUThesis/blob/master/CHANGELOG.md) - [X] 我已检索[模板手册](http://mirrors.ctan.org/macros/unicodetex/latex/njuthesis/njuthesis.pdf) - [X] 我已检索[项目 wiki](https://github.com/nju-lug/NJUThesis/wiki) - [X] 我已确认这个问题没有在[其他 issues](https://github.com/nju-lug/NJUThesis/issues) 中提出过。 ### 期望的现象 会被修改的 token list variable,视修改是局部还是全局,应命名为 `\l_..._tl` 或 `\g_..._tl`。 ### 发生了什么 目前项目里大量使用形如 `\c_..._tl`...

bug
help wanted

目前, - `ctex` 的 `fontset=ubuntu`(对应 `ctex-fontset-ubuntu.def` 配置文件)和测试集中都用到 Noto Sans/Serif CJK https://github.com/CTeX-org/ctex-kit/blob/81f7050b2b6dabdbe9dd2c472c3e8e446d17a322/ctex/test/testfiles/fonts02.lvt#L7-L19 - `xeCJK` 文档使用 Source Han Sans/Serif https://github.com/CTeX-org/ctex-kit/blob/81f7050b2b6dabdbe9dd2c472c3e8e446d17a322/xeCJK/xeCJK.dtx#L219-L221 https://github.com/CTeX-org/ctex-kit/blob/81f7050b2b6dabdbe9dd2c472c3e8e446d17a322/xeCJK/xeCJK.dtx#L237 这使得本地测试和编译 `ctex` 和 `xeCJK` 的文档和代码,需要同时安装这两套字体。`ctex-kit` 是否能只使用其中的一套,以减少本地测试、编译的依赖,减轻小硬盘用户的负担(就是我)? 根据 [Ken Lunde](https://github.com/kenlunde) 2015 年发的评论...

由 https://github.com/CTeX-org/forum/issues/298 而来。 现状:ctex 文档类,xelatex 下省略号允许出现在行首,lualatex 下不允许。 可能的改进 - 修改 xecjk 的默认设置 - xecjk 不动,修改 ctex 下的默认设置 改进方式, - [forum#298 (comment)](https://github.com/CTeX-org/forum/issues/298#issuecomment-1801319343) 提到了把 U+2026 "…" 从 `LongPunct` 分类改为 `MiddlePunct` `\xeCJKsetup{LongPunct-={…}, MiddlePunct+={…}}`...

受 #678 提醒 > 这是软性废弃 `x`-type,推荐 `e`-type 的变化的一部分 > - [l3kernel 2023-05-15](https://github.com/latex3/latex3/blob/main/l3kernel/CHANGELOG.md#2023-05-15) 开始,强制要求引擎支持 primitive `\expanded`,它是 `e`-type expansion 的基础 > - [l3kernel 2023-10-10](https://github.com/latex3/latex3/blob/main/l3kernel/CHANGELOG.md#2023-05-15) 开始(尤其见 latex3/latex3#1271),l3kernel 内部实现不再使用 `x` variants,同时 `interface3.pdf` 也不再列出各 latex3...