logicalhacking-latex/lh-logo/lh-logo.sty

36 lines
1.4 KiB
TeX

%% 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}
\RequirePackage{xcolor}
\ProcessOptions\relax
\definecolor{lhDarkGray}{HTML}{444444}
\definecolor{lhLightGray}{HTML}{cccccc}
\definecolor{lhOrange}{HTML}{f36b21}
\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}}
\newcommand{\lhLogoDark}[1][]{\includegraphics[#1]{logo/logicalhacking-large-inverse}}
\newcommand{\lhMediumLogoDark}[1][]{\includegraphics[#1]{logo/logicalhacking-medium-inverse}}
\newcommand{\lhSmallLogoDark}[1][]{\includegraphics[#1]{logo/logicalhacking-small-inverse}}
\newcommand{\lhcomLogoDark}[1][]{\includegraphics[#1]{logo/logicalhacking_com-large-inverse}}
\endinput