-
Notifications
You must be signed in to change notification settings - Fork 110
feat: 适配汉化 cleveref 宏包 #596
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
base: main
Are you sure you want to change the base?
Conversation
48f8026
to
1e03e28
Compare
CI 报错是 TeX Live 2025 新出现的,我本地也有,是第一次编译时 \cs_new_protected:Npn \ctex_fix_varioref_label:n #1
{
- \tl_if_empty:cT { p@#1 }
- { \exp_args:Nnx \labelformat {#1} { \exp_not:c { CTEX@the#1 } } }
} 大概率是 CTeX-org/ctex-kit#725 。 MWE\documentclass{ctexbook}
\usepackage{cleveref}
\begin{document}
\section{S}\label{sec:intro}
\cref{sec:intro}
\end{document} |
1e03e28
to
69d8b85
Compare
adacb00
to
d982975
Compare
12720fa
to
15a3f24
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Copilot wasn't able to review any files in this pull request.
Files not reviewed (6)
- bithesis.dtx: Language not supported
- handbook/chapters/ch0-quick-start.tex: Language not supported
- handbook/chapters/ch1-intro.tex: Language not supported
- handbook/chapters/ch2-template-usage.tex: Language not supported
- handbook/chapters/ch3-latex-syntax.tex: Language not supported
- handbook/main.tex: Language not supported
1ab1fc8
to
b06af36
Compare
docs(handbook): Clean obsolete codes, add manual(移至ci: Minimize packages #607)\clearpage
docs: Prefer FAQ(移至docs: 将生僻字、断字等“部分正确”的注释换成FAQ;chore: update version to 3.8.2 #597)Resolves #593