mirror of
https://github.com/hendricius/the-sourdough-framework
synced 2025-11-14 23:21:11 -06:00
14 lines
307 B
Plaintext
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" |