
答案1
至少了解您正在使用的類別將非常有幫助。您也可以說出您的問題是什麼。所以,我不得不猜測您需要更多空間來容納數字。您可以使用該tocloft
套件來實現此目的。
\usepackage{tocloft}
\setlength{\cftfignumwidth}{5em} % choose the length to suit you (default is 2.3em)
請閱讀文件 ( < texdoc tocloft
) 以取得有關該包的所有資訊。
至少了解您正在使用的類別將非常有幫助。您也可以說出您的問題是什麼。所以,我不得不猜測您需要更多空間來容納數字。您可以使用該tocloft
套件來實現此目的。
\usepackage{tocloft}
\setlength{\cftfignumwidth}{5em} % choose the length to suit you (default is 2.3em)
請閱讀文件 ( < texdoc tocloft
) 以取得有關該包的所有資訊。