scrpage2를 사용하여 헤더의 섹션 제목에서 숫자를 어떻게 제거합니까? 텍스트에는 숫자가 표시되지만 헤더에는 표시되지 않기를 원합니다.
헤더는 다음과 같습니다.
\usepackage[automark]{scrpage2}
\pagestyle{scrheadings}
\clearscrheadfoot
\chead{\headmark}
\ohead{\pagemark}
\automark[section]{chapter}
답변1
설명서에 따르면 scrpage
:
섹션 번호 없이 헤드를 실행하려면 다음과 같이 하십시오.
\renewcommand*{\sectionmarkformat}{}
패키지는 scrpage2
더 이상 사용되지 않으므로 대신 최신 패키지를 사용해야 합니다 scrlayer-scrpage
.