Skip to content

superLimitBreak/rider

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published