From 9609c70bcfbddc1304c80e5b570047e3ef641554 Mon Sep 17 00:00:00 2001 From: Jan Benda Date: Thu, 4 Mar 2021 14:39:12 +0100 Subject: [PATCH] updated README.md --- README.md | 20 ++++++++++++++++++-- 1 file changed, 18 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 4d22c87..01f65cb 100644 --- a/README.md +++ b/README.md @@ -23,7 +23,8 @@ the `aptero` or `ut` color theme. ``` \documentclass[aspectratio=169,t]{beamer} -\usetheme[author,date,title]{ut} +\usetheme[author,institute,date,title,page,hidelogo]{lines} +\usecolortheme{aptero} \title{Line-based themes for beamer} \author[Benda]{Jan Benda} @@ -84,5 +85,20 @@ and descriptions of the respective themes. Run ``` > make talks -`` +``` to compile them. + + +## Installation + +Copy the style files to appropriate places: + +User specific: +``` +./install.sh +``` + +System wide: +``` +sudo ./install.sh +```