Skip to content

Commit

Permalink
Updated template -> simple interface
Browse files Browse the repository at this point in the history
-> Add framenumber
-> Changer Beamer template
  • Loading branch information
BCarnaval committed Jun 19, 2024
1 parent 61ea915 commit 70a2864
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
Binary file modified Presentation/main.pdf
Binary file not shown.
10 changes: 9 additions & 1 deletion Presentation/preamble.sty
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
% --------------------
% Color theme settings
% --------------------
\usetheme{Madrid}
\usetheme{default}
\usecolortheme{seahorse}

% -----------------
Expand Down Expand Up @@ -49,6 +49,14 @@
\beamertemplatenavigationsymbolsempty
\setbeamercolor{section number projected}{fg=black, bg=sweet_blue}

% Frame number
\addtobeamertemplate{navigation symbols}{}{
\usebeamerfont{footline}
\usebeamercolor{footline}
\hspace{1em}
\insertframenumber/\inserttotalframenumber
}

% ------------------------
% Colored Boxes and blocks
% ------------------------
Expand Down

0 comments on commit 70a2864

Please sign in to comment.