Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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
```