Skip to content

Instantly share code, notes, and snippets.

@pjlamb12
Created November 24, 2020 03:34
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save pjlamb12/f5d10989aa49fe6f445c31df78485b93 to your computer and use it in GitHub Desktop.
Save pjlamb12/f5d10989aa49fe6f445c31df78485b93 to your computer and use it in GitHub Desktop.
pdf_book:
pandoc_args: --listings
includes:
in_header: preamble.tex
---
...
documentclass: book
classoption: openany
...
---
\lstset{
breaklines=true
}
\usepackage{fontspec}
\setmainfont{Arial} # also have tried sansfont and arial, which I've seen in other places
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment