Created
November 24, 2020 03:34
-
-
Save pjlamb12/f5d10989aa49fe6f445c31df78485b93 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
pdf_book: | |
pandoc_args: --listings | |
includes: | |
in_header: preamble.tex |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
--- | |
... | |
documentclass: book | |
classoption: openany | |
... | |
--- |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
\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