This repository has been archived on 2024-04-22. You can view files and clone it, but cannot push or open issues or pull requests.
appseceu2018-latex/appseceu2018.cls

23 lines
843 B
OpenEdge ABL
Raw Normal View History

2018-05-15 07:32:40 +00:00
%% Copyright (C) 2017-2018 Achim D. Brucker, https://www.brucker.ch
2017-05-03 07:52:50 +00:00
%%
%% License:
%% This program can be redistributed and/or modified under the terms
%% of the LaTeX Project Public License Distributed from CTAN
%% archives in directory macros/latex/base/lppl.txt; either
2018-02-26 22:24:22 +00:00
%% version 1.3c of the License, or (at your opinion) any later version.
2017-05-03 07:52:50 +00:00
%% OR
%% The 2-clause BSD-style license.
%%
2018-02-26 22:24:22 +00:00
%% SPDX-License-Identifier: LPPL-1.3c+ OR BSD-2-Clause
2017-05-03 07:52:50 +00:00
\NeedsTeXFormat{LaTeX2e}[1994/06/01]
2018-05-15 07:32:40 +00:00
\ProvidesClass{appseceu2018}%
[2018/05/15 v0.0 LaTeX presenation class mimicking the design of the OWASP AppSecEU 2018 PowerPoint template.]
2017-05-03 07:52:50 +00:00
\LoadClassWithOptions{beamer}[]
\DeclareOptionBeamer{classification}{\PassOptionsToPackage{classification=#1}{beamerthemelh-presentation}}
\ProcessOptionsBeamer\relax
2018-05-15 07:32:40 +00:00
\usetheme{appseceu2018}
2017-05-03 07:52:50 +00:00
\endinput