Lib tweaks
This commit is contained in:
@ -3,13 +3,10 @@
|
||||
// Re-exports
|
||||
// All functions that maybe used by client code are listed here
|
||||
#import "misc.typ": *
|
||||
#import "object.typ": problem, definition, theorem, example, remark, generic
|
||||
#import "object.typ": definition, example, generic, problem, remark, theorem
|
||||
#import "solution.typ": (
|
||||
if_solutions,
|
||||
if_no_solutions,
|
||||
if_solutions_else,
|
||||
solution,
|
||||
instructornote,
|
||||
if_no_solutions, if_solutions, if_solutions_else, instructornote,
|
||||
sample_solution, solution,
|
||||
)
|
||||
|
||||
|
||||
@ -38,10 +35,7 @@
|
||||
margin: 20mm,
|
||||
width: 8.5in,
|
||||
height: 11in,
|
||||
footer: align(
|
||||
center,
|
||||
context counter(page).display(),
|
||||
),
|
||||
footer: align(center, context counter(page).display()),
|
||||
footer-descent: 5mm,
|
||||
)
|
||||
|
||||
@ -102,8 +96,8 @@
|
||||
|
||||
// Make handout title
|
||||
{
|
||||
import "header.typ": make_header, solution_warning, short_solution_warning
|
||||
import "solution.typ": solutions_state, reset_solutions
|
||||
import "header.typ": make_header, short_solution_warning, solution_warning
|
||||
import "solution.typ": reset_solutions, solutions_state
|
||||
|
||||
reset_solutions()
|
||||
|
||||
|
Reference in New Issue
Block a user