moved info.yaml to conf
This commit is contained in:
parent
5d3eb2ea29
commit
e0ebab37e9
|
@ -3,7 +3,7 @@
|
|||
#import "extra/util.typ": title, subtitle, largetext, signature, to_cm, to_pt, to_em
|
||||
|
||||
// import document information
|
||||
#let info = yaml("../info.yaml")
|
||||
#let info = yaml("../conf/info.yaml")
|
||||
|
||||
// general document information
|
||||
#let format = yaml("../conf/format.yaml")
|
Loading…
Reference in New Issue