Skip to content

Commit

Permalink
Add instructions to use pandoc
Browse files Browse the repository at this point in the history
  • Loading branch information
chrislo committed Jan 20, 2022
1 parent 8832eae commit 26be083
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,12 @@ Standard contracts that we use.

We've used the [markdown-pdf][] Atom editor package to convert the Markdown documents to PDF.

From the command line it's also possible to use pandoc and xelatex

```
brew install pandoc basictex
pandoc src/standard-14days.md --pdf-engine=xelatex -o contract.pdf
```

[markdown-pdf]: https://atom.io/packages/markdown-pdf

0 comments on commit 26be083

Please sign in to comment.