Add 'CONFIDENTIAL', 'DRAFT', and TLP marks to the cover
This commit is contained in:
@@ -18,7 +18,11 @@
|
||||
#set par(justify: true)
|
||||
|
||||
// ----- Cover & Legal disclaimer(s) -----
|
||||
#pages.cover(targetFull, place, author)
|
||||
#pages.cover(targetFull, place, author,
|
||||
confidential: false, // set to true for a "CONFIDENTIAL" mark on the cover
|
||||
tlp: "red", // set to one of "RED", "AMBER+STRICT", "AMBER", "GREEN", "CLEAR", or none. See https://www.first.org/tlp/
|
||||
draft: true // set to true for a "DRAFT" mark on the cover
|
||||
)
|
||||
#pages.legal(author)
|
||||
|
||||
#set page(
|
||||
|
||||
Reference in New Issue
Block a user