0
votes
1answer
103 views

\titleformat does not seem to work when used within a class file

The following block of code doesn't seem to do anything when I define it in a custom class. But when I use the class but put this block in my preamble, it works as expected. \titleformat{\chapter} ...
0
votes
0answers
88 views

Remove section symbol in front of section title [closed]

I am using the book class for my PhD thesis, but graduate school does't want the section symbol in front of the section title. How can remove the symbol?
6
votes
1answer
4k views

How do I put chapters into a LaTeX document?

I used the following LaTeX tag to make a chapter \chapter{title here} but it did not compile. The LaTeX compiler was talking about Undefined control sequence How can I get over this error?
6
votes
2answers
3k views

article vs. report

\section{Section title here}} \subsection*{The subsection without numbers, but want it to appear in TOC} \addcontentsline{toc}{subsection}{The subsection without numbers, but want it to appear in TOC} ...