Updated Readme
This commit is contained in:
23
README.md
23
README.md
@@ -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
|
||||

|
||||

|
||||

|
||||

|
||||

|
||||

|
||||

|
||||

|
||||

|
||||
|
||||
Reference in New Issue
Block a user