Tagged Questions
1
vote
1answer
95 views
Article inside report
I need to place an article inside a document created with the report class.
That means, I need a LaTeX document inside my report, where it is multicolumn'ed and the references are set in the ...
39
votes
1answer
6k views
book vs. report vs. article document class
What are the main differences between the book, the report, and the article document classes? If possible, include the differences within the KOMA-Script classes.
The visual difference for the ...
1
vote
2answers
184 views
How to convert a document from article to report?
Is there another way of doing this besides doing a manual find "section"/ replace all with "chapter" (and the same for subsections, subsubsections etc.) ?
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}
...