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
- Host: GitHub
- URL: https://github.com/pandres95/boolkid-screenplays
- Owner: pandres95
- License: cc-by-sa-4.0
- Created: 2018-01-08T00:53:33.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2018-10-05T17:33:13.000Z (about 7 years ago)
- Last Synced: 2025-01-29T00:45:34.387Z (9 months ago)
- Topics: boolkid, cc-by-sa, latex, screenplay
- Language: TeX
- Homepage: https://www.youtube.com/pandres95
- Size: 23.4 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: COPYING
Awesome Lists containing this project
README
# BoolKid Screenplays
[](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
```