Files
TDT4195/gloom-rs/report
2025-10-12 16:07:53 +02:00
..
2025-10-12 16:07:53 +02:00
2025-09-02 23:54:35 +02:00
2025-09-29 09:46:11 +02:00
2025-10-12 16:07:53 +02:00
2025-09-02 23:54:35 +02:00
2025-09-02 23:54:35 +02:00
2025-09-02 23:54:35 +02:00
2025-09-02 23:54:35 +02:00

To use this skeleton, install pandoc. We provide a working nix shell for those familiar with nix.

To compile myfile.md to PDF on linux, run:

make myfile.pdf

To compile and view our provided example, template.md, run:

make template.pdf

On Windows, use pandoc directly:

pandoc template.md -o template.pdf