Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mpepping/pandoc
Create PDF documents from markdown files using pandoc
https://github.com/mpepping/pandoc
documentation eisvogel eisvogel-template latex markdown pandoc pandoc-markdown pdf
Last synced: 11 days ago
JSON representation
Create PDF documents from markdown files using pandoc
- Host: GitHub
- URL: https://github.com/mpepping/pandoc
- Owner: mpepping
- License: bsd-3-clause
- Created: 2024-02-05T09:33:57.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-01-17T22:10:20.000Z (20 days ago)
- Last Synced: 2025-01-17T23:17:45.238Z (20 days ago)
- Topics: documentation, eisvogel, eisvogel-template, latex, markdown, pandoc, pandoc-markdown, pdf
- Language: TeX
- Homepage:
- Size: 514 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# pandoc
Pet project to create PDF documents from markdown files using pandoc. See the `./template` folder for an example. Uses the Latex Eisvogel template.
See and example [PDF document](./template/notes.pdf) here.
## Usage
Copy the files from the `./template` folder, update the `MD_NAME` value in the `Makefile` from `notes` to the filename matching your Markdown file:
```make, Makefile
MD_NAME = notes # Update this value to match your markdown file
```Run `make` create a PDF file or `make help` to see the available commands.