cl-deck-builder2/templates/latex/Avery-5160.tpl.tex
2024-03-05 22:11:33 -05:00

27 lines
857 B
TeX

{% extends "latex/default.tpl.tex" %}
{% block content %}
\input{Avery-5160}
%
\numberoflabels=1
\begin{document}
%
{% for label in labels %}
\genericlabel{\begin{minipage}{2.625in}% adjust as desired
\begin{tabular}{p{0.95\linewidth}}%
{\scriptsize\frenchspacing\righthyphenmin2\sloppy%
{{ label.description | safe }}}%
\end{tabular}
\begin{tabular}{p{0.60\linewidth} p{0.40\linewidth}}%
{\Huge {{ label.price }}} & %
\vspace*{-3ex}%
\begin{tabular}{c}%
{\includegraphics[width=0.75in]{ {{ label.barcode }} }} \vspace*{-1ex} \\%
{\scriptsize\frenchspacing\righthyphenmin2\sloppy%
{{ label.barcode }}}%
\end{tabular}%
\end{tabular}%
\strut\end{minipage}}{% endfor %}
%
\end{document}
{% endblock %}