Initial commit

This commit is contained in:
William Moore 2024-06-15 01:16:10 -05:00
commit 1ce03f31d3
4 changed files with 1609 additions and 0 deletions

6
.gitignore vendored Normal file
View File

@ -0,0 +1,6 @@
build/
*.log
content.opf
.DS_Store
*.*~
*-epub/

9
Makefile Normal file
View File

@ -0,0 +1,9 @@
all:
- mkdir -p build/
- cp -R src/images build/
- cp src/*.jpg build/
- cp src/*.png build/
- xelatex --output-format=pdf --output-directory=build/ --directory=src/ ./src/IncompleatGamester.tex
clean:
- rm -rf build

1594
src/IncompleatGamester.tex Normal file

File diff suppressed because it is too large Load Diff

Binary file not shown.

After

Width:  |  Height:  |  Size: 50 KiB