Skip to content

Latest commit

 

History

History
28 lines (21 loc) · 655 Bytes

README.md

File metadata and controls

28 lines (21 loc) · 655 Bytes

SuperLimitBreak band rider repository

How to generate PDFs

Pandoc can be used to generate PDFs cleanly from markdown (with embedded LaTeX)

pandoc -o nameOfOutputFile.pdf nameOfInputFile.md

Dependencies

  • pandoc. This is available pre-built in most operating system's repositories.
  • LaTeX, TeX Live specifically. Again available pre-built in most operating system's repositories.

Examples

On Debian (Ubuntu etc.):

sudo apt-get update
sudo apt-get install texlive
sudo apt-get install pandoc