blob: 5ca0a825fccdee72d731e1fcb8fb402a8b2c9b63 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
# hackthefootline
## Arbitrary footline selection for LaTeX beamer's standard themes.
Some `beamer` themes provide footlines -- and some do not.
Now, if one wants to have a footline, he is restricted to the (outer) themes providing them or loads multiple themes. On top of that, these provided footlines are only configurable by redefining them as a whole, which is quite uncomfortable and yields many lines of additional code.
`hackthefootline` is a package taking over, defining and redefining different footlines, so they can be configured using key-value syntax. Also, it is possible (but *not* recommended) to switch between different footline types during a presentation.
### Dependencies
`hackthefootline` depends on the `pgfkeys` package and -- obviously -- on the `beamer` class.
Additional sophisticated features included also require `appendixnumberbeamer`, `etoolbox`, `calc` and `numprint`, but these four dependencies can be resolved by passing some options to the `hackthefootline` package.
### License
This work is licensed under the LPPL 1.3c or any later version.
|