diff --git a/lh-logo/lh-logo.sty b/lh-logo/lh-logo.sty new file mode 100644 index 0000000..7c11a13 --- /dev/null +++ b/lh-logo/lh-logo.sty @@ -0,0 +1,25 @@ +%% Copyright (C) 2016 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} +\ProvidesPackage{tuos-logo} + [2016/09/10 v0.0 The LogicalHacking Logo.] +\RequirePackage{graphicx} +\RequirePackage{ifthen} + +\ProcessOptions\relax + + +\newcommand{\lhLogoLight}[1][]{\includegraphics[#1]{logo/logicalhacking-large}} +\newcommand{\lhMediumLogoLight}[1][]{\includegraphics[#1]{logo/logicalhacking-medium}} +\newcommand{\lhSmallLogoLight}[1][]{\includegraphics[#1]{logo/logicalhacking-small}} + +\newcommand{\lhcomLogoLight}[1][]{\includegraphics[#1]{logo/logicalhacking_com-large}} + +\endinput