ThesisProposal/README.md
2024-12-05 22:14:27 +01:00

18 lines
239 B
Markdown

# Readme
## Requirements
- pdftk
- ghostscript
- pandoc
- pandoc-crossref
- [python-pantable](https://github.com/ickc/pantable)
### Install
#### Arch
```bash
yay -S pdftk ghostscript pandoc-bin pandoc-crossref-bin python-pantable
```