summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/beamertheme-rainbow/README.md
blob: c5c10200ddd9216246ff9042cf81f259e0498e98 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
# beamertheme-rainbow

[![GitHub](https://img.shields.io/github/license/samcarter/beamertheme-rainbow.svg?color=blue)](http://www.latex-project.org/lppl.txt)
[![GitHub tag (latest SemVer)](https://img.shields.io/github/tag/samcarter/beamertheme-rainbow.svg?label=current%20version)](https://github.com/samcarter/beamertheme-rainbow/releases/latest)
[![CTAN](https://img.shields.io/ctan/v/beamertheme-rainbow.svg)](https://ctan.org/pkg/beamertheme-rainbow)

A beamer colour theme which alternates theme colours on every frame.

This project is licensed under the LaTeX Project Public License v1.3c or later, see http://www.latex-project.org/lppl.txt .

The project repository, including a bug tracker, can be found at https://github.com/samcarter/beamertheme-rainbow/issues .

### Usage

```latex
\documentclass{beamer}

\usetheme{Berkeley}
\usecolortheme{rainbow}

\begin{document}

\begin{frame}
content...
\end{frame}

\begin{frame}
content...
\end{frame}

\end{document}
```

For more details, please consult the [package documentation](https://github.com/samcarter/beamertheme-rainbow/blob/main/DOCUMENTATION.pdf).