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
- Host: GitHub
- URL: https://github.com/0xmachos/kcl-latex-coversheet
- Owner: 0xmachos
- License: mit
- Created: 2020-12-02T17:12:52.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2020-12-02T17:49:38.000Z (over 4 years ago)
- Last Synced: 2025-03-14T18:54:08.623Z (3 months ago)
- Topics: kcl, kings-college-london, latex, tex
- Language: TeX
- Homepage:
- Size: 68.4 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```