#+title: Printerface #+auto_tangle: t #+TOC: t * Design ** Design questions? ** How to handle label size I see to usecases, most of the time the size of the label isnt critical. and therefor the default should be to size it in *hight* of the label in the printer and the *length* of text with margins. but in a few cases like printing labels which fit onto a small drawer have to be printed on a certian label and a spisific length * Head ** New template #+begin_src html :tangle ./new-template.html New template

New template

#+end_src ** print template #+begin_src html :tangle ./print-template.html Print template

Print template

#+end_src ** print-free #+begin_src html :tangle ./direct-print.html Direct print

Direct print

#+end_src