Added generic object to typst

This commit is contained in:
2025-02-11 10:08:45 -08:00
parent cd72817bdf
commit c27c875d98
2 changed files with 9 additions and 2 deletions

View File

@ -3,8 +3,7 @@
// Re-exports
// All functions that maybe used by client code are listed here
#import "misc.typ": *
#import "object.typ": problem, definition, theorem
#import "solution.typ": if_solutions, if_no_solutions, solution
#import "object.typ": problem, definition, theorem, example, remark, generic
/// Main handout wrapper.