Posting my own answer. If you use what 'Lockstep' posted at http://tex.stackexchange.com/questions/56839/chaptername-is-used-even-for-appendix-chapters-in-toc , the .cls file can be left as is, and the code that 'Lockstep' wrote:
\usepackage{tocloft,calc}
\renewcommand{\cftchappresnum ...
Search found 5 matches
- Fri Nov 06, 2015 7:50 am
- Forum: Theses, Books, Title pages
- Topic: Adding 'Chapter 1' instead of '1' to the Contents page
- Replies: 5
- Views: 14512
- Thu Nov 05, 2015 11:45 pm
- Forum: Theses, Books, Title pages
- Topic: Adding 'Chapter 1' instead of '1' to the Contents page
- Replies: 5
- Views: 14512
Re: Adding 'Chapter 1' instead of '1' to the Contents page
Haha, thanks for your condolences! This is the last edit I have to make in the document, so I think I'll stick with this version, unless it would be much easier to switch. I should admit that I am very new to LaTeX, so I might be making some very beginner mistakes. Let me know if there is any other ...
- Thu Nov 05, 2015 11:20 pm
- Forum: Theses, Books, Title pages
- Topic: Adding 'Chapter 1' instead of '1' to the Contents page
- Replies: 5
- Views: 14512
Adding 'Chapter 1' instead of '1' to the Contents page
My University requires that the chapter and appendix names in the table of contents have 'Chapter' and 'Appendix' before each chapter #. I'm lost as to how to accomplish this, I've read the "LaTeX for Complete Novices" chapter referring to this issue, but am having trouble implementing it with the ...
- Thu Oct 15, 2015 6:14 pm
- Forum: Theses, Books, Title pages
- Topic: Where to define document-wide definitions
- Replies: 2
- Views: 2980
Re: Where to define document-wide definitions
That did the trick, thanks. I had a lot of packages in the .sty file for some reason, as soon as I moved them over to the main.tex file everything worked.
- Thu Oct 15, 2015 5:46 pm
- Forum: Theses, Books, Title pages
- Topic: Where to define document-wide definitions
- Replies: 2
- Views: 2980
Where to define document-wide definitions
I am attempting to create a document-wide definition for my Master's Thesis:
\DeclareSIUnit\micron{\micro\meter} which uses the SIunitx package. I am not able to place this definition at the head of Ch. 1, and can't find a suitable place for it in the main.tex, or Thesis.cls files. According to the ...
\DeclareSIUnit\micron{\micro\meter} which uses the SIunitx package. I am not able to place this definition at the head of Ch. 1, and can't find a suitable place for it in the main.tex, or Thesis.cls files. According to the ...