Tagged Questions
8
votes
2answers
344 views
Bind reports/articles into a book, but keep the ability to compile them individually
I see a few questions and answers about writing a book/thesis in LaTeX (here's one). But I would like to be able to compile reports separately as I write them to have a bunch of standalone documents. ...
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}
...
5
votes
1answer
2k views
Fonts in scrartcl.
Hallo all,
I started using the scrartcl class and then all the fonts (section, title ...) were messed up. How can I get them back as they where when I used article. Do I have to set them all with ...
8
votes
2answers
3k views
Changing the section title style for an article document type
I have just started working on my master's thesis with my universities latex template. It uses the 'article' document class for it. I have tweaked it here and there a bit to make it more to my liking. ...