Go to file
Bastian Rieck db24024bb1 Added title page for a dissertation at Heidelberg University 2017-09-19 11:26:36 +02:00
Sources Added title page for a dissertation at Heidelberg University 2017-09-19 11:26:36 +02:00
.gitignore Extended .gitignore file 2017-09-19 11:15:13 +02:00
README.md Added README 2017-09-19 11:18:23 +02:00
Thesis.bib Added example bibliography 2017-09-19 11:18:32 +02:00
Thesis.tex Added bibliographical adjustments to main file 2017-09-19 11:21:23 +02:00
bibliography-correct-ordinals.lbx Added adjustment files for bibliography 2017-09-12 09:30:54 +02:00
bibliography-mimosis.tex Added adjustment files for bibliography 2017-09-12 09:30:54 +02:00
latexmkrc Added demonstration `latexmkrc` file 2017-09-19 11:15:31 +02:00
mimosis.cls Extended class file 2017-09-19 11:13:09 +02:00

README.md

latex-mimosis: A minimal & modern template for your thesis

This repository contains a minimal & modern LaTeX template for dissertations and other university documents.

For the impatient or curious: this is how the template looks like.

Advantages

This template aims to be…

  • clean: no LaTeX trickery
  • minimal: no unnecessary adjustments and decorations
  • modern: typographically pleasing

It is specifically suited for the European education system because it uses A4 paper size by default.

How to use

  • Clone this repository
  • Copy the file mimosis.cls into your document directory
  • Add \documentclass{mimosis} to your document preamble
  • Optionally copy the file Thesis.tex and the files in Sources as a starting point
  • Use latexmk to build the document using pdflatex
  • Write a nice thesis in LaTeX

Example

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.

Contributing

If you require additional features, find some bugs, or just have some generic inquiries, please just open an issue in this repository.