使用标题目录和标题安全包并创建特定的页面样式,我得到了奇怪的输出,如下图所示。
MWE 是...
\documentclass[a4paper,twoside]{article}
\usepackage{titletoc}
\usepackage[pagestyles]{titlesec}
\usepackage{multicol}
\newpagestyle{tocstyle}[]{\headrule,\setheadrule{0.5mm},\footrule,\setfootrule{0.5mm}}
\begin{document}
\pagestyle{tocstyle}
\sethead{\textsf{toc}}{}{}{}{}{}{\textsf{Toc}}
\setfoot{\thepage}{}{\textbf{Test}}{\textbf{Test}}{}{}{\thepage}
\begin{multicols}{2}
\tableofcontents
\end{multicols}
\newpage
\part{Part A}
\section{Section AA}
\subsection{Section AA}
\subsubsection{Section AAA}
\subsubsection{Section AAB}
\subsection{Section AB}
\subsubsection{Section ABA}
\subsubsection{Section ABB}
\section{Section AB}
\end{document}
另外,我使用西拉特克斯和文章类。如下图所示,分段号之间的间隔无效。原因是标题目录包裹?
MWE 几乎相同,只需将第一行
\documentclass[a4paper,twoside]{bxjsarticle}
并运行 XeLaTeX。