An open API service indexing awesome lists of open source software.

https://github.com/pandres95/boolkid-screenplays

The Official Screenplays for BoolKid
https://github.com/pandres95/boolkid-screenplays

boolkid cc-by-sa latex screenplay

Last synced: 7 months ago
JSON representation

The Official Screenplays for BoolKid

Awesome Lists containing this project

README

          

# BoolKid Screenplays

[![Build Status](https://travis-ci.org/pandres95/boolkid-screenplays.svg)](https://travis-ci.org/pandres95/boolkid-screenplays)

The current repository includes the source code of the screenplays used to produce [BoolKid](https://youtube.com/pandres95), 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.

```bash
latexmk -pdf path_of_series/name_of_file.tex
```

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

```bash
make
```