Skip to content

Latest commit

 

History

History
22 lines (14 loc) · 500 Bytes

README.md

File metadata and controls

22 lines (14 loc) · 500 Bytes

Contracts

Standard contracts that we use.

Markdown to PDF

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

# Install with Homebrew
brew install pandoc basictex

# Install with apt
sudo apt install -y pandoc texlive-xetex

# Convert markdown to PDF
pandoc src/standard-14days.md --pdf-engine=xelatex -o contract.pdf