[LaTeX] 테이블ofcontents에 좋은 느낌으로 listofftables를 연결하고 싶어요.

1907 단어 LaTeXtocloft
나는 LateX에 보고서를 썼는데, 단지 단순히
\tableofcontents

\listoftables
이렇게 하면tableofcontents 마지막 B표의 B.1은 움츠러들지 않습니다.

그래서 나는 아주 좋은 축소 방법을 생각해 냈다.
이렇게 하면ableoffcontents에 좋은 느낌으로listofftables를 연결할 수 있습니다.
\usepackage{tocloft}
・・・
\setcounter{tocdepth}{3}
% 3 = \subsubsectionまで
\tableofcontents

\makeatletter
\renewcommand\listoftables{%
    \@starttoc{lot}%
}
\makeatother %listoftablesのタイトルを表示しない
\cftsetindents{tab}{3.80em}{3.25em} % listoftablesをうまい感じでインデントする
\listoftables

결실



Reference

  • https://tex.stackexchange.com/questions/461216/remove-indentation-in-table-of-contents
  • - https://tex.stackexchange.com/questions/200795/remove-list-of-figures-title

    좋은 웹페이지 즐겨찾기