Initial commit.

This commit is contained in:
Achim D. Brucker 2017-04-18 20:27:23 +01:00
parent 143562efc5
commit ef53e26b4b
1 changed files with 19 additions and 0 deletions

19
lh-poster/lh-poster.cls Normal file
View File

@ -0,0 +1,19 @@
%% Copyright (C) 2017 Achim D. Brucker, https://www.brucker.ch
%%
%% 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
%% version 1 of the License, or any later version.
%% OR
%% The 2-clause BSD-style license.
%%
\NeedsTeXFormat{LaTeX2e}[1994/06/01]
\ProvidesClass{lh-poster}%
[2017/04/14 v0.0 LaTeX poster class implementing the cooperate design of LogicalHacking.com]
\RequirePackage{ifthen}
\LoadClassWithOptions{beamer}[]
\ProcessOptions\relax
\usetheme{lh-poster}
\usepackage{beamerposter}
\endinput