Compare commits
1 commit
main
...
label-batt
| Author | SHA1 | Date | |
|---|---|---|---|
|
b3b6a5ad71 |
1 changed files with 40 additions and 0 deletions
40
label-batterycrate.typ
Normal file
40
label-batterycrate.typ
Normal file
|
|
@ -0,0 +1,40 @@
|
|||
#set text(
|
||||
font: "Inter",
|
||||
fallback: false,
|
||||
size: 14pt,
|
||||
lang: "en",
|
||||
)
|
||||
|
||||
// for DK-22205 (endless label)
|
||||
#set page(
|
||||
width: 62mm,
|
||||
height: 24mm,
|
||||
flipped: false,
|
||||
margin: (left: 3mm, right: 3mm + 28mm, top: 3mm, bottom: 3mm+9pt),
|
||||
// margin: (left: 3mm, right: 3mm + 14mm, top: 3mm, bottom: 3mm+9pt),
|
||||
footer-descent: 0%,
|
||||
footer: [
|
||||
#set text(size: 8pt)
|
||||
#set align(end)
|
||||
#image("assets/ccchh.svg", height: 9pt, alt: "CCCHH")
|
||||
],
|
||||
background: align(start, block(
|
||||
stroke: 0.5pt + black,
|
||||
width: 34mm,
|
||||
height: 24mm
|
||||
))
|
||||
// background: align(start, block(
|
||||
// stroke: 0.5pt + black,
|
||||
// width: 48mm,
|
||||
// height: 24mm
|
||||
// ))
|
||||
)
|
||||
|
||||
#set align(center)
|
||||
#set align(horizon)
|
||||
|
||||
#text(10pt)[Akkus - Vollgut] \
|
||||
// #text(10pt)[Akkus - Leergut] \
|
||||
#text(16pt, weight: "bold")[AA] \
|
||||
// #text(16pt, weight: "bold")[AAA] \
|
||||
#v(3mm)
|
||||
Loading…
Add table
Add a link
Reference in a new issue