How do I add chapter numbers to the table of contents, like chapter 1 introduction? I'm using the geometry package. It shows "1 introduction" i want to show it like "Chapter 1 Introduction".
Asked
Active
Viewed 23 times
0
.clsfile. – Stephen Mar 13 '24 at 04:44bookorreportif you have chapters. Then you can say\chapter{}. That won't necessarily get you the output you want, but it will provide a basis for doing so. Hard to say more without code. – cfr Mar 13 '24 at 06:47