logicalhacking-latex/lh-logo
Achim D. Brucker 52dbcc84fa Updated color palette. 2017-01-08 15:05:06 +00:00
..
logo Whiter than white. 2016-12-23 00:06:51 +00:00
LICENSE Initial commit: License information. 2016-11-08 00:10:46 +00:00
README.md Renamed color lhGray to lhDarkGray and introduced additional color lhLightGray. 2016-11-15 09:15:44 +00:00
example.pdf Renamed color lhGray to lhDarkGray and introduced additional color lhLightGray. 2016-11-15 09:15:44 +00:00
example.tex Renamed color lhGray to lhDarkGray and introduced additional color lhLightGray. 2016-11-15 09:15:44 +00:00
lh-logo.sty Updated color palette. 2017-01-08 15:05:06 +00:00

README.md

lh-logo

Trivial LaTeX style for using logo LogicalHacking logo of the Software Assurance & Security Research Team at The University of Sheffield.

Usage

Including the style in your latex document, i.e.,

\usepackage{lh-logo}

defines two families of commands:

  • for light backgrounds:
\lhLogoLight
\lhMediumLogoLight
\lhSmallLogoLight
\lhcomLogoLight
  • for dark backgrounds:
\lhLogoDark
\lhMediumLogoDark
\lhSmallLogoDark
\lhcomLogoDark

where the first family prints the logo designed for white (light) backgrounds and the latter print the logo designed for coloured (dark) backgrounds. Both commands take the same optional arguments as the \includegraphics[]{} command of the graphicx package.

In addition, the style defines the two colors lhOrange, lhDarkGray, and lhLightGray.

Author

License

The LaTeX style is dual-licensed under a 2-clause BSD-style license and/or the LPPL version 1 or any later version.

Note that the logos are licensed under the more restrictive CC BY-NC-ND 4.0. You are free to use them to link to the logicalhacking.com website.