Updated Readme

This commit is contained in:
Lukas Pietzschmann
2022-12-08 18:19:31 +01:00
parent 693226e78d
commit 14cdaab1c4

View File

@@ -2,7 +2,19 @@
The kinda awesome beamer theme!
## Using the theme
Use have to include `use_me.tex` in your main LaTeX file. This should be enough to get you started.
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.
@@ -10,11 +22,4 @@ If you're using latexmk you don't have to do this manually as latexmk can figure
## Example slides
![Screenshot from 2022-12-06 01-42-55](https://user-images.githubusercontent.com/49213919/205778053-4f290b1d-e924-4cb8-a169-49a07f2108fa.png)
![Screenshot from 2022-12-06 01-43-01](https://user-images.githubusercontent.com/49213919/205778051-a8ab9a7e-1d6f-4e2a-9e78-bc1ce366f9f7.png)
![Screenshot from 2022-12-06 01-43-05](https://user-images.githubusercontent.com/49213919/205778050-0f1b1fac-c84b-41d6-a65d-dfc42268d785.png)
![Screenshot from 2022-12-06 01-43-10](https://user-images.githubusercontent.com/49213919/205778049-722ec35c-f99d-4afa-8643-7460aa6d2091.png)
![Screenshot from 2022-12-06 01-43-14](https://user-images.githubusercontent.com/49213919/205778048-b934ba42-f49d-4a26-8f21-3a331997df80.png)
![Screenshot from 2022-12-06 01-43-18](https://user-images.githubusercontent.com/49213919/205778047-a4014ac6-d474-49c8-a0d0-d75c504d3a98.png)
![Screenshot from 2022-12-06 01-43-22](https://user-images.githubusercontent.com/49213919/205778043-56a2963c-ee9c-43e0-822d-566921a9f699.png)
![Screenshot from 2022-12-06 01-43-26](https://user-images.githubusercontent.com/49213919/205778040-74f29ba9-dc6a-4d97-a5df-7c67370b40bc.png)
![example.pdf](https://github.com/LukasPietzschmann/awesome-beamer/blob/693226e78d4c1e11b30030dcf54f8ca75000998d/example/example.pdf)