updated README.md

This commit is contained in:
Jan Benda 2021-03-04 14:39:12 +01:00
parent 6d6114e8ea
commit 9609c70bcf

View File

@ -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
```