Files
TDT4195/gloom-rs/report
ScorpionX90 4ee805a408 init
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
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