Add 'CONFIDENTIAL', 'DRAFT', and TLP marks to the cover

This commit is contained in:
2025-11-24 14:05:44 +01:00
parent 35e7ca67f3
commit f9cb3e474d
4 changed files with 103 additions and 3 deletions
+5 -1
View File
@@ -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(