https://github.com/ankush/report-template
Template I use for project reports.
https://github.com/ankush/report-template
Last synced: 9 months ago
JSON representation
Template I use for project reports.
- Host: GitHub
- URL: https://github.com/ankush/report-template
- Owner: ankush
- License: mit
- Created: 2020-12-20T13:33:05.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2025-04-27T14:36:52.000Z (about 1 year ago)
- Last Synced: 2025-10-05T23:46:17.415Z (9 months ago)
- Language: Makefile
- Homepage:
- Size: 4.88 KB
- Stars: 4
- Watchers: 0
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Simple template for writing report in Markdown
I use this template to write my reports.
## Requirements:
- `texlive-full`, you might get away with base install but just install full version and forget about it.
- `pandoc`
- GNU `make`
- `inotify-tools` (optional) to use `watch` mode
- `zathura` PDF viewer that supports live update.
## Setup
- Edit `Makefile` to add additional reports or begin editing `report.md` and use `make` to generate report.
- `make watch` can be used to regenerate the PDF based on saving the source file