fmarotta / kaobook

A LaTeX class for books, reports or theses based on https://github.com/kenohori/thesis and https://github.com/Tufte-LaTeX/tufte-latex.
https://github.com/fmarotta/kaobook
LaTeX Project Public License v1.3c
858 stars 184 forks source link

`\nrefch{appendix}` with a wrong chapter name #237

Open xuehao opened 2 years ago

xuehao commented 2 years ago

Description

\nrefch{appendix} with a wrong chapter name

Minimal Working Example

Just check the official example: image

fmarotta commented 2 years ago

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 it does. I'll look into that though.