- or download this
% I am ./templates/labels/labels.tex.tx
\documentclass[12pt]{letter}
...
: include 'label.tex.tx' { label => $label };
: }
\end{document}
- or download this
% I am ./templates/labels/label.tex.tx
\genericlabel{
...
\hline
\end{tabular}
}
- or download this
use LaTeX::Easy::Templates;
use FindBin;
...
});
die "failed to format the document, most likely latex command has fail
+ed." unless defined $ret;
print "$0 : done, output in '$output_filename'.\n";