From baf4c7b5a87372a317f64dc4f836894273b7d6a4 Mon Sep 17 00:00:00 2001 From: Lukas Pietzschmann Date: Fri, 9 Dec 2022 21:42:49 +0100 Subject: [PATCH] Fixed Readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 19c1b4c..af1f173 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@ Just copy and paste `beamerthemeawesome.sty` into your project, add `\usetheme{a ## Options This theme provides some settings you can tweak: - Language: Possible values are `english` or `german`. This changes the value passed to babel and csquotes. If none of both is selected, `german` is used. -- Extra slides: For each section and subsection an extra slide containing the title can be inserted. This is controlled by passing `secslide` and `subsecslide`. The absence of `secslide` indicates that you don't want an extra slide for every section. This is analog for `subsecslide`. +- Extra slides: For each section and subsection an extra slide containing the title can be inserted. This is controlled by passing `secslide` or/and `subsecslide`. The absence of `secslide` indicates that you don't want an extra slide for every section. Analog for `subsecslide`. ## Compilation Using this theme requires you to run your compiler multiple times on your main LaTeX file. This is required for those litte dots in the footer to work.