I'm in the process of converting some lecture notes into TeX format, however I've run into a slight problem. Although the report document class is ideal for what I'm doing (a 100 page two-column document with chapters, sections and subsections), I need to modify the table of contents and chapter headings to display the chapters in terms of lectures instead of chapters.
So, for example, instead of the heading saying:
Chapter 1:
Title of the First Lecture
It should say:
Lecture 1:
Title of the First Lecture
And in the table of contents, instead of having:
1 Title of the First Lecture
It should have:
Lecture 1 Title of the First Lecture
I'm looking for the cleanest and simplest way possible of doing this.
:-)– hpesoj626 Feb 13 '13 at 04:41titletoc, while How to tweak the LOF and LOT without using any packages? provides a means without using packages. – Werner Feb 13 '13 at 06:01