Add latex stuff

This commit is contained in:
2019-12-20 17:43:03 +01:00
parent 9de40979cc
commit 46cc719c9b
11 changed files with 32171 additions and 31186 deletions

20
Makefile Normal file
View File

@@ -0,0 +1,20 @@
##
# manoppbible
#
# @file
# @version 0.1
.PHONY: all
all:
lualatex manoppbible.tex
lualatex manoppbible.tex
lualatex manoppbible.tex
.PHONY: test
test:
time lualatex manoppbible.tex
# end