updated README.md
This commit is contained in:
parent
6d6114e8ea
commit
9609c70bcf
20
README.md
20
README.md
@ -23,7 +23,8 @@ the `aptero` or `ut` color theme.
|
|||||||
|
|
||||||
```
|
```
|
||||||
\documentclass[aspectratio=169,t]{beamer}
|
\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}
|
\title{Line-based themes for beamer}
|
||||||
\author[Benda]{Jan Benda}
|
\author[Benda]{Jan Benda}
|
||||||
@ -84,5 +85,20 @@ and descriptions of the respective themes.
|
|||||||
Run
|
Run
|
||||||
```
|
```
|
||||||
> make talks
|
> make talks
|
||||||
``
|
```
|
||||||
to compile them.
|
to compile them.
|
||||||
|
|
||||||
|
|
||||||
|
## Installation
|
||||||
|
|
||||||
|
Copy the style files to appropriate places:
|
||||||
|
|
||||||
|
User specific:
|
||||||
|
```
|
||||||
|
./install.sh
|
||||||
|
```
|
||||||
|
|
||||||
|
System wide:
|
||||||
|
```
|
||||||
|
sudo ./install.sh
|
||||||
|
```
|
||||||
|
Loading…
Reference in New Issue
Block a user