URI: 
       ttemplate.tex: show frame number instead of navigation buttons - scibeamer - quickly create scientific presentations using LateX and Beamer
  HTML git clone git://src.adamsgaard.dk/scibeamer
   DIR Log
   DIR Files
   DIR Refs
   DIR README
   DIR LICENSE
       ---
   DIR commit 88ff0e732705661a4ac9edb4e8233096904be1b5
   DIR parent 5480905c4f16791bd066353622dac8acc97bb6de
  HTML Author: Anders Damsgaard <anders@adamsgaard.dk>
       Date:   Sun, 25 Aug 2024 12:18:02 +0200
       
       ttemplate.tex: show frame number instead of navigation buttons
       
       Diffstat:
         M template.tex                        |       2 ++
       
       1 file changed, 2 insertions(+), 0 deletions(-)
       ---
   DIR diff --git a/template.tex b/template.tex
       t@@ -27,6 +27,8 @@
        \setbeamercolor{frametitle}{fg=AUblue}
        \setbeamercolor{section in toc}{fg=AUblue}
        \setbeamercolor{title}{fg=red!50!black}
       +\setbeamertemplate{footline}[frame number]  % add page number in footer
       +\beamertemplatenavigationsymbolsempty   % disable navigation buttons
        
        %% Mathematics, scientific and chemical notation
        \usepackage{amssymb,amsmath,amsfonts}