This is a LaTeX template for a PhD/Lic thesis follows Chalmers recommendations on thesis layout.
A PhD thesis in Sweden is either a monograph, which is a coherent scientific work, or a compilation, which is a collection of papers tied together by a short summary (20-50 pages) called kappa. This template shows how to typeset a compilation thesis.
main.tex
-- main file to compilefrontmatter/
-- cover, copyrights, abstract, abbreviations etc.frontmatter/common-basic-info.tex
-- thesis author, year, etc.kappa/body.tex
-- introductory chapters that tie together the appended paperspaper-...
-- the appended papersmain-for-defence-announcement.tex
-- defence announcement flyer (printed separately)
Compilation is straightforward:
pdflatex main
biber main
pdflatex main
pdflatex main
pdflatex main
Make sure that you have the latest versions of Biber and LaTeX packages.
This software is provided "as is" and without any express or implied warranties, including, without limitation, the implied warranties of merchantability and fitness for a particular purpose.