
答案1
我認為Document>Settings
有一個Numbering & TOC
選項卡可以更改預設設定。
答案2
正如 Bernhard 的評論中所建議的,可以使用 \titlecontents* 指令。因此,我在文件的 LaTeX 序言中添加了以下內容:
\usepackage{titletoc}
\titlecontents*{subsubsection}[0em]{\small}{\thecontentslabel. }{}{}[\ |\ ][]
向伯恩哈德大喊大叫,他指出了正確的方向!