如何使用 kaobook.cls 修改目录中的章节编号和章节标题样式?

如何使用 kaobook.cls 修改目录中的章节编号和章节标题样式?

我的标签如下:

\RequirePackage{scrlfile}
\PreventPackageFromLoading{amssymb}

\documentclass[%
    fontsize=10pt, 
    twoside=true, 
    open=any, 
    chapterentrydots=true, 
    numbers=noenddot 
]{kaobook}

\usepackage{xcolor}

\begin{document}

\frontmatter

\tableofcontents

\mainmatter

\chapter{First Chapter}
\section{Test}

\chapter{Second Chapter}
\section{Trial}
\end{document}

它产生的输出如下:

在此处输入图片描述

Chapter在此,我需要获取和bold and Cyan colorChapter number的的总块14ptChapter title is in 11pt请参阅下面的屏幕截图以便更好地理解:

在此处输入图片描述

相关内容