From 741ffaa1a9aa8a8ee59a5a144cf2b002780cddc8 Mon Sep 17 00:00:00 2001 From: "Achim D. Brucker" Date: Thu, 19 Jan 2017 16:43:41 +0000 Subject: [PATCH] Added README.md. --- lh-presentation/README.md | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 lh-presentation/README.md diff --git a/lh-presentation/README.md b/lh-presentation/README.md new file mode 100644 index 0000000..7950ab9 --- /dev/null +++ b/lh-presentation/README.md @@ -0,0 +1,26 @@ +# tuos-presentation +A LaTeX class (based on the [beamer class](https://www.ctan.org/pkg/beamer)) +that implements the cooperate style of the +[Software Assurance & Security Research Team Sheffield](https://logialhacking.com). + +## Prerequisites +* The `lh-logo` style. + +## Installation +* Copy the various `*.sty` and `*.cls` files into your `texmf` tree. + +## Usage +The `lh-presentation` class (respectively, a beamer theme) is a +customised setup of the +[beamer class](https://www.ctan.org/pkg/beamer). Thus, please see the +beamer documentation for its detailed use. In general, you can either +use the class file (i.e., `\documentclass{lh-presentation}` or use +`\usetheme{lh-presentation}` in a regular beamer setup. + +Moreover, a few new commands are provided that generate standard +slides such as `\PartFrame{}`, `\ThanksFrame{}`, or `\CopyrightFrame`. + +## License +This project is dual-licensed under a 2-clause BSD-style license and/or +the LPPL version 1 or any later version. +