sub-document rework
This commit is contained in:
36
main.typ
36
main.typ
@@ -1,32 +1,14 @@
|
||||
#set heading(numbering: "1.")
|
||||
|
||||
// #import "docs.typ": docs-page
|
||||
|
||||
// #show: it => document("/index.html", it)
|
||||
|
||||
// #include "static/index.typ"
|
||||
|
||||
// #docs-page(include "index.typ") <index>
|
||||
// #docs-page(include "content/00-intro.typ")
|
||||
|
||||
|
||||
// #let docs-page(it) = document("index.html", {
|
||||
// context {
|
||||
// repr(query(selector(metadata).before(<front-matter>)))
|
||||
// }
|
||||
// it
|
||||
// })
|
||||
|
||||
// #let docs-page(it) = context {
|
||||
// }
|
||||
#set heading(numbering: "1.1 -")
|
||||
#set document(title: [The EID Wireless Masterclass])
|
||||
|
||||
#include "static/index.typ"
|
||||
|
||||
#include "index.typ"
|
||||
#include "content/00-index.typ"
|
||||
#include "content/01-core.typ"
|
||||
#include "content/02-interference.typ"
|
||||
#include "content/03-design.typ"
|
||||
#include "content/04-channels.typ"
|
||||
#include "content/05-transport.typ"
|
||||
#include "content/06-bulk.typ"
|
||||
#include "content/07-network.typ"
|
||||
#include "content/03-tileset.typ"
|
||||
#include "content/04-design.typ"
|
||||
#include "content/05-channels.typ"
|
||||
#include "content/06-transport.typ"
|
||||
#include "content/07-bulk.typ"
|
||||
#include "content/08-network.typ"
|
||||
|
||||
Reference in New Issue
Block a user