Ignore:
Timestamp:
Mar 28, 2010, 1:56:25 PM (15 years ago)
Author:
Alex Dehnert <adehnert@…>
Branches:
master, client
Children:
72a92e0
Parents:
dc17b01
git-author:
Alex Dehnert <adehnert@…> (03/28/10 13:56:25)
git-committer:
Alex Dehnert <adehnert@…> (03/28/10 13:56:25)
Message:

Finish documentation support? (Trac: #1)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • remit/remit_templates/vouchers/vouchers.tex

    r004d06d ra75ed9b  
    44
    55\signatoryemail{esp-treasurer@mit.edu}
     6\usepackage{pdfpages}
     7\newcommand{\documentationpath}{%templatetag openbrace%}{{MEDIA_ROOT}}{%templatetag closebrace%}
    68
    79\begin{document}
     
    4244\gl{ {{f.gl|texescape}} }
    4345\end{voucher}
     46
     47{% if f.documentation %}
     48\includepdf[pages=-]{\documentationpath/{{f.documentation.backing_file}}}
     49{% endif %}
    4450{% endfor %}
    4551
Note: See TracChangeset for help on using the changeset viewer.