linxc
linxc
当前 `ctex` 系列为自行对各结构名进行重定义。`babel` 目前已经提供了非常初步的中文结构名本地化(通过 [`*.ini` 文件](https://github.com/latex3/babel/blob/main/locale/zh/babel-zh.ini)实现),可以生成“第 x 章”“第 x 部分”“图 x”以及 `\today` 的本地化等效果。使用方法可以为 ```latex \usepackage[,chinese,provide=*]{babel}% 中文为主语言,添加其他语言 ``` 或 ```latex \usepackage{babel} \babelprovide{chinese} ``` 是否有可能方便地将当前 `ctex` 系列的本地化迁移至 `babel` 的框架之上、继续添加章节名的数字中文化等细节?这样 #350 等依赖于 `babel`...
If User accessed `MaskedArray`'s default `fill_value` before assignment of it, an overflow might occur. ### Reproducing code example: ```python import numpy as np a = np.ma.MaskedArray([], dtype='i8') # int64 print(a.fill_value)...
- [x] I have read and acknowledged this HOWTO article: [Submitting a MiKTeX problem report](https://miktex.org/howto/bug-report) As stated by issues #1468 and #1469, after moving to Qt6 (suggested by #1414), miktex...
Line 5102 of `aastex631.cls` add a `\null` after `\end{table}`. This adds an empty box at *main text*, and if empty lines surround the `deluxetable` environment in the source, an empty...
When using `aastex` v6.3.1, the page break penalty after section titles are set as `\ApjSectionpenalty` (which is defined to be 0). https://github.com/AASJournals/AASTeX60/blob/3a75b1687c0219d0279ff9d9a41ad9b43fa2e7db/cls/aastex63.cls#L1183 https://github.com/AASJournals/AASTeX60/blob/3a75b1687c0219d0279ff9d9a41ad9b43fa2e7db/cls/aastex63.cls#L1134 I wonder whether this is an intentional...