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

关于插图列表、表格列表的对齐 #57

Closed
liziwl opened this issue Apr 17, 2022 · 0 comments
Closed

关于插图列表、表格列表的对齐 #57

liziwl opened this issue Apr 17, 2022 · 0 comments

Comments

@liziwl
Copy link
Member

liziwl commented Apr 17, 2022

如果一章里面图表超过10个,列表编号会无法对齐

image

修复方式: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

image

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

1 participant