Skip to content

Instantly share code, notes, and snippets.

@herculosh
Created February 8, 2020 12:07
Show Gist options
  • Save herculosh/a6708c67c731d1e2b8777cf0f820f240 to your computer and use it in GitHub Desktop.
Save herculosh/a6708c67c731d1e2b8777cf0f820f240 to your computer and use it in GitHub Desktop.
Simple Sample for using pandocomatic with lualatex
settings:
follow-links: false
recursive: true
match-files: 'all'
skip: ['*.jpg','*.pygtex','*.png','**/temp/**', '*.pdf', '*.pptx']
templates:
test-pdf-opt:
glob: ['test_pdf_engine_opts_yaml.md']
pandoc:
from: markdown
to: pdf
variable:
- "classoption=t" # Make all Text on top.
pdf-engine: latexmk
pdf-engine-opt:
- "--shell-escape"
- "--outdir=temp"
- "--aux-directory=temp"
- "-lualatex"

title: Test PDF engine options with = sign pandocomatic_:

  • use-template: test-pdf-opt ...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment