Waxberry
Waxberry
仿照 [modern-nju-thesis](https://github.com/nju-lug/modern-nju-thesis) 对模板的文件架构进行了解耦,方便后续基于原有函数创建新模板 通过将页面设置与页面生成代码解耦为独立的函数,之后创建新的模板只需要补充少量新函数并组合已有的函数。 顺便修复 #18 中,引用小节不正确显示的问题 修复前  修复后  PS. 由于本人不是计算机相关专业的,代码水平一般,在 merge 后如果有质量不高的代码或不合理的结构还请帮忙修改。
For html target, if the target page has a same title (reference by `heading-reference`) or label in the current page, the cross reference will always direct to current page no...
Cross reference can work properly in html target, but in pdf target (render the whole document through `ebook.typ` or preview a single chapter by tinymist) it has not effect when...