Improved Markdown layout and added SPDIX identifier.

This commit is contained in:
Achim D. Brucker 2018-01-16 07:27:13 +00:00
parent af5735a51c
commit adef90a279
1 changed files with 8 additions and 0 deletions

View File

@ -1,15 +1,19 @@
# lh-poster
A LaTeX class (based on the [beamerposter](https://www.ctan.org/tex-archive/macros/latex/contrib/beamerposter))
that implements the cooperate style of the
[Software Assurance & Security Research Team Sheffield](https://logialhacking.com).
## Prerequisites
* The `lh-presentation` theme/class.
## Installation
* Copy the various `*.sty` and `*.cls` files into your `texmf` tree.
## Usage
The `lh-poster` class (respectively, a beamerposter theme) is a
customised setup of the [beamer class](https://www.ctan.org/pkg/beamer) and of the
[beamerposter](https://www.ctan.org/tex-archive/macros/latex/contrib/beamerposter) package.
@ -18,5 +22,9 @@ can either use the class file (i.e., `\documentclass{lh-poster}` or use
`\usetheme{lh-poster}` in a regular beamerposter setup.
## License
This project is dual-licensed under a 2-clause BSD-style license and/or
the LPPL version 1.3c or (at your opinion) any later version.
SPDX-License-Identifier: LPPL-1.3c+ OR BSD-2-Clause