Submanifold / latex-mimosis
- среда, 21 февраля 2018 г. в 03:15:15
A minimal & modern LaTeX template for your (bachelor's | master's | doctoral) thesis
This repository contains a minimal & modern LaTeX template for dissertations and other university documents.
For the impatient or curious: this is what the template looks like.
This template aims to be…
It is specifically suited for the European education system because it uses A4 paper size by default.
mimosis.cls
into your document directory\documentclass{mimosis}
to your document preambleThesis.tex
and the files in Sources
as
a starting pointlatexmk
to build the document using pdflatex
The template is based on the excellent koma-script
class. You can thus change the appearance of many things quite easily.
For example, if you want the thesis to use the letter
paper format,
just add
\KOMAoptions{paper=letter}
in the preamble of the document and recompile.
The repository comes with an example file called Thesis.tex
. Please
take a look at this file in order for more detailed instructions about
how to use the class.
It is recommended to use latexmk
to build your LaTeX documents. Your
distribution might already have this command. If so, you can use
latexmk
in the main directory of this repository in order to build the example file.
If you require additional features, find some bugs, or just have some generic inquiries, please just open an issue in this repository.