https://github.com/sixarm/pandoc-from-markdown-to-pdf
Use pandoc to convert from markdown to PDF with our preferred options
https://github.com/sixarm/pandoc-from-markdown-to-pdf
markdown pandoc pandoc-markdown pandoc-md pdf
Last synced: about 16 hours ago
JSON representation
Use pandoc to convert from markdown to PDF with our preferred options
- Host: GitHub
- URL: https://github.com/sixarm/pandoc-from-markdown-to-pdf
- Owner: SixArm
- Created: 2022-03-12T22:06:34.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2025-04-14T08:46:34.000Z (9 days ago)
- Last Synced: 2025-04-22T13:06:04.087Z (about 16 hours ago)
- Topics: markdown, pandoc, pandoc-markdown, pandoc-md, pdf
- Language: Shell
- Homepage:
- Size: 9.81 MB
- Stars: 16
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Code of conduct: CODE_OF_CONDUCT.md
- Citation: CITATION.cff
Awesome Lists containing this project
README
# pandoc-from-markdown-to-pdf
Use the pandoc command to convert from a markdown file to a PDF file.
This tool uses our favorite settings for layouts, styles, fonts, etc.
You can edit this tool as you wish.
Syntax:
```sh
pandoc-from-markdown-to-pdf
```Syntax for typical use:
```sh
pandoc-from-markdown-to-pdf -o
```Example for typical use:
```sh
$ pandoc-from-markdown-to-pdf example.md -o example.pdf
```For documentation, see the `doc` directory.
## Pandoc fonts
Our preferred Pandoc fonts are here:
https://github.com/sixarm/pandoc-fonts
You can download the fonts that you want, then install them on your system.
## Thanks
Thanks to https://learnbyexample.github.io/customizing-pandoc/
Thanks to https://github.com/sixarm/posix-shell-script-kit/
## Tracking
* Package: pandoc-from-markdown-to-pdf
* Version: 2.2.1
* Created: 2022-03-13T22:05:34Z
* Updated: 2024-01-05T19:47:35Z
* License: GPL-2.0 or GPL-3.0 or contact us for more
* Website: https://github.com/sixarm/pandoc-from-markdown-to-pdf
* Contact: Joel Parker Henderson ([email protected])