An open API service indexing awesome lists of open source software.

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.

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