summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/hackthefootline/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/doc/latex/hackthefootline/README.md')
-rw-r--r--Master/texmf-dist/doc/latex/hackthefootline/README.md8
1 files changed, 4 insertions, 4 deletions
diff --git a/Master/texmf-dist/doc/latex/hackthefootline/README.md b/Master/texmf-dist/doc/latex/hackthefootline/README.md
index 5ca0a825fcc..f8de445941f 100644
--- a/Master/texmf-dist/doc/latex/hackthefootline/README.md
+++ b/Master/texmf-dist/doc/latex/hackthefootline/README.md
@@ -1,17 +1,17 @@
# hackthefootline
-## Arbitrary footline selection for LaTeX beamer's standard themes.
+## Arbitrary footline selection and configuration 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.
+`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 as it might distract your audience) to switch between different footline types during a presentation.
### Dependencies
-`hackthefootline` depends on the `pgfkeys` package and -- obviously -- on the `beamer` class.
+`hackthefootline` depends on the packages `ifthen` and `pgfkeys` 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.
+Additional sophisticated features included also require `appendixnumberbeamer` (only when using beamer v3.48 and older), `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.