cl-deck-builder2/templates/latex/Avery-5160.tpl.tex

27 lines
857 B
TeX
Raw Permalink Normal View History

2024-01-21 02:35:35 -05:00
{% 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 %}