ostaith

Results 4 issues of ostaith

- [x] I have read and acknowledged this HOWTO article: [Submitting a MiKTeX problem report](https://miktex.org/howto/bug-report) Hi edocevoli, the jfmutil also can't run: ``` D:\MiKTeX\fonts\vf\public\jlreq>D:\MiKTeX\miktex\bin\x64\jfmutil.exe vf2zvp -u --lenient ujlreq.vf jfmutil: tftopl...

- [x] I have read and acknowledged this HOWTO article: [Submitting a MiKTeX problem report](https://miktex.org/howto/bug-report) Miktex: 22.7 OS: Win 7 SP1 32bit `updmap --help` can run successful. but other command...

- [x] I have read and acknowledged this HOWTO article: [Submitting a MiKTeX problem report](https://miktex.org/howto/bug-report) Hi edocevoli, I need update the system japaness font from `haranoaji` to `kozuka-pr6n`, because the...

ziju命令有3个问题: **问题1:** ![image](https://user-images.githubusercontent.com/34862369/151354284-8a2d48de-d062-4c1a-8b3b-e862900ceaed.png) 如上图,因为感觉宋体太密了,所以我用`ziju`命令(`ziju{0.1}`)微调了一下宋体的字距。但是因为`xeCJK`的默认设置`AllowBreakBetweenPuncts`是禁止的,所以`曰`后面的`:“`不允许断开,导致上一行**又额外**空了一个字,但是空出来的间距,由于`ziju`命令默认计算出来的`plus xxxx`太小了(`plus xxxx`应该是少算了一个字的间距),所以无法均匀分布。 **问题2:** 使用`CTeX`的文档类(比如`ctexbook`)时,由于`ctex-engine-xetex.def`中`\l__ctex_ccglue_skip`会更新`\CJKglue`的值, ``` \cs_new_protected:Npn \ctex_update_ccglue: { \cs_set_protected:Npn \CJKglue { \skip_horizontal:N \l__ctex_ccglue_skip } } ``` **会导致xeCJK的`CJKglue`选项设置无效**。搞得我花了很长时间找原因。 这个问题如果不好修改,建议在xeCJK的文档中的`CJKglue`选项中说明,在直接使用`CTeX`的文档类时,字距用`ziju`命令修改。 **问题3:** 还是如问题1的图。我是左右文白对照的双栏排版,使用的是`paracol`宏包。但是`ctexbook.cls`中的`\ctex_update_ziju:`命令中,使用的还是`\linewidth`。在双栏排版时,`\linewidth`是不正确的。这个也会导致`ziju`的`glue`计算不正确。 **更正:**`\linewidth`是对的,我搞错了。

package/xeCJK