Results 21 comments of linxc

babel 对章节和部分的重命名是靠把 `\@makechapterhead` 中的 `\@chapapp\space\thechapter` 自动替换成 `\bbl@chfmt` 并把 `\@part` 中的 `\partname\nobreakspace\thepart` 自动替换成 `\bbl@partformat` 实现的,其实和 ctex 手动换成 `\CTEX@chaptername` 以及 `\CTEX@partname` 类似。 目前 ctex 系列文档类和 babel 冲突的应该只有章名和部分名;我测试了一下 `ctexbook`,也确实如此。其他的结构名都可以随着 babel 的 \selectlanguage 命令改变(包括“附录”)。...

`babel` 可能还能用于实现 CJK 分语言/变体使用不同字体配置 #628

Perhaps you need to add some commands to `\addto\extraschinese` (or `japanese`) which asks `ctex` (or the underlying `luatexja`) to change fonts whenever a different language is loaded by `babel`? Similar...

@eric-wieser The root of the inconsistency you mentioned is that when default `fill_value` is set, it's always `999999` and `int32`, while when a `astype` cast is made, the data type...

Similar problem. But the weirdest thing is: if I directly open the PDF file, inverse search not working; but if the PDF file then get recompiled while Sumatra still opening...

@GitHubRulesOK actually I opened it from file explorer just AFTER I successfully compiled it.

@GitHubRulesOK Hi, I re-checked it, and I found that `Synchronization file cannot be opened` is reported sometimes. And, I could be sure that it is nothing to do with 'a...

It seems to be the (dependency) problem of the version 24.3. I'm on Ubuntu 22.04, and after updating to 24.3, MiKTeX broke. You could revert to 23.12 for now.

Some further test indicates that this is only a solution for Ubuntu on WSL(2). Full desktop Ubuntu system still cannot run miktex 24.3 after installing `qt6-wayland`, reporting: ``` qt.qpa.plugin: Could...

It turns out that additional `qt6-qpa-plugins` need to be installed. (thanks to @chdebernardi in #1469)