logicalhacking-latex/lh-logo/README.md

55 lines
1.5 KiB
Markdown
Raw Normal View History

2016-11-13 09:46:33 +00:00
# lh-logo
2016-11-13 09:46:33 +00:00
Trivial LaTeX style for using logo LogicalHacking logo of the
[Software Assurance & Security Research Team at The University of Sheffield](https://logicalhacking.com).
## Usage
2016-11-13 09:46:33 +00:00
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`, i
and `lhLightGray`.
2016-11-13 09:46:33 +00:00
## Author
2016-11-13 09:46:33 +00:00
* [Achim D. Brucker](http://www.brucker.ch/)
## License
2016-11-13 09:46:33 +00:00
The LaTeX style is dual-licensed under a 2-clause BSD-style license and/or
the LPPL version 1.3c or (at your opinion) any later version.
2016-11-13 09:46:33 +00:00
Note that the logos are licensed under the more restrictive
[CC BY-NC-ND 4.0](https://creativecommons.org/licenses/by-nc-nd/4.0/). You are free to
use them to link to the [logicalhacking.com](https://logicalhacking.com) website.
SPDX-License-Identifier: LPPL-1.3c+ OR BSD-2-Clause
## Master Repository
The master git repository for this project is hosted by the [Software
Assurance & Security Research Team](https://logicalhacking.com) at
2018-05-13 23:08:12 +00:00
<https://git.logicalhacking.com/adbrucker/logicalhacking-latex>.