Files
awesome-beamer/README.md
Lukas Pietzschmann 14cdaab1c4 Updated Readme
2022-12-08 18:22:25 +01:00

26 lines
886 B
Markdown

# Awesome-Beamer
The kinda awesome beamer theme!
## Using the theme
Your project structure has to look like this:
```
|--main.tex (your root document)
|--styles/
| |--<all .sty files from this repo + use_me.tex>
| |--use_me.tex
| |--beamercolorthemeAwesome.sty
| |-- ...
```
You have to include `use_me.tex` in your main LaTeX file.
If you follow the above directory structure, this should be enough to get you started.
## Compilation
Using this theme requires you to run pdflatex (or whatever compiler you prefer) multiple times on your main LaTeX file. This is required for those litte dots in the footer to work.
If you're using latexmk you don't have to do this manually as latexmk can figure this stuff out by itselfe.
## Example slides
![example.pdf](https://github.com/LukasPietzschmann/awesome-beamer/blob/693226e78d4c1e11b30030dcf54f8ca75000998d/example/example.pdf)