We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
如果一章里面图表超过10个,列表编号会无法对齐
修复方式:setup最下面加上,
\makeatletter \titlecontents{figure} [\z@]{} {\contentspush{\makebox[4em][l]{\figurename~\thecontentslabel}}}{} {\nobreak\thu@leaders\nobreak\hfil\thecontentspage} \titlecontents{table} [\z@]{} {\contentspush{\makebox[4em][l]{\tablename~\thecontentslabel}}}{} {\thu@leaders\thecontentspage} \makeatother
The text was updated successfully, but these errors were encountered:
60f577d
fix #57,插图清单,表格清单按照 label 对齐,修复英文版
8f01154
No branches or pull requests
如果一章里面图表超过10个,列表编号会无法对齐
修复方式:setup最下面加上,
The text was updated successfully, but these errors were encountered: