Advanced handouts

Add missing file
Co-authored-by: Mark <mark@betalupi.com>
Co-committed-by: Mark <mark@betalupi.com>
This commit is contained in:
2025-01-22 12:28:44 -08:00
parent 13b65a6c64
commit dd4abdbab0
177 changed files with 20658 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"
]