| title | documentclass | author | date |
|---|---|---|---|
Pandoc template readme |
assignments |
IllustratedMan-code |
March 21, 2024 |
- Download the repo (
git cloneor zip file) cdinto the directory- Run
make install
Or, if you just want to try it out, you can copy the assignments.cls file to the same directory as your file.
To use this template in pandoc flavored markdown, add the following to the yaml at the top:
---
documentclass: assignments
---
My document text
pandoc mydoc.md -o mydoc.pdf- Page numbers
- Minimal Title
- Authors
You can also just look at README.pdf

