From c5d66ccc1709ca000f99851d6066d660f3c1be7e Mon Sep 17 00:00:00 2001 From: Lukas Pietzschmann Date: Fri, 27 Mar 2026 10:11:10 +0100 Subject: [PATCH] Smile is now on codeberg --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 1df5b50..98c352e 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ The kinda awesome beamer theme! ## Using the theme -First of all you will need the [smile](https://github.com/LukasPietzschmann/smile) package. If that's available, just copy and paste `beamerthemeawesome.sty` into your project, add `\usetheme{awesome}` into your main file and you're good to go :) +First of all you will need the [smile](https://codeberg.org/LukasPietzschmann/smile) package. If that's available, just copy and paste `beamerthemeawesome.sty` into your project, add `\usetheme{awesome}` into your main file and you're good to go :) ## Options This theme provides some settings you can tweak: @@ -10,7 +10,7 @@ This theme provides some settings you can tweak: - 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`. - Automatic toc: A table of contents is automatically inserted with the `\maketitle` command (After the title slide). If you want to disable this behavior, you have to set the `notoc` option. - Section numbers in frame title: Each frage contains the current section (and subsection) number in its title. To disable this, you have to pass the `nonumbersinframetitle` option. If you disable section numbers in the title, and you use use the `wide` environment inside a frame, it can look weird when the title is shifted to the right, but the content is not. To cope with this, you can pass the `wide` option to the frame. This will also shift the title to the left. -- Others: Every option that is not recognized by awesome-beamer will be passed to [smile](https://github.com/LukasPietzschmann/smile). +- Others: Every option that is not recognized by awesome-beamer will be passed to [smile](https://codeberg.org/LukasPietzschmann/smile). If you wanna set one (or more) of those values, you have to pass it to `\usetheme`. The usage of different options can be seen in the examples below (just click on the 'Repo' link).