ACRO 包中标题前后的垂直空间(titleskip)

ACRO 包中标题前后的垂直空间(titleskip)

我正在使用\acro包,我想知道\tocloft用于控制每个类标题前后空间的选项或其他工具,我的 MWE 是:

\documentclass{book}
\usepackage{polyglossia}
\usepackage{acro}
\acsetup{
 only-used = false,
  first-style=default,%
    hyperref = true,
    %list-heading = section,
    group-citation = true,
    label = true,
only-used = false,
short-format = {\scshape},
extra-style = default,
            list-style =  longtable-rev
            }   
\setotherlanguage{english}

\setmainlanguage[calendar=gregorian, numerals=maghrib, locale=morocco, abjadjimnotail=true]{arabic}

\newfontfamily\arabicfont[Script=Arabic, Ligatures=TeX]{Amiri}

            \DeclareAcronym{ny}{
  short = NY, %{\textit{NY}\acdot} if you want to add a point after and make it italic
long  = New York ,
class = abbrev
}
\DeclareAcronym{alpha}{
short = {$\alpha $} ,
long  = Example ,
sort  = y ,
class = nomencl
} 
\begin{document}
\begin{LTR}
\printacronyms[include-classes=nomencl,name= \Huge Symbols list]
\printacronyms[include-classes=abbrev,name=\Huge acronyms]
\end{LTR}

\end{document}

在此处输入图片描述

相关内容