Add repl config

This commit is contained in:
fischerq
2023-06-03 17:03:27 +00:00
parent 7c1b74c25d
commit 18afb488c0
5 changed files with 68 additions and 0 deletions

11
compile.sh Normal file
View File

@@ -0,0 +1,11 @@
#!/bin/sh
set -x
cd book
#ls
#cat makefile
#make -f makefile make_pdf
pdflatex -halt-on-error book.tex
biber
pdflatex -halt-on-error book.tex