Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sjors/inspraak
Internet consultatie(s)
https://github.com/sjors/inspraak
Last synced: about 1 month ago
JSON representation
Internet consultatie(s)
- Host: GitHub
- URL: https://github.com/sjors/inspraak
- Owner: Sjors
- Created: 2023-10-08T13:25:07.000Z (about 1 year ago)
- Default Branch: master
- Last Pushed: 2023-10-11T07:13:16.000Z (about 1 year ago)
- Last Synced: 2024-05-01T23:21:12.443Z (7 months ago)
- Language: Makefile
- Size: 10.7 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Build
Install the Pandoc, Latex and the [Eisvogel](https://github.com/Wandmalfarbe/pandoc-latex-template) LaTex template.
Also install:
* [pandoc-inlucde](https://github.com/DCsunset/pandoc-include)
```bash
make
```When making significant changes, ensure that the `--threshold` value in `Makefile` is low enough that at minimum the legend below the TOC and below the range-diff remained colored.
## Style
Syntax highlighting uses listings. See its [list of languages](https://www.overleaf.com/learn/latex/Code_listing#Supported_languages).
The range-diff PDF is generated using [aha](https://github.com/theZiz/aha) and [wkhtmltopdf](https://wkhtmltopdf.org), as follows:
```bash
git range-diff ... --color=always | aha > range.html
wkhtmltopdf range.html range.pdf
pdfcrop range.pdf
```(`range.html` was manually edited to add line breaks)