diff --git a/README.md b/README.md index bd84078..3f4a75e 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,19 @@ +[![made-with-latex](https://img.shields.io/badge/Made%20with-LaTeX-1f425f.svg)](https://www.latex-project.org/) [![GPL license](https://img.shields.io/badge/License-GPL-blue.svg)](http://perso.crans.org/besson/LICENSE.html) + # beamer-themes + A hopefully growing collection of (latex) beamer-themes that i have created over the years. All themes supplied are standalone versions. + +## colorful-dream + +This theme is located [here](./colorful-dream). +Valid Options (defaults are marked): + +- `nofont`/__`font`__ (automatic font-loading) +- `nolibs`/__`libs`__ (automatic loading of other libraries like tikz) +- __`noemblem`__/`emblem` (place emblem on titlepage, configure the emblem with `\SetEmblem`) +- __`notheorems`__/`theorems` (automatic configuration of theorems. Will define "exercise" and "solve"). + +Other configuration-options and commands like `\email` and `\outro` are presented in the [example.tex](colorful-dream/example.tex): + +![colorful-dream example image](colorful-dream/example.png) \ No newline at end of file diff --git a/colorful-dream/example.png b/colorful-dream/example.png new file mode 100644 index 0000000..509097b Binary files /dev/null and b/colorful-dream/example.png differ