Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/pseudomanifold/latex-mimore
A minimal & modern LaTeX template for reports
https://github.com/pseudomanifold/latex-mimore
latex latex-class latex-template modern-template template
Last synced: 2 months ago
JSON representation
A minimal & modern LaTeX template for reports
- Host: GitHub
- URL: https://github.com/pseudomanifold/latex-mimore
- Owner: Pseudomanifold
- License: mit
- Created: 2017-05-10T13:34:12.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-04-02T09:14:32.000Z (over 6 years ago)
- Last Synced: 2024-09-28T04:41:26.618Z (3 months ago)
- Topics: latex, latex-class, latex-template, modern-template, template
- Language: TeX
- Size: 409 KB
- Stars: 35
- Watchers: 5
- Forks: 4
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# latex-mimore: A minimal & modern template for reports
This repository contains a minimal & modern LaTeX template for reports
that have to be written for courses at university. It assumes that the
user is a student who has been given a certain topic.For the impatient or curious: [this is how the template looks
like](Seminar.pdf).# Advantages
This template aims to be…
- clean: no LaTeX trickery
- minimal: no unnecessary adjustments and decorations
- modern: typographically pleasingIt 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 `mimore.cls` into your document directory
- Add `\documentclass{mimore}` to your document preamble
- Add all `\newcommand` instructions from the example file `Seminar.tex`
to your document preamble and adjust the example values
- Write a nice report in LaTeX# Example
The repository comes with an example file called `Seminar.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 uselatexmk
in the main directory of this repository in order to build the example
file.# License
The template uses the MIT license. Please see the file
[`LICENSE.md`](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.