22 lines
566 B
Markdown
22 lines
566 B
Markdown
# rhul-template-typst
|
|
|
|
Unofficial report template for reports at Royal Holloway, University of London.
|
|
|
|
Created by Otto Helen-Goldring and heavily modified from [light-report-uia](https://typst.app/universe/package/light-report-uia/).
|
|
|
|
## Usage
|
|
|
|
In the root directory, run the following command:
|
|
|
|
```bash
|
|
typst c --root . ./template/main.typ
|
|
```
|
|
|
|
Alternatively, use the following Docker command:
|
|
|
|
```bash
|
|
docker run --rm -v "$(pwd):/workspace" -w /workspace ghcr.io/typst/typst:latest c --root . ./template/main.typ
|
|
```
|
|
|
|

|