logicalhacking-latex/lh-presentation/README.md

1.3 KiB

lh-presentation

A LaTeX class (based on the beamer class) that implements the cooperate style of the Software Assurance & Security Research Team Sheffield.

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. 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.3c or (at your opinion) any later version.

SPDX-License-Identifier: LPPL-1.3c+ OR BSD-2-Clause

Master Repository

The master git repository for this project is hosted by the Software Assurance & Security Research Team at https://git.logicalhacking.com/adbrucker/logicalhacking-latex.