Create Templates for Lumi Inkodye

Here’s a simple example how to prepare a TeX file to print on a T-shirt using the Lumi Inkodye. What’s Lumi? Just have a look at the following video: Lumi on Youtube

The LaTeX template is pretty simple. As I want Acrobat Reader to scale the graphics I’m fine with a very small pagesize, no need for A4 paper. The margins are neglectable as well.

\documentclass{article}
\usepackage{lmodern}
\usepackage[top=1pt,bottom=1pt,left=1pt,
right=1pt,paperwidth=1.5cm,paperheight=1cm]{geometry}
\pagestyle{empty}
\usepackage{xcolor}
\pagecolor{black}
\begin{document}
 
\begin{center}\bfseries
\textcolor{white}{\LaTeX \\ fetishist}
\end{center}
 
\end{document}

PDF

LaTeX fetishist print

I add photos once I’ve tried Lumi on a shirt…

Uwe

Uwe Ziegenhagen likes LaTeX and Python, sometimes even combined. Do you like my content and would like to thank me for it? Consider making a small donation to my local fablab, the Dingfabrik Köln. Details on how to donate can be found here Spenden für die Dingfabrik.

More Posts - Website