Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/seldridge/pandoc-template-affidavit
A basic pandoc LaTeX template for writing affidavits
https://github.com/seldridge/pandoc-template-affidavit
Last synced: about 1 month ago
JSON representation
A basic pandoc LaTeX template for writing affidavits
- Host: GitHub
- URL: https://github.com/seldridge/pandoc-template-affidavit
- Owner: seldridge
- Created: 2023-11-20T01:34:04.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2023-11-20T01:48:18.000Z (about 1 year ago)
- Last Synced: 2024-10-19T08:18:30.023Z (2 months ago)
- Language: TeX
- Size: 79.1 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Simple pandoc LaTeX template for writing affidavits.
## Requirements
- [`pandoc`](https://pandoc.org/)
- A LaTeX distribution, e.g., [`TeX Live`](https://tug.org/texlive/)## Usage
Modify the `src/affidavit.yml` file.
That file contains information about what each of the YAML items mean.Run:
``` shell
make
```This will produce a file, `build/affidavit.pdf`.
The output looks like the following:
![An example affidavit of person named John Doe that has three statements](https://github.com/seldridge/pandoc-template-affidavit/blob/main/doc/example.png?raw=true)