我可以使用以下方法更改章节和部分等的格式:
\titleformat{\section}{\LARGE\bfseries}{\thesection.}{0.5em}{}
但是我无法对 section* 等执行相同操作,我已尝试过此操作但不起作用:
\titleformat{\section*}{\LARGE\bfseries}{\thesection.}{0.5em}{}
这可能吗?如果有什么不同的话,我会使用 Overleaf。
我可以使用以下方法更改章节和部分等的格式:
\titleformat{\section}{\LARGE\bfseries}{\thesection.}{0.5em}{}
但是我无法对 section* 等执行相同操作,我已尝试过此操作但不起作用:
\titleformat{\section*}{\LARGE\bfseries}{\thesection.}{0.5em}{}
这可能吗?如果有什么不同的话,我会使用 Overleaf。