mpepping / pandoc

Create PDF documents from markdown files using pandoc

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

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.

About

Create PDF documents from markdown files using pandoc

License:BSD 3-Clause "New" or "Revised" License


Languages

Language:TeX 90.4%Language:Dockerfile 4.5%Language:Makefile 3.9%Language:Shell 1.2%