docs(report): report type as final
This commit is contained in:
@@ -8,7 +8,7 @@
|
|||||||
// Document options
|
// Document options
|
||||||
//
|
//
|
||||||
#let option = (
|
#let option = (
|
||||||
type: sys.inputs.at("type", default:"draft"), // [draft|final]
|
type: sys.inputs.at("type", default:"final"), // [draft|final]
|
||||||
lang: "en",
|
lang: "en",
|
||||||
region: "gb",
|
region: "gb",
|
||||||
template: "thesis", // [thesis/midterm]
|
template: "thesis", // [thesis/midterm]
|
||||||
|
|||||||
Reference in New Issue
Block a user