Files
the-sourdough-framework/.replit
2023-06-03 17:05:33 +00:00

14 lines
307 B
Plaintext

compile = ["sh", "compile.sh"]
#compile = ["pdflatex", "-halt-on-error", "book/book.tex"]
run = ["sh", "runner.sh"]
hidden = ["*.aux", "*.log", "index.html", "runner.sh", "nohup.out"]
[languages.latex]
pattern = "**/*.tex"
[languages.latex.languageServer]
start = "texlab"
[nix]
channel = "stable-21_11"