Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/nothub/pandoc-notes
https://github.com/nothub/pandoc-notes
eisvogel latex markdown pandoc pdf tex
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/nothub/pandoc-notes
- Owner: nothub
- Created: 2022-03-08T12:17:49.000Z (almost 3 years ago)
- Default Branch: master
- Last Pushed: 2024-02-06T09:18:40.000Z (about 1 year ago)
- Last Synced: 2024-02-06T10:31:51.044Z (about 1 year ago)
- Topics: eisvogel, latex, markdown, pandoc, pdf, tex
- Language: TeX
- Homepage:
- Size: 58.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Every tag push to [github](https://github.com/nothub/pandoc-notes) builds and publishes pdf documents as github [release](https://github.com/nothub/pandoc-notes/releases/latest) utilizing the [Eisvogel](https://github.com/Wandmalfarbe/pandoc-latex-template) pandoc template.
A local build requires: `pandoc` `texlive-full`
The github ci build uses: [danteev/texlive](https://github.com/dante-ev/docker-texlive) docker container```
$ ./panote -h
Usage: panote [-h] [-v] [-n name] [-b name]Available options:
-h Print this help and exit
-v Enable verbose output
-n Initialize new notes directory
-b Compile only specified notes$ ./panote -n test
creating notes directory: /home/hub/projects/pandoc-notes/notes/test$ ./panote
building /home/hub/projects/pandoc-notes/notes/example
building /home/hub/projects/pandoc-notes/notes/test
```