Files
Wallenc/Report/includes/blank-front-matter.typ

6 lines
223 B
XML
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
// Заглушки под титул, ТЗ и резерв (3 стр.); удалить перед склейкой с внешним PDF.
#for _ in range(3) {
pagebreak(weak: true)
page(header: none, footer: none)[]
}