summaryrefslogtreecommitdiff
path: root/macros/latex/contrib/beamer-contrib/themes/beamerauxtheme/README.md
blob: 43212cff897d120bc3102e90b8fc40cb3b7611ce (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
35
36
37
38
39
40
41
42
43
44
# Auxiliary outer and inner themes for LaTeX beamer class

[![License](https://img.shields.io/github/license/louisstuart96/beamerauxtheme.svg)](https://github.com/louisstuart96/beamerauxtheme/blob/master/LICENSE)
[![CTAN Link](https://img.shields.io/ctan/v/beamerauxtheme.svg)](https://ctan.org/pkg/beamerauxtheme)

Author: Louis Stuart (louisstuart96@gmail.com)

Version: 2019-05-07 v1.01

This package bundle is distributed under the LaTeX Project Public License, version 1.3c or later. See [LICENSE](https://github.com/louisstuart96/beamerauxtheme/blob/master/LICENSE) for detailed information.

## Outer Theme

### Split with mini frames

> Usage: `\useoutertheme{splitwithminiframes}`

This theme inherits primitive `split` outer theme, with additional slide entries after each subsection entry.

### Sidebar with mini frames

> Usage: `\useoutertheme{sidebarwithminiframes}`

This theme inherits primitive `sidebar` outer theme, with additional slide entries.

**Note**: 
1. The entries by `\subsubsection` are excluded.
2. This theme doesn't support `hideothersubsections` and `hideallsubsections`. All entries are loaded in the sidebar. Other options supported by `sidebar` are inherited.

### Two-line headline theme

> Usage: `\useoutertheme{twolines}`

The `headline` in this theme behaves like the compressed version of `headline` in the `split` theme, except that section entries and subsection entries are in separated lines. The `footline` is empty.

## Inner Theme

### Simple lines

> Usage: `\useinnertheme{simplelines}`

This theme redefines `title page`, `part page`, `section page` and three types of blocks. In particular, blocks are typeset as a whole color box, with a horizontal separation bar between `block title` and `block body`.

**Note**: This theme might be incompatible with color themes that simply reverse foreground and background colors of titles, including `seahorse`, `orchid` and `whale`.