다음은 제가 작업 중인 최소한의 코드입니다. 헤더 작업을 다음 페이지로 연기할 수 있나요? 그리고 헤더만 지웁니다.
\documentclass[12pt,a5paper]{memoir}
\usepackage[text={4.1in,6.75in}]{geometry}
\DisemulatePackage{fancyhdr}
\usepackage{fancyhdr}
%central footer; for page numbers in footer
\cfoot{\thepage}
%header for even page
\fancyhead[CE]{\small गीताशास्त्रोपदेशसोपानपङ्क्तिः}
\newcommand\sopaana[1]{%customized chapter heading
{
\fancyhead[CO]{\small #1} %header for odd page
{\bfseries\large #1 }
}
}
\begin{document}
\sopaana{३. दैवासुरसंपद् विभागः}
६. लोकेऽस्मिन् जायमाना मनुष्या द्विप्रकाराः - दैवसंपद्युक्ता आसुरसंपद्युक्ताश्चेति।
\end{document}
출력은 다음과 같습니다.
답변1
내 코드에서 사용하면 \thispagestyle{plain}
문제가 해결되었습니다.
\newcommand\sopaana[1]{%customized chapter heading {\thispagestyle{plain}\fancyhead[CO]{\small #1} %header for odd page {\bfseries\large #1 }}}
회고록 매뉴얼에는 다음과 같이 나와 있습니다.
솔직한헤더는 비어 있고 Folio(페이지 번호)는 페이지 하단 중앙에 있습니다.