Federico Marotta
Federico Marotta
Thanks. I'm in the process of updating the documentation --- something I haven't done for a long time, sadly :/ Hopefully the problem will be fixed soon.
Thanks. Does this happen also with the `scrbook` class, or just with kao?
This is a good question, thank you. I think this post will be helpful: https://tex.stackexchange.com/questions/312060/how-to-reference-sections-in-other-parts-mentioning-the-part, but note that some more work is required besides copying-and-pasting the code from that answer...
Why don't you like the two labels, if I may ask? The `zref` package already implements what you needed, and I must admit that I would not know how to...
We can add an option for this. The way to detect that we are making a real book, I guess, is the `twoside` class option, but I'd keep it separate...
Hi, if I'm not wrong, `\creflabelformat` sets the format for the references to equations, so what about modifying to `\creflabelformat{equation}{#2(\textup{#1})#3}` instead of commenting out? I haven't tried it though, so...
I think it's because of the `\blinddocument` command. Normally `KOMAScript` has its own way to declare an unnumbered chapter, but `\blinddocument` itself declares the chapter, and I'm not sure what...
I agree, copying the file and making changes is not something that I'd like users to do on a regular basis. Admittedly, I used to suggest this practice in the...
Forgot the attachment, here it is. [kaobook_korean.zip](https://github.com/fmarotta/kaobook/files/7906667/kaobook_korean.zip)
同意。 这是一个最小的工作示例:) Agreed. See below for a minimal working example :) [Google translate](https://translate.google.com/?sl=en&tl=zh-CN&text=Agreed.%20Here%20is%20a%20minimal%20working%20example%20%3A\)&op=translate) 请也看看这个 https://github.com/registor/kaobook-zh (There is also https://github.com/registor/kaobook-zh) ``` \documentclass{kaobook} \usepackage{zhnumber} \usepackage{xeCJK} % Use your own fonts \setCJKmainfont{Noto Sans...