1

My tags are follows:

\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}

It produced the output as:

enter image description here

In this, I need to get the total block for Chapter, in bold and Cyan color and Chapter number in 14pt and Chapter title is in 11pt, refer the below screenshot for better understanding:

enter image description here

2
  • kaobook is based on KOMA-Script, so you can use the KOMA styling commands for the ToC
    – DG'
    Commented Jun 10, 2023 at 9:22
  • I'm a beginner in koma, can you help me to achieve the requirements please
    – MadyYuvi
    Commented Jun 10, 2023 at 11:31

0

You must log in to answer this question.

Browse other questions tagged .