An open API service indexing awesome lists of open source software.

https://github.com/0xmachos/kcl-latex-coversheet

Kings College London (KCL) LaTeX Coversheet
https://github.com/0xmachos/kcl-latex-coversheet

kcl kings-college-london latex tex

Last synced: 3 months ago
JSON representation

Kings College London (KCL) LaTeX Coversheet

Awesome Lists containing this project

README

        

# Kings College London (KCL) LaTeX Coversheet

## Required Packages

* `xcolor`
* [ctan.org/pkg/xcolor](https://ctan.org/pkg/xcolor)
* `graphicx`
* [ctan.org/pkg/graphicx](https://ctan.org/pkg/graphicx)

## Package Installation

## macOS

If you don't have the above packges you can install them with [TeX Live package manager](https://www.tug.org/texlive/tlmgr.html) (`tlmgr`)

```
sudo tlmgr install xcolor graphicx
```