
답변1
기본 설정을 변경할 수 있는 탭이 Document>Settings
있는 것 같아요 .Numbering & TOC
답변2
Bernhard의 의견에서 제안한 대로 \titlecontents* 명령을 사용할 수 있습니다. 따라서 문서의 LaTeX 서문에 다음을 추가했습니다.
\usepackage{titletoc}
\titlecontents*{subsubsection}[0em]{\small}{\thecontentslabel. }{}{}[\ |\ ][]
올바른 방향을 가리킨 Bernhard에게 소리쳐주세요!