This commit is contained in:
parent
3eb0572e9a
commit
f9d4b9b044
3 changed files with 75 additions and 12 deletions
|
|
@ -177,6 +177,57 @@
|
|||
|
||||
#let report(height: 100pt) = image("imgs/ico/report.svg", height: height)
|
||||
|
||||
#let th-outline(height: 600pt, width: 900pt, hide-static: false) = {
|
||||
let small-ico-h = height / 16
|
||||
let big-ico-h = height / 6
|
||||
|
||||
let static = stack(dir: ltr,
|
||||
apks(height: small-ico-h),
|
||||
h(big-ico-h),
|
||||
$ -> $,
|
||||
h(big-ico-h),
|
||||
analyse(height: big-ico-h),
|
||||
h(big-ico-h),
|
||||
$ -> $,
|
||||
h(big-ico-h),
|
||||
report(height: small-ico-h),
|
||||
)
|
||||
|
||||
let th = stack(dir: ltr,
|
||||
apks(height: small-ico-h),
|
||||
h(big-ico-h*2/3),
|
||||
$->$,
|
||||
h(big-ico-h/4),
|
||||
phone(height: height/4, width: height/8),
|
||||
h(big-ico-h/4),
|
||||
$->$,
|
||||
h(big-ico-h/4),
|
||||
transfo(height: big-ico-h),
|
||||
h(big-ico-h/4),
|
||||
$->$,
|
||||
h(big-ico-h/4),
|
||||
apk(height: small-ico-h),
|
||||
h(big-ico-h/4),
|
||||
$->$,
|
||||
h(big-ico-h/4),
|
||||
analyse(height: big-ico-h),
|
||||
h(big-ico-h/4),
|
||||
$->$,
|
||||
h(big-ico-h/4),
|
||||
report(height: small-ico-h),
|
||||
)
|
||||
|
||||
box(height: 600pt, width: 900pt,
|
||||
stack(
|
||||
if hide-static { hide(static)} else { static },
|
||||
v(big-ico-h),
|
||||
th,
|
||||
)
|
||||
)
|
||||
|
||||
}
|
||||
|
||||
/*
|
||||
#phone(body: [Hello World!])
|
||||
#move(dx: 100pt, dy: 100pt, gear())
|
||||
#wrench()
|
||||
|
|
@ -188,3 +239,4 @@
|
|||
#transfo()
|
||||
#analyse()
|
||||
#report()
|
||||
*/
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue