Go to file
Bastian Rieck 4294b0b074 Cosmetic updates for `latexmkrc` 2019-07-23 08:58:09 +02:00
Sources Fixed typo (thanks, Karsten!) 2017-09-19 14:52:18 +02:00
.gitignore Extended .gitignore file 2017-09-19 11:15:13 +02:00
LICENSE.md Added `LICENSE.md` file 2018-04-02 11:04:17 +02:00
Makefile Added Makefile to clean directory of files generated by latexmk 2018-06-21 14:08:26 +02:00
README.md Updated list of contributors 2019-07-12 17:08:14 +02:00
Thesis.bib Fixed executable flag for bibliography file 2019-04-12 18:49:46 +02:00
Thesis.pdf Updated example file 2019-04-12 18:50:36 +02:00
Thesis.tex Fixed usage of deprecated `\bibliography` command 2019-04-12 18:47:51 +02:00
bibliography-mimosis.tex Added proper language mapping for `biblatex` 2019-04-12 18:48:27 +02:00
english-mimosis.lbx Added template-specific bibliography strings 2019-04-12 18:47:06 +02:00
latexmkrc Cosmetic updates for `latexmkrc` 2019-07-23 08:58:09 +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 what the template looks like. You may also want to take a look at my my Ph.D. dissertation, which uses a predecessor of this template.

Users

Before going over the details of this template, why not look at how it looks in practice? The following documents have been typeset with this template (or a slightly modified variant of it):

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—this can be easily adjusted to fit your personal needs, though (see below).

The class is based on KOMA-script, so it should be flexible enough to suit virtually any purpose.

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

How to customize

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.

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.

Required packages for the class

The template uses various LaTeX packages that you should install using your favourite LaTeX distribution. Some distributions already do this automatically when you compile the document for the first time. Others require manual updates. Please refer to the documentation of your LaTeX distribution for more details.

Here is a list of packages that you need (I am using the package name as specified on CTAN):

Required packages for the example document

Typesetting the example document requires an additional set of packages. Feel free to remove them, though—they are only used for showcasing how a real document might look like.

For pdfTeX users:

For LuaTeX or XeTeX users:

  • The Minion Pro font; please use your favourite search engine for this or change the line \setmainfont{Minion Pro} in the preamble to another font (or leave it out entirely)

License

The template uses the MIT license. Please see the file LICENSE.md in the main directory of the repository for more details.

Contributing

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

Contributors

Here is a list of contributors: