Skip to content

Commit

Permalink
readme added
Browse files Browse the repository at this point in the history
  • Loading branch information
sebaseb98 committed Oct 24, 2024
1 parent 6c7b07b commit ccb1ec8
Showing 1 changed file with 29 additions and 1 deletion.
30 changes: 29 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,30 @@
# clean-math-thesis
Typst thesis template specialized on needs of mathematics.

[![Build Typst Document](https://github.com/sebaseb98/MasterThesis/actions/workflows/build.yml/badge.svg)](https://github.com/sebaseb98/MasterThesis/actions/workflows/build.yml)
[![Repo](https://img.shields.io/badge/GitHub-repo-blue)](https://github.com/sebaseb98/clean-math-thesis)
[![License: MIT](https://img.shields.io/badge/License-MIT-success.svg)](https://opensource.org/licenses/MIT)

[Typst](https://typst.app/home/) thesis template for mathematical theses built for simple, efficient use and a clean look.
Of course, it can also be used for other subjects, but the following math-specific features are already contained in the template:

- theorems, lemmas, corollaries, proofs etc. prepared using [great-theorems](https://typst.app/universe/package/great-theorems)
- equation settings
- pseudocode package [lovelace](https://typst.app/universe/package/lovelace) included.

Additionally, it has headers built with [hydra](https://typst.app/universe/package/hydra).

## Set-Up
The template is already filled with dummy data, to give users an impression how it looks like. The thesis is obtained by compiling `main.typ`.
To fit it to your needs

- edit the data in `meta.typ`
- (optional) change colors and appearance of the theorem environment in the `customization/`-folder.

When adding chapters remember to also add them into `main.typ`.

### Disclaimer
This template was created after I finished my master's thesis.
I do not guarantee that it will be accepted by any university, please clarify in advance if it fulfills all requirements. If not, this template might still be a good starting point.

### Feedback & Improvements
If you encounter problems, please open issues. In case you found useful extensions or improved anything I am also very happy to accept pull requests.

0 comments on commit ccb1ec8

Please sign in to comment.