Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

\changes 报错 #56

Closed
xkwxdyy opened this issue Apr 26, 2024 · 3 comments
Closed

\changes 报错 #56

xkwxdyy opened this issue Apr 26, 2024 · 3 comments

Comments

@xkwxdyy
Copy link
Contributor

xkwxdyy commented Apr 26, 2024

\DocumentMetadata{}
\documentclass{cusdoc}

\newindextype[auto=true,filename=\jobname.idx,heading*={\section}]{\empty}
\setupindex[\empty,docchange]{auto=true}

\usepackage{biblatex}

\begin{document}
\changes{v0.0.1}{2024-04-25}{基于重新整理手册代码}

\changes{v0.0.1}{2024-04-26}{增加本科模板参考}


\PrintChanges 

\end{document}

xelatex 编译后报错

! Missing = inserted for \ifnum.
<to be read again> 
                   -
l.16 \changes{v0.0.1}{2024-04-26}
                                 {增加本科模板参考}
? 

去掉 \usepackage{biblatex} 包 xelatex 编译后报错

! Undefined control sequence.
l.6 \abx@aux@refcontext
                       {nty/global//global/global/global}
? 
@Sophanatprime
Copy link
Owner

Sophanatprime commented Apr 26, 2024

  1. \changes 不支持 yyyy-mm-dd 的写法,只能写 yyyy/mm/dd,未来的版本会支持两种写法。
  2. cus 无关。删掉 .aux 再编译即可。

@Sophanatprime
Copy link
Owner

Sophanatprime commented Apr 26, 2024

dev 版(c32554e )已支持 yyyy-mm-dd 的写法。

@xkwxdyy
Copy link
Contributor Author

xkwxdyy commented Apr 26, 2024

非常感谢

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants