Skip to content

Latest commit

 

History

History
24 lines (15 loc) · 650 Bytes

README.md

File metadata and controls

24 lines (15 loc) · 650 Bytes

BoolKid Screenplays

Build Status

The current repository includes the source code of the screenplays used to produce BoolKid, the YouTube show.

Requirements

  • A TeX-like suite that supports latexmk (like TeXLive).
  • The screenplay package installed.

Usage

Run latexmk over any file to get the resulting pdf for the episode.

latexmk -pdf path_of_series/name_of_file.tex

Or, run make to generate the pdf output of every single file in the repository.

make