Help for this page

Select Code to Download


  1. or download this
    % I am ./templates/labels/labels.tex.tx
    \documentclass[12pt]{letter}
    ...
    :   include 'label.tex.tx' { label => $label };
    : }
    \end{document}
    
  2. or download this
    % I am ./templates/labels/label.tex.tx
    \genericlabel{
    ...
        \hline
      \end{tabular}
    }
    
  3. 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";