Added Tectonic.toml

This commit is contained in:
2024-02-17 08:57:20 -08:00
parent 7d4a27d57f
commit f590e0f252
9 changed files with 38 additions and 0 deletions

View File

@ -0,0 +1,38 @@
[doc]
name = "Definable Sets"
bundle = "https://data1.fullyjustified.net/tlextras-2022.0r0.tar"
extra_paths = [
"../../resources"
]
[doc.metadata]
publish = true
show_solutions = true
title = "Definable Sets"
description = ""
favorite = false
[[output]]
shell_escape = false
tex_format = "latex"
type = "pdf"
name = "handout"
inputs = [
{ inline = "\\def\\argNoSolutions{1}" },
"week 1.tex"
]
[[output]]
shell_escape = false
tex_format = "latex"
type = "pdf"
name = "solutions"
inputs = [
{ inline = "\\def\\argYesSolutions{1}" },
"week 1.tex"
]