added installation script to copy it to the right place on linux systems

This commit is contained in:
Niklas Birk 2022-05-17 21:18:54 +02:00
parent 3b35ec02c5
commit 0dc0873771
3 changed files with 7 additions and 4 deletions

Binary file not shown.

View File

@ -8,10 +8,6 @@
\usetheme{Nik}
%\setmainfont{Yanone Kaffeesatz}
%\setsansfont{Andika New Basic}
%\setmonofont{DejaVu Sans Mono}
\setmainfont{Yanone Kaffeesatz}
\setsansfont{Andika New Basic}
\setmonofont{Fira Code}

7
beamer/install_beamer_theme.sh Executable file
View File

@ -0,0 +1,7 @@
#!/bin/bash
sudo mkdir -p /usr/local/share/texmf/tex/latex/beamerthemeNik/
sudo cp ./beamercolorthemeNik.sty /usr/local/share/texmf/tex/latex/beamerthemeNik/
sudo cp ./beamerfontthemeNik.sty /usr/local/share/texmf/tex/latex/beamerthemeNik/
sudo cp ./beamerthemeNik.sty /usr/local/share/texmf/tex/latex/beamerthemeNik/