Tagged Questions
1
vote
1answer
42 views
Section numbers have a zero in front with report document class [duplicate]
I wrote my tex file first in article mode. Now that I switched the document class to report, unfortunately I am getting a zero before my sections and subsections which I want to be removed. Changing ...
4
votes
2answers
242 views
How to save and restore chapter's heading format
I am writing my thesis using a template provided by the university. It requires using the report class. To format the headings in the front matter, it uses the titlesec package and redefine the format ...
3
votes
1answer
991 views
How to control chapter headings in report documentclass
I've been using Latex for a while but I'm now starting to write my thesis and I'm having trouble with the chapter headings.
I'm using the report documentclass as it allows my to use the \include ...
1
vote
1answer
105 views
Error in numbering theorems in section zero of a chapter in report
I'm writing a multichapter report and I'm having a problem with the theorems being numbered correctly of section zero of a new chapter.
For instance, chapter two ends with Corollary 2.3.21 and ...
4
votes
2answers
503 views
Changing the linespacing of headings independently from the rest of the text
I'm currently writing my thesis using TeXworks and MiKTeX.
I'm using the report document class. My problem is that I need to increase line spacing but some of my chapter and section headings are very ...
5
votes
2answers
1k views
Numbering \subsubsection in report class
I used the \subsubsection command hoping that LaTeX would add a subsection inside a section
\subsubsection{sub sub section}
But it just made the text within the {} bold. It did not give it a ...
0
votes
0answers
112 views
No pagebreaks after chapter in report documentclass [duplicate]
Possible Duplicate:
Start new chapter on same page
I'm currently writing a report in the LaTeX documentclass report. The guide lines of the project I'm writing the report for state that ...
4
votes
1answer
2k views
Acknowledgement page + report
I'm writing a report and I want to place the Acknowledgement page without \section because it will number it 0.1
I tried to place it in another TeX document and use \input in the main document, but ...
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}
...
10
votes
1answer
2k views
How to start new chapters on the right hand side
I use the report document class, and I would like that chapters always start on the right hand side, anyone an idea how this could be easily done?