titletoc:奇怪的输出

titletoc:奇怪的输出

使用标题目录标题安全包并创建特定的页面样式,我得到了奇怪的输出,如下图所示。

在此处输入图片描述

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。

相关内容