titletoc 패키지를 사용할 때 가운데 정렬된 제목 추가

titletoc 패키지를 사용할 때 가운데 정렬된 제목 추가

나는 LaTeX를 사용할 때 확실히 초심자입니다. 수학 명령에 사용할 수 있지만 이전에는 문서를 조판/형식 지정하는 데 사용한 적이 없습니다.

패키지 titletoc을 활용하여 미리 작성된 목차 문서가 있습니다. 이에 대한 설정/헤더 코드는 다음과 같습니다.

\titlerunning{ICMI 25}
\authorrunning{Table of Contents}
\usepackage{titletoc}
\titlecontents{subsubsection}[2pt]{\addvspace{10pt}\bfseries\titlerule[0.5pt]\filright}{}{}{}[]
\titlecontents{section}[0pt]{\addvspace{5pt}\filright}{}{}{\dotfill\contentspage}[]
\titlecontents{subsection}[10pt]{\addvspace{1pt}\itshape\filright}{}{}{}[]
\newcommand{\tocSection}[1]{\contentsline{subsubsection}{#1\\*\titlerule[0.5pt]\vspace{-9pt plus 2pt minus 2pt}}{}{}\nopagebreak[4]}
\newcommand{\tocTitle}[2]{\contentsline{section}{#1}{#2}{}\nopagebreak[4]}
\newcommand{\tocAuthors}[1]{\contentsline{subsection}{#1}{}{}}
\begin{document}

상단에 "목차"라는 제목을 추가하고 싶습니다. 그러나 시도할 때마다 달리는 머리를 쓰러뜨립니다. titletoc에 대한 문서를 읽었지만 여전히 이 작업을 수행하는 방법을 잘 모르겠습니다.

감사합니다!

관련 정보