summaryrefslogtreecommitdiff
path: root/templates/Brazilian_Portuguese-check.tex
blob: ff3af006d56499fcf42df1248458dd7e47b97edf (plain)
  1. \documentclass{scrartcl}
  2. \usepackage[latin1]{inputenc}
  3. \usepackage{tabularx}
  4. \usepackage[top=2cm,bottom=-1cm,left=2cm,right=1cm]{geometry}
  5. \usepackage{graphicx}
  6. \setlength{\parindent}{0pt}
  7. \begin{document}
  8. \fontfamily{cmss}\fontsize{9pt}{9pt}\selectfont
  9. \parbox[t]{12cm}{
  10.   <%company%>
  11. <%address%>}
  12. \hfill
  13. \parbox[t]{6cm}{\hfill <%source%>}
  14. \vspace*{0.6cm}
  15. <%text_amount%> \dotfill <%decimal%>/100 \makebox[0.5cm]{\hfill}
  16. \vspace{0.5cm}
  17. \hfill <%datepaid%> \makebox[2cm]{\hfill} <%amount%>
  18. \vspace{0.5cm}
  19. <%name%>
  20. <%address1%>
  21. <%if address2%>
  22. <%address2%>
  23. <%end address2%>
  24. <%city%> <%state%> <%zipcode%>
  25. <%if country%>
  26. <%country%>
  27. <%end country%>
  28. \vspace{2.8cm}
  29. <%company%>
  30. \vspace{0.5cm}
  31. <%name%> \hfill <%datepaid%> \hfill <%source%>
  32. \vspace{0.5cm}
  33. \begin{tabularx}{\textwidth}{lXrr@{}}
  34. \textbf{Número da Fatura} & \textbf{Data da Fatura}
  35. & \textbf{Prazo} & \textbf{Aplicação} \\
  36. <%foreach invnumber%>
  37. <%invnumber%> & <%invdate%> \dotfill
  38. & <%due%> & <%paid%> \\
  39. <%end invnumber%>
  40. \end{tabularx}
  41. \vfill
  42. \end{document}