Advanced meta.toml

This commit is contained in:
Mark 2025-01-21 14:06:11 -08:00
parent 29505c6635
commit fe1754649e
Signed by: Mark
GPG Key ID: C6D63995FE72FD80
28 changed files with 186 additions and 0 deletions

View File

@ -0,0 +1,6 @@
[metadata]
title = "Compression"
[publish]
handout = true
solutions = true

View File

@ -0,0 +1,6 @@
[metadata]
title = "Continued Fractions"
[publish]
handout = true
solutions = true

View File

@ -0,0 +1,6 @@
[metadata]
title = "Cryptography"
[publish]
handout = true
solutions = true

6
Advanced/DFAs/meta.toml Normal file
View File

@ -0,0 +1,6 @@
[metadata]
title = "Finite Automata"
[publish]
handout = true
solutions = true

View File

@ -0,0 +1,6 @@
[metadata]
title = "De Bruijn"
[publish]
handout = true
solutions = true

View File

@ -0,0 +1,6 @@
[metadata]
title = "Definable Sets"
[publish]
handout = true
solutions = true

View File

@ -0,0 +1,6 @@
[metadata]
title = "Error-Correcting Codes"
[publish]
handout = true
solutions = true

View File

@ -0,0 +1,6 @@
[metadata]
title = "Esoteric Langauges"
[publish]
handout = false
solutions = false

View File

@ -0,0 +1,6 @@
[metadata]
title = "Estimathon"
[publish]
handout = false
solutions = true

View File

@ -0,0 +1,6 @@
[metadata]
title = "Generating Functions"
[publish]
handout = true
solutions = true

View File

@ -0,0 +1,6 @@
[metadata]
title = "Geometric Optimization"
[publish]
handout = true
solutions = false

View File

@ -0,0 +1,6 @@
[metadata]
title = "Geometry of Masses"
[publish]
handout = true
solutions = false

View File

@ -0,0 +1,6 @@
[metadata]
title = "Graph Algorithms"
[publish]
handout = true
solutions = true

View File

@ -0,0 +1,6 @@
[metadata]
title = "Intro to Proofs"
[publish]
handout = true
solutions = false

View File

@ -0,0 +1,6 @@
[metadata]
title = "Quantum Computing"
[publish]
handout = true
solutions = true

View File

@ -0,0 +1,6 @@
[metadata]
title = "Lambda Calculus"
[publish]
handout = true
solutions = true

View File

@ -0,0 +1,6 @@
[metadata]
title = "Lattices"
[publish]
handout = true
solutions = true

View File

@ -0,0 +1,6 @@
[metadata]
title = "Mock a Mockingbird"
[publish]
handout = true
solutions = true

View File

@ -0,0 +1,6 @@
[metadata]
title = "Nonstandard Analysis"
[publish]
handout = false
solutions = false

View File

@ -0,0 +1,6 @@
[metadata]
title = "Origami"
[publish]
handout = true
solutions = true

View File

@ -0,0 +1,6 @@
[metadata]
title = "Pidgeonhole Problems"
[publish]
handout = true
solutions = true

View File

@ -0,0 +1,6 @@
[metadata]
title = "Random Walks"
[publish]
handout = true
solutions = true

View File

@ -0,0 +1,6 @@
[metadata]
title = "Retrograde Analysis"
[publish]
handout = true
solutions = true

View File

@ -0,0 +1,6 @@
[metadata]
title = "The Size of Sets"
[publish]
handout = true
solutions = false

View File

@ -0,0 +1,6 @@
[metadata]
title = "Stopping Problems"
[publish]
handout = true
solutions = true

View File

@ -0,0 +1,6 @@
[metadata]
title = "The Symmetric Group"
[publish]
handout = true
solutions = true

View File

@ -0,0 +1,7 @@
[metadata]
title = "Tropical Polynomials"
[publish]
handout = true
solutions = true

23
tools/meta.toml Normal file
View File

@ -0,0 +1,23 @@
# This is a sample `meta.toml`.
# A copy of this file should exist in every handout directory.
#
# All keys are required.
[metadata]
title = "title of this handout"
[publish]
# Should we publish this handout?
# If `false`, no part of this handout is published.
# (useful for drafts)
handout = true
# Should we publish an "instructor's" version of this handout?
# This has no effect if `publish.handout == false`.
#
# If `true`, publish a version of this handout with solutions.
# If `false`, do not publish a handout with solutions.
#
# Set this to `false` if solutions have not been written.
solutions = true