note286 / xdupgthesis

[停止维护 请使用note286/xduts]西安电子科技大学研究生学位论文XeLaTeX模板
https://note286.github.io/xdupgthesis/
LaTeX Project Public License v1.3c
330 stars 57 forks source link

调整四级标题缩进距离 #76

Closed bixiaopeng0 closed 2 years ago

bixiaopeng0 commented 2 years ago

如图所示,四级标题感觉缩进距离过大。请问这个距离如何调整呢?

image
note286 commented 2 years ago

自行调整cls中最后一个值:

\ctexset{subsubsection={name={(,)},
           number={\arabic{subsubsection}},
           format={\raggedright\bfseries\XDU@font@zihao{-4}},
           nameformat={},
           numberformat={},
           aftername={},
           titleformat={},
           beforeskip={6pt plus 0pt minus 0pt},
           afterskip={0pt},
           indent={24bp}}}
note286 commented 2 years ago

你是不是没有更新模板,24bp是对的,提问前请先自查。

bixiaopeng0 commented 2 years ago

对的,问题已解决,感谢