장(BAB)과 장번호(BAB) 사이에 공백을 주고 싶은데 공백을 추가할 수 없습니다. 이것은 내 코드입니다.
\documentclass[a4paper,12pt,twoside]{book}
\usepackage[hmargin={4cm,3cm},vmargin={4cm,3cm}]{geometry}
\usepackage{times}
\usepackage{setspace}
\usepackage{graphicx}
\usepackage{graphics}
\usepackage[bahasa]{babel}
\usepackage{titlesec}
\usepackage{titletoc}
\usepackage{tocbasic}
\usepackage[utf8]{inputenc}
\usepackage{hyperref}
\AtBeginDocument{
\let\mtcontentsname\contentsname\renewcommand\contentsname{\MakeUppercase\mtcontentsname}
}
\titleformat{\chapter}[display]{\center\bfseries}{\large\MakeUppercase{\chaptertitlename}\thechapter}{1cm}{\large}
\titlespacing{\chapter}{0cm}{-1.5cm}{0cm}
\titleformat{\section}[hang]
{\bfseries}
{\bfseries\thesection}{1ex}{\bfseries}
\DeclareTOCStyleEntry[
linefill=\bfseries\TOCLineLeaderFill,beforeskip=2pt,entrynumberformat=\chapterprefixintoc,dynnumwidth
]{tocline}{chapter}
\newcommand*\chapterprefixintoc[1]{\MakeUppercase{\chaptername}~#1\enskip}
\begin{document}
\onehalfspacing
\frontmatter
\cleardoublepage
\newpage\phantomsection\addcontentsline{toc}{chapter}{DAFTAR ISI}
\tableofcontents
\mainmatter
\chapter{tes}
\end{document}