initial commit
This commit is contained in:
commit
2e1f5534ee
4 changed files with 202 additions and 0 deletions
37
label-item.typ
Normal file
37
label-item.typ
Normal file
|
|
@ -0,0 +1,37 @@
|
|||
#set text(
|
||||
//font: "pt sans",
|
||||
font: "ubuntu",
|
||||
fallback: false,
|
||||
size: 11pt,
|
||||
lang: "en",
|
||||
)
|
||||
|
||||
// for DK-11208 (address label)
|
||||
#set page(
|
||||
width: 38mm,
|
||||
height: 90mm,
|
||||
flipped: false,
|
||||
margin: (x: 3mm, top: 3mm, bottom: 3mm+9pt),
|
||||
footer-descent: 0%,
|
||||
footer: [
|
||||
#set text(size: 8pt)
|
||||
#set align(end)
|
||||
#image("assets/ccchh.svg", height: 9pt, alt: "CCCHH")
|
||||
]
|
||||
)
|
||||
|
||||
#import "@preview/cades:0.3.0": qr-code
|
||||
|
||||
#let item(itemslug) = [
|
||||
#qr-code("https://wiki.hamburg.ccc.de/item:#itemslug")
|
||||
#text(8pt)[wiki.hamburg.ccc.de/item:#itemslug]
|
||||
]
|
||||
|
||||
== Prusa i3 MK3S
|
||||
|
||||
#item[prusa-i3]
|
||||
|
||||
=== Usage
|
||||
//Introduction required
|
||||
See instructions (in the wiki)
|
||||
//Freely
|
||||
Loading…
Add table
Add a link
Reference in a new issue