Files
handouts/src/Advanced/Introduction to Quantum/Tectonic.toml
Mark a82cc8c79f
Some checks failed
Lints / typos (push) Successful in 21s
Build and deploy / build (push) Has been cancelled
New build system
2025-01-21 18:35:58 -08:00

39 lines
559 B
TOML

[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"
]