I don't mind if I need to try komascript, but after reading at the documentation idk if I'm ready to go there yet.
Below is a part of what I've been working on. I tried trimming what I feel like I don't need to show, but if there's anything else I need to provide, let me know
Code: Select all
Code, edit and compile here:
\documentclass[oneside,12pt]{book}\usepackage{titlesec} % Manage chapter and sections\usepackage{lipsum} % Lorem Ipsum\usepackage[portrait, left=4cm, right=3cm, top=3cm, bottom=3cm]{geometry} % set margins\usepackage{indentfirst} % indents first line after section\usepackage{tocbasic} % TOC modifications\usepackage{float}%=================== Chapter numbering =====================%\renewcommand{\chaptermark}[1]{\markboth{#1}{}}\renewcommand{\thesection}{\arabic{chapter}.\arabic{section}}\titleformat{\chapter}[display]{\bfseries\Large\centering}{\uppercase{Bab} \Roman{chapter}}{0.5ex}{\uppercase}[\vspace{-0.5ex}]\titlespacing{\chapter}{0pt}{0pt}{20pt}%================== Quote modifications =============%\renewenvironment{quote} {\list{}{%\leftmargin0.5in\rightmargin0cm}\item\relax}{\endlist}%============= Table of contents modifications ==========%\setcounter{tocdepth}{1}\renewcommand{\contentsname}{Daftar Isi}