Added README.md.

This commit is contained in:
Achim D. Brucker 2017-01-19 16:43:41 +00:00
parent 5386ef3612
commit 741ffaa1a9
1 changed files with 26 additions and 0 deletions

26
lh-presentation/README.md Normal file
View File

@ -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.