Skip to content

Latest commit

 

History

History
21 lines (13 loc) · 594 Bytes

README.md

File metadata and controls

21 lines (13 loc) · 594 Bytes

Note creator

A simple utility to create ministerial notes in markdown format.

Preview

A custom note

Requirements

This package requires the following software to be installed on your system:

Usage

The following command will create a PDF file from the markdown file example.md using the standard note template template_note.tex and required parameters.

pandoc example.md --template template_note.tex  -o output.pdf --pdf-engine=xelatex --lua-filter=filters.lua