logicalhacking-latex/lh-presentation
Achim D. Brucker 649d9fe457 Ensure use of sffamily in footer. 2020-05-07 18:36:21 +01:00
..
visuals Renamed title visual to include aspect-ration. 2019-09-23 00:04:20 +01:00
LICENSE Added license information. 2016-11-14 18:54:51 +00:00
README.md Fixed markdown. 2018-05-14 00:08:12 +01:00
beamerboxeslhframed.sty Updated license to LPPL 1.3c and added SPDX header. 2018-01-10 11:38:17 +00:00
beamercolorthemelh-core-inverse.sty Updated license to LPPL 1.3c and added SPDX header. 2018-01-10 11:38:17 +00:00
beamercolorthemelh-core.sty Reduced height of footer and changed font color to lhLightGray (both to make it less intrusive). 2019-06-25 11:41:19 +01:00
beamercolorthemelh-titledark.sty Updated license to LPPL 1.3c and added SPDX header. 2018-01-10 11:38:17 +00:00
beamercolorthemelh-titlelight.sty Updated license to LPPL 1.3c and added SPDX header. 2018-01-10 11:38:17 +00:00
beamerfontthemelh.sty Reduced height of frame(sub)title. 2019-06-26 12:48:16 +01:00
beamerinnerthemelh.sty Optimized title page. 2019-06-25 12:24:01 +01:00
beamerouterthemelh.sty Ensure use of sffamily in footer. 2020-05-07 18:36:21 +01:00
beamerthemelh-presentation.sty Added support for section pages/divider. 2020-04-06 15:34:28 +01:00
example-inverse.pdf Updated example. 2019-09-23 00:04:59 +01:00
example-regular.pdf Updated example. 2019-09-23 00:04:59 +01:00
example.tex Updated example. 2019-09-23 00:04:59 +01:00
lh-presentation.cls Updated license to LPPL 1.3c and added SPDX header. 2018-01-10 11:38:17 +00:00

README.md

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.