Community talkAdd “chapter” word into TOC using tocbibind package

General discussion about this LaTeX community.
Please no LaTeX topics here! Just community topics!
Post Reply
Ahm3dsay3d
Posts: 1
Joined: Fri Jul 12, 2019 10:13 pm

Add “chapter” word into TOC using tocbibind package

Post by Ahm3dsay3d »

Hello,
I am tired of not successfully doing it right !! I am working on my thesis and i am using this template https://github.com/kks32/phd-thesis-template/. However, there are some changes i need to implement and i could not successfully do it myself.
1. I need to add the word chapter before the chapter number and chapter name in the table of content. I already tried this code before but it added the word chapter before every level-1 heading and i want it to be limited to only main chapters

\makeatletter
\renewcommand*\l@chapter[2]{%
\ifnum \c@tocdepth >\m@ne
\addpenalty{-\@highpenalty}%
\vskip 1.0em \@plus\p@
\setlength\@tempdima{1.5em}%
\begingroup
\settowidth{\@tempdimb}{\normalsize\bfseries \chaptername~}%
\advance\leftskip by \@tempdimb
\parindent \z@ \rightskip \@pnumwidth
\parfillskip -\@tempdima
\leavevmode \bfseries
\advance\leftskip\@tempdima
\hskip -\leftskip
\chaptername~#1\nobreak\hfil \nobreak\hb@xt@\@pnumwidth{\hss #2}\par
\penalty\@highpenalty
\endgroup
\fi}
\makeatother



2. In chapters first pages, there is no page numbers and i want the page number to be visible at the top right of the page...

Recommended reading 2024:

LaTeXguide.org • LaTeX-Cookbook.net • TikZ.org
LaTeX Beginner's Guide LaTeX Cookbook LaTeX TikZ graphics TikZによるLaTeXグラフィックス
Post Reply