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

Merge contents of pics and tables into one / 图表目录合并 #5

Open
VealM opened this issue May 22, 2020 · 0 comments
Open

Merge contents of pics and tables into one / 图表目录合并 #5

VealM opened this issue May 22, 2020 · 0 comments

Comments

@VealM
Copy link
Owner

VealM commented May 22, 2020

本模板暂时采用图表目录分离 也即 图片目录 表格目录
但考虑到或许有同学必须要和word保持一致为图/表目录
可以考虑如下代码
参考自ucas

%% 放在 \begin{document} 之前
\ctexset{
  listfigurename=图表目录
}
{% content list region
\linespread{1.2}% local line space
\intobmk*{\cleardoublepage}{\contentsname}% add link to bookmark
\tableofcontents% content catalog
\intobmk*{\cleardoublepage}{\listfigurename}% add link to bookmark
\listoffigures% figure catalog

%% 以下为有变化的部分
\vspace{2\baselineskip}
\makeatletter
\@starttoc{lot}
\makeatother
}

目前我尚未应用于LZUthesis,目测可参考此代码修正

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