diff --git a/README.md b/README.md index dbd5cb3..f3b7971 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# Moloch +# Moloch [![CTAN](https://img.shields.io/badge/dynamic/json?url=https%3A%2F%2Fctan.org%2Fjson%2F2.0%2Fpkg%2Fmoloch&query=%24.version.number&logo=latex&label=CTAN)](https://ctan.org/pkg/moloch) [![CI](https://github.com/jolars/moloch/actions/workflows/ci.yml/badge.svg)](https://github.com/jolars/moloch/actions/workflows/ci.yml) @@ -73,3 +73,5 @@ The project uses [semantic versioning](https://semver.org). Almost all of **moloch** is a result of Mathias Vogelgesang's (@matze) hard work on the **metropolis theme** (of which **moloch** is a fork). + +Thanks to @samcarter for the logo! diff --git a/assets/moloch-logo.pdf b/assets/moloch-logo.pdf new file mode 100644 index 0000000..93b633e Binary files /dev/null and b/assets/moloch-logo.pdf differ diff --git a/assets/moloch-logo.svg b/assets/moloch-logo.svg new file mode 100644 index 0000000..565c0f4 --- /dev/null +++ b/assets/moloch-logo.svg @@ -0,0 +1,14 @@ + + + + + + + + + + + + + + diff --git a/examples/demo/demo.tex b/examples/demo/demo.tex index 0595c21..fe8ea12 100644 --- a/examples/demo/demo.tex +++ b/examples/demo/demo.tex @@ -23,6 +23,7 @@ \date{\today} \author{Johan Larsson} \institute{The Department of Statistics, Lund University} +\titlegraphic{\hfill\includegraphics[width=3.5cm]{moloch-logo.pdf}} \begin{document} diff --git a/examples/demo/moloch-logo.pdf b/examples/demo/moloch-logo.pdf new file mode 100644 index 0000000..93b633e Binary files /dev/null and b/examples/demo/moloch-logo.pdf differ